com.threerings.admin.client
Class PulldownFieldEditor.Choice

java.lang.Object
  extended by 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.
 
Constructor Summary
PulldownFieldEditor.Choice(String displayName, Object val)
          Construct a pulldown choice.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public Object value
The value we represent.


_name

protected String _name
The string representation of this choice.

Constructor Detail

PulldownFieldEditor.Choice

public PulldownFieldEditor.Choice(String displayName,
                                  Object val)
Construct a pulldown choice.

Method Detail

toString

public String toString()
Overrides:
toString in class Object