|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ValidationConfiguration
| Required Element Summary | |
|---|---|
String |
validationImplementation
The fully qualified classname of the com.smartgwt.client.widgets.form.validator.Validator instance to use for validation |
| Optional Element Summary | |
|---|---|
ConfigurationItem[] |
configurationItems
Optional configuration items that can be used to setup the validator |
| Element Detail |
|---|
public abstract String validationImplementation
The fully qualified classname of the com.smartgwt.client.widgets.form.validator.Validator instance to use for validation
public abstract ConfigurationItem[] configurationItems
Optional configuration items that can be used to setup the validator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||