org.apache.tapestry5
Class AbstractOptionModel
java.lang.Object
org.apache.tapestry5.AbstractOptionModel
- All Implemented Interfaces:
- OptionModel
- Direct Known Subclasses:
- OptionModelImpl
public abstract class AbstractOptionModel
- extends Object
- implements OptionModel
Base class for implementing OptionModel
. Subclasses must implement OptionModel.getLabel()
and OptionModel.getValue()
}.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOptionModel
public AbstractOptionModel()
isDisabled
public boolean isDisabled()
- Returns false.
- Specified by:
isDisabled
in interface OptionModel
getAttributes
public Map<String,String> getAttributes()
- Returns null.
- Specified by:
getAttributes
in interface OptionModel
Copyright © 2003-2012 The Apache Software Foundation.