public interface OkAware
Form
s that want to provide some action that is to be performed
when OK is clicked.ViewHelper
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Callable<java.lang.Boolean> |
getOkAction()
Provide the action.
|