Package org.netbeans.validation.api.ui
package org.netbeans.validation.api.ui
-
ClassDescriptionEncapsulates validation of the combination of several UI components within a
ValidationGroup.AValidationGrouplogically groups a set of GUI-components, such as text fields, lists, tables, comboboxes etc, each validated by one or more validators (such as the built-in ones provided by the framework inStringValidators).Optional interface which can be implemented on a component to indicate that it supplies validation.Common superclass forValidationGroupandValidationListener, providing a common API for forcing revalidation of the managed UI component or components, seeValidationItem.performValidation(), and for temporarily suspending validation, seeValidationItem.runWithValidationSuspended(java.lang.Runnable)ValidationListener<TargetType>Abstract base class for UI component listeners that can trigger validation when an interesting event occurs, and when requested perform validation of the UI component using aValidator.ValidationListenerFactory<CompType, ModelType>Factory for listeners on a particular type of component with a particular type of model.Determines what event on the component will trigger running validation.User interface controller which can show the user one problem.