|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface AdminPresentationMapKey
Represents a single key value presented to a user in a selectable list when editing a map value in the admin tool
| Required Element Summary | |
|---|---|
String |
friendlyKeyName
The friendly name to present to a user for this value field title in a GUI. |
String |
keyName
A simple name for this key |
| Element Detail |
|---|
public abstract String keyName
A simple name for this key
public abstract String friendlyKeyName
The friendly name to present to a user for this value field title in a GUI. If supporting i18N, the friendly name may be a key to retrieve a localized friendly name using
the GWT support for i18N.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||