Package | Description |
---|---|
org.netbeans.validation.api.ui |
Modifier and Type | Method and Description |
---|---|
static ValidationStrategy |
ValidationStrategy.valueOf(java.lang.String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ValidationListener<CompType> |
ValidationListenerFactory.createListener(CompType component,
ValidationStrategy strategy,
ValidationUI validationUI,
Validator<ModelType> validator) |
static <CType,MType> |
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.
|