org.broadleafcommerce.common.presentation
Annotation Type AdminPresentationMapKey


@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

Author:
Jeff Fischer

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

keyName

public abstract String keyName

A simple name for this key

Returns:
the simple name

friendlyKeyName

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.

Returns:
The friendly name


Copyright © 2012. All Rights Reserved.