com.threerings.parlor.data
Class ChoiceParameter
java.lang.Object
com.threerings.parlor.data.Parameter
com.threerings.parlor.data.ChoiceParameter
- All Implemented Interfaces:
- Streamable
public class ChoiceParameter
- extends Parameter
Models a parameter that allows the selection of one of a list of choices (specified as strings).
choices
public String[] choices
- The set of choices available for this parameter.
start
public String start
- The starting selection.
ChoiceParameter
public ChoiceParameter()
getChoiceLabel
public String getChoiceLabel(int index)
- Returns the translation key for the specified choice.
getLabel
public String getLabel()
- Description copied from class:
Parameter
- Returns the translation key for this parameter's label.
- Specified by:
getLabel in class Parameter
getDefaultValue
public Object getDefaultValue()
- Description copied from class:
Parameter
- Returns the default value of this parameter.
- Specified by:
getDefaultValue in class Parameter