org.apache.beehive.netui.pageflow.annotations
Annotation Type Jpf.ValidateMaxLength
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public static @interface Jpf.ValidateMaxLength
Validation rule: MaxLength.
Required Element Summary |
int |
chars
|
chars
public abstract int chars
enabled
public abstract boolean enabled
- Default:
- true
message
public abstract String message
- Default:
- ""
messageKey
public abstract String messageKey
- Default:
- ""
arg0
public abstract String arg0
- Default:
- ""
arg0Key
public abstract String arg0Key
- Default:
- ""
arg1
public abstract String arg1
- Default:
- ""
arg1Key
public abstract String arg1Key
- Default:
- ""
arg2
public abstract String arg2
- Default:
- ""
arg2Key
public abstract String arg2Key
- Default:
- ""
arg3
public abstract String arg3
- Default:
- ""
arg3Key
public abstract String arg3Key
- Default:
- ""