com.threerings.admin.client
Class PulldownFieldEditor.Choice
java.lang.Object
com.threerings.admin.client.PulldownFieldEditor.Choice
- Enclosing class:
- PulldownFieldEditor
public static class PulldownFieldEditor.Choice
- extends Object
An object that nicely represents a pulldown choice.
|
Field Summary |
protected String |
_name
The string representation of this choice. |
Object |
value
The value we represent. |
value
public Object value
- The value we represent.
_name
protected String _name
- The string representation of this choice.
PulldownFieldEditor.Choice
public PulldownFieldEditor.Choice(String displayName,
Object val)
- Construct a pulldown choice.
toString
public String toString()
- Overrides:
toString in class Object