|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) public @interface Bind
Binds a field to a view.
Required Element Summary | |
---|---|
int |
captionId
A short descriptive name of the view. |
int |
viewId
The view resource id to bind the column with. |
Optional Element Summary | |
---|---|
boolean |
escape
(Optional) Escape special characters, like newline etc. |
int |
max
(Optional) maximum value if number is specified. |
int |
min
(Optional) minimum value if number is specified. |
boolean |
tagFormat
(Optional) The field must be a valid tag format
string. |
Element Detail |
---|
public abstract int viewId
public abstract int captionId
-1
if this view
will never contain invalid value (in this case the caption is never
shown).
public abstract int min
public abstract int max
public abstract boolean escape
public abstract boolean tagFormat
tag format
string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |