Modifier and Type | Required Element and Description |
---|---|
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
|
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.Copyright © 2022. All rights reserved.