Annotation Interface AdminPresentationMapKey


@Retention(RUNTIME) @Target(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
Author:
Jeff Fischer
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The 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 keyName

      A simple name for this key

      Returns:
      the simple name
    • friendlyKeyName

      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.
      Returns:
      The friendly name