org.apache.beehive.netui.pageflow.annotations
Annotation Type Jpf.ValidateRange
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public static @interface Jpf.ValidateRange
Validation rule: Range.
enabled
public abstract boolean enabled
- Default:
- true
minInt
public abstract long minInt
- Default:
- 0L
maxInt
public abstract long maxInt
- Default:
- -1L
minFloat
public abstract double minFloat
- Default:
- 0.0
maxFloat
public abstract double maxFloat
- Default:
- -1.0
message
public abstract String message
- Default:
- ""
messageKey
public abstract String messageKey
- Default:
- ""
bundleName
public abstract String bundleName
- Default:
- ""
messageArgs
public abstract Jpf.MessageArg[] messageArgs
- Default:
- {}