wt.fc
Class DynamicEnumType

java.lang.Object
  extended by wt.fc.EnumeratedType
      extended by wt.fc.DynamicEnumType
All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message
Direct Known Subclasses:
NmCustomRole, Role

public abstract class DynamicEnumType
extends EnumeratedType
implements Serializable



Supported API: true

Extendable: true

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE
 
Method Summary
 String getDisplay(Locale locale)
          Returns the display text for the specified Locale.
 
Methods inherited from class wt.fc.EnumeratedType
equals, getAbbreviatedDisplay, getDisplay, getFullDisplay, getLocalizedMessage, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getStringValue, getStringValue, getValueSet, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDisplay

public String getDisplay(Locale locale)
Returns the display text for the specified Locale. Follows the ResourceBundle algorithm for locating a resource for the locale.

Supported API: true

Specified by:
getDisplay in interface EnumeratedType
Overrides:
getDisplay in class EnumeratedType
Parameters:
locale - the locale for which a display value is requested
Returns:
The display value for the requested locale.