Package org.apache.tapestry5
Class AbstractOptionModel
java.lang.Object
org.apache.tapestry5.AbstractOptionModel
- All Implemented Interfaces:
OptionModel
- Direct Known Subclasses:
OptionModelImpl
Base class for implementing
OptionModel
. Subclasses must implement OptionModel.getLabel()
and OptionModel.getValue()
}.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns null.boolean
Returns false.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.tapestry5.OptionModel
getLabel, getValue
-
Constructor Details
-
AbstractOptionModel
public AbstractOptionModel()
-
-
Method Details
-
isDisabled
Returns false.- Specified by:
isDisabled
in interfaceOptionModel
-
getAttributes
Returns null.- Specified by:
getAttributes
in interfaceOptionModel
-