Annotation Interface AdminPresentationMapKey
Represents a single key value presented to a user in a selectable
list when editing a map value in the admin tool
- Author:
- Jeff Fischer
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe friendly name to present to a user for this value field title in a GUI.A simple name for this key
-
Element Details
-
keyName
String keyNameA simple name for this key
- Returns:
- the simple name
-
friendlyKeyName
String friendlyKeyNameThe 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.- Returns:
- The friendly name
-