|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface LengthSet the minimum and maximum characters allowed for input.
The input component rendered for the field annotated with this component will use this information to constrain the number of characters the user may type.
TODO: does this control the amount of space the input component takes up on the screen, or the number of characters that the user can type into it (including scrolling support), or both?
| Optional Element Summary | |
|---|---|
int |
max
|
int |
min
|
public abstract int min
public abstract int max
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||