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