org.apache.tapestry5.internal
Class OptionModelImpl
java.lang.Object
org.apache.tapestry5.AbstractOptionModel
org.apache.tapestry5.internal.OptionModelImpl
- All Implemented Interfaces:
- OptionModel
public class OptionModelImpl
- extends AbstractOptionModel
OptionModelImpl
public OptionModelImpl(String value)
- Constructor for when the value and the label are the same.
OptionModelImpl
public OptionModelImpl(String label,
Object value)
getLabel
public String getLabel()
- Description copied from interface:
OptionModel
- The localized, user-presentable label for the option.
getValue
public Object getValue()
- Description copied from interface:
OptionModel
- The server-side value represented by this option. This is used to determine which option will be selected. It is
also used, via
ValueEncoder.toClient(Object)
, to generate the client-side value attribute.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2012 The Apache Software Foundation.