Uses of Enum
org.netbeans.validation.api.ui.ValidationStrategy
Packages that use ValidationStrategy
-
Uses of ValidationStrategy in org.netbeans.validation.api.ui
Subclasses with type arguments of type ValidationStrategy in org.netbeans.validation.api.uiModifier and TypeClassDescriptionenumDetermines what event on the component will trigger running validation.Methods in org.netbeans.validation.api.ui that return ValidationStrategyModifier and TypeMethodDescriptionstatic ValidationStrategyReturns the enum constant of this type with the specified name.static ValidationStrategy[]ValidationStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.netbeans.validation.api.ui with parameters of type ValidationStrategyModifier and TypeMethodDescriptionprotected abstract ValidationListener<CompType> ValidationListenerFactory.createListener(CompType component, ValidationStrategy strategy, ValidationUI validationUI, Validator<ModelType> validator) static <CType,MType>
ValidationListener<CType> ValidationListenerFactory.createValidationListener(CType component, ValidationStrategy strategy, ValidationUI validationUI, Validator<MType> validator) Create a ValidationListener for a specific type of component, which accepts Validators of a given type.