|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public @interface LabelUse this annotation to assign a label to a field. The label may be used by UI elements to display an appropriate text for the field.
| Required Element Summary | |
|---|---|
java.lang.String |
value
Default label text. |
| Optional Element Summary | |
|---|---|
java.lang.String |
bundle
Resource name and path. |
java.lang.String |
key
Key within the resource bundle. |
| Element Detail |
|---|
public abstract java.lang.String value
public abstract java.lang.String bundle
public abstract java.lang.String key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||