org.apache.beehive.netui.pageflow.annotations
Annotation Type Jpf.ValidateCustom
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public static @interface Jpf.ValidateCustom
Validation rule: Custom.
Required Element Summary |
String |
rule
|
rule
public abstract String rule
enabled
public abstract boolean enabled
- Default:
- true
variables
public abstract Jpf.ValidateCustomVariable[] variables
- Default:
- {}
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:
- ""