|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.AbstractOptionModel
public abstract class AbstractOptionModel
Base class for implementing OptionModel
. Subclasses must implement OptionModel.getLabel()
and OptionModel.getValue()
}.
Constructor Summary | |
---|---|
AbstractOptionModel()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns null. |
boolean |
isDisabled()
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 Detail |
---|
public AbstractOptionModel()
Method Detail |
---|
public boolean isDisabled()
isDisabled
in interface OptionModel
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
getAttributes
in interface OptionModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |