public interface IOkCancelDialog
Modifier and Type | Method and Description |
---|---|
java.lang.String |
cancelPressed()
Defines the action handler for the Cancel pressed event.
|
boolean |
isPopupVisible()
If the controller returns true the associated confirmation dialog is shown, otherwise it is hidden.
|
java.lang.String |
okPressed()
Defines the action handler for the OK pressed event.
|
boolean isPopupVisible()
java.lang.String okPressed()
java.lang.String cancelPressed()