|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.internal.OptionGroupModelImpl
public final class OptionGroupModelImpl
Constructor Summary | |
---|---|
OptionGroupModelImpl(String label,
boolean disabled,
List<OptionModel> options,
Map<String,String> attributes)
|
|
OptionGroupModelImpl(String label,
boolean disabled,
List<OptionModel> options,
String... attributeKeysAndValues)
|
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
Additional attributes to render with the <optgroup>. |
String |
getLabel()
Localized, user-presentable label for the group. |
List<OptionModel> |
getOptions()
The list of options within the group. |
boolean |
isDisabled()
If true, the group (and all options within it) will be disabled. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionGroupModelImpl(String label, boolean disabled, List<OptionModel> options, String... attributeKeysAndValues)
public OptionGroupModelImpl(String label, boolean disabled, List<OptionModel> options, Map<String,String> attributes)
Method Detail |
---|
public Map<String,String> getAttributes()
OptionGroupModel
getAttributes
in interface OptionGroupModel
public String getLabel()
OptionGroupModel
getLabel
in interface OptionGroupModel
public List<OptionModel> getOptions()
OptionGroupModel
getOptions
in interface OptionGroupModel
public boolean isDisabled()
OptionGroupModel
isDisabled
in interface OptionGroupModel
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |