| org.apache.tapestry.OptionGroupModel
All known Subclasses: org.apache.tapestry.internal.OptionGroupModelImpl,
OptionGroupModel | public interface OptionGroupModel (Code) | | Defines a group of related options. Options may be enabled or disabled as a group. Corresponds to
the [X]HTML element <optgroup>.
|
getAttributes | Map<String, String> getAttributes()(Code) | | Additional attributes to render with the <optgroup>. This is often used to render the
CSS class attribute. May return null.
|
getLabel | String getLabel()(Code) | | Localized, user-presentable label for the group.
|
isDisabled | boolean isDisabled()(Code) | | If true, the group (and all options within it) will be disabled. Note that some browsers do
not honor the disabled attribute property.
true if a disabled attribute should be rendered. |
|
|