Uses of Interface
overit.geocall.ui.EventValidator
Packages that use EventValidator
-
Uses of EventValidator in overit.geocall.basic.ui.control
Classes in overit.geocall.basic.ui.control that implement EventValidatorModifier and TypeClassDescriptionclassThis component is use to display the new search box when the hideable favorites mode is active
When it's active this new mode the search bar, into the identity box, will be placed above the favorites box and will be displayed an icon on its left side that allows the user to hide/show the entire favorites boxclassThis class defines the component inserted inside theTaskBar, which is used to group the menu items (TaskMessage) belonging to the favorites menu.class -
Uses of EventValidator in overit.geocall.ui
Classes in overit.geocall.ui that implement EventValidatorModifier and TypeClassDescriptionclassThis class implementsEventValidatorandSerializable.
This class implements a params validator comes from an event (for example a submit form event).Fields in overit.geocall.ui declared as EventValidatorFields in overit.geocall.ui with type parameters of type EventValidatorModifier and TypeFieldDescriptionprotected HashMap<String, HashSet<EventValidator>> EventFirewall._validatorsMethods in overit.geocall.ui that return EventValidatorModifier and TypeMethodDescriptionUIMessage.getEventValidator()Retrieves theEventValidatorthat accepted this messageMethods in overit.geocall.ui with parameters of type EventValidatorModifier and TypeMethodDescriptionvoidEventFirewall.addValidation(String event, EventValidator ev) Adds an event to the validators set.voidUIMessage.setEventValidator(EventValidator ev) Stores theEventValidatorthat accepted this message