Package org.brerp.ui.zk.component
Class WindowValidator
java.lang.Object
org.brerp.ui.zk.component.WindowValidator
- All Implemented Interfaces:
WindowValidator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onWindowEvent
(WindowValidatorEvent event, Callback<Boolean> callback) HandleWindowValidatorEvent
.
-
Constructor Details
-
WindowValidator
public WindowValidator()
-
-
Method Details
-
onWindowEvent
Description copied from interface:WindowValidator
HandleWindowValidatorEvent
. Call callback with the result of the event (success or error).- Specified by:
onWindowEvent
in interfaceWindowValidator
callback
- optional callback
-