|
||||||||||
| 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 type of object or an object's attribute. The label may be used by UI elements to display an appropriate text for the field.
| Optional Element Summary | |
|---|---|
String |
bundle
Resource name and path. |
String |
key
Key within the resource bundle. |
String |
shortKey
Key for the short version label text within the resource bundle. |
String |
shortText
Short version of the label text. |
String |
value
Default label text. |
public abstract String value
public abstract String bundle
public abstract String key
public abstract String shortText
public abstract String shortKey
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||