Package org.apache.tapestry5
Class AbstractOptionModel
-
- org.apache.tapestry5.AbstractOptionModel
-
- All Implemented Interfaces:
OptionModel
- Direct Known Subclasses:
OptionModelImpl
public abstract class AbstractOptionModel extends implements OptionModel
Base class for implementingOptionModel
. Subclasses must implementOptionModel.getLabel()
andOptionModel.getValue()
}.
-
-
Constructor Summary
Constructors Constructor Description AbstractOptionModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <,>
getAttributes()
Returns null.boolean
isDisabled()
Returns false.-
Methods inherited from interface org.apache.tapestry5.OptionModel
getLabel, getValue
-
-
-
-
Constructor Detail
-
AbstractOptionModel
public AbstractOptionModel()
-
-
Method Detail
-
isDisabled
public boolean isDisabled()
Returns false.- Specified by:
isDisabled
in interfaceOptionModel
-
getAttributes
public <,> getAttributes()
Returns null.- Specified by:
getAttributes
in interfaceOptionModel
-
-