public abstract class AbstractRoleOption extends AbstractRoleWithCommonAttributes implements RoleOption
RoleOption
.Modifier and Type | Field and Description |
---|---|
private Integer |
posInSet |
private Integer |
setSize |
ARIA_ROLE_ALERT, ARIA_ROLE_ALERT_DIALOG, ARIA_ROLE_APPLICATION, ARIA_ROLE_ARTICLE, ARIA_ROLE_BANNER, ARIA_ROLE_BUTTON, ARIA_ROLE_CHECKBOX, ARIA_ROLE_COLUMN_HEADER, ARIA_ROLE_COMBOBOX, ARIA_ROLE_COMPLEMENTARY, ARIA_ROLE_COMPOSITE, ARIA_ROLE_CONTENT_INFO, ARIA_ROLE_DEFINITION, ARIA_ROLE_DIALOG, ARIA_ROLE_DIRECTORY, ARIA_ROLE_DOCUMENT, ARIA_ROLE_FORM, ARIA_ROLE_GRID, ARIA_ROLE_GRID_CELL, ARIA_ROLE_GROUP, ARIA_ROLE_HEADING, ARIA_ROLE_IMG, ARIA_ROLE_LANDMARK, ARIA_ROLE_LINK, ARIA_ROLE_LIST, ARIA_ROLE_LIST_ITEM, ARIA_ROLE_LISTBOX, ARIA_ROLE_LOG, ARIA_ROLE_MAIN, ARIA_ROLE_MARQUEE, ARIA_ROLE_MATH, ARIA_ROLE_MENU, ARIA_ROLE_MENU_BAR, ARIA_ROLE_MENU_ITEM, ARIA_ROLE_MENU_ITEM_CHECKBOX, ARIA_ROLE_MENU_ITEM_RADIO, ARIA_ROLE_NAVIGATION, ARIA_ROLE_NOTE, ARIA_ROLE_OPTION, ARIA_ROLE_PRESENTATION, ARIA_ROLE_PROGRESS_BAR, ARIA_ROLE_RADIO, ARIA_ROLE_RADIO_GROUP, ARIA_ROLE_REGION, ARIA_ROLE_ROW, ARIA_ROLE_ROW_GROUP, ARIA_ROLE_ROW_HEADER, ARIA_ROLE_SCROLLBAR, ARIA_ROLE_SEARCH, ARIA_ROLE_SECTION_HEAD, ARIA_ROLE_SEPARATOR, ARIA_ROLE_SLIDER, ARIA_ROLE_SPIN_BUTTON, ARIA_ROLE_STATUS, ARIA_ROLE_TAB, ARIA_ROLE_TAB_LIST, ARIA_ROLE_TAB_PANEL, ARIA_ROLE_TEXTBOX, ARIA_ROLE_TIMER, ARIA_ROLE_TOOLBAR, ARIA_ROLE_TOOLTIP, ARIA_ROLE_TREE, ARIA_ROLE_TREE_GRID, ARIA_ROLE_TREE_ITEM, HTML_ATTRIBUTE_ARIA_ROLE
HTML_ATTRIBUTE_ARIA_ATOMIC
HTML_ATTRIBUTE_ARIA_BUSY
HTML_ATTRIBUTE_ARIA_CONTROLS
HTML_ATTRIBUTE_ARIA_DESCRIBED_BY
HTML_ATTRIBUTE_ARIA_DISABLED
HTML_ATTRIBUTE_ARIA_DROP_EFFECT
HTML_ATTRIBUTE_ARIA_FLOW_TO
HTML_ATTRIBUTE_ARIA_GRABBED
HTML_ATTRIBUTE_ARIA_HAS_POPUP
HTML_ATTRIBUTE_ARIA_HIDDEN
HTML_ATTRIBUTE_ARIA_INVALID
HTML_ATTRIBUTE_ARIA_LABEL
HTML_ATTRIBUTE_ARIA_LABELLED_BY
HTML_ATTRIBUTE_ARIA_LIVE
HTML_ATTRIBUTE_ARIA_OWNS
HTML_ATTRIBUTE_ARIA_RELEVANT
WAI_ARIA
HTML_ATTRIBUTE_ARIA_CHECKED
HTML_ATTRIBUTE_ARIA_POS_IN_SET
HTML_ATTRIBUTE_ARIA_SELECTED
HTML_ATTRIBUTE_ARIA_SET_SIZE
HTML_ATTRIBUTE_ARIA_LEVEL
HTML_ATTRIBUTE_ARIA_ACTIVE_DESCENDANT
HTML_ATTRIBUTE_ARIA_ORIENTATION
HTML_ATTRIBUTE_ARIA_READ_ONLY
HTML_ATTRIBUTE_ARIA_REQUIRED
HTML_ATTRIBUTE_ARIA_EXPANDED
Constructor and Description |
---|
AbstractRoleOption()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getPosInSet()
This method gets the posinset property of this
object.
|
Integer |
getSetSize()
This method gets the setsize property of this
object.
|
void |
setPosInSet(Integer posInSet)
This method sets the
posInSet property of this object. |
void |
setSetSize(Integer setSize)
This method sets the
setSize property of this object. |
protected void |
updateDelegate()
This method is called from
AbstractRole.setDelegate(AttributeWriteOnlyAttribute) in order to update all
attributes on the new delegate. |
getActiveDescendant, getChecked, getLevel, getOrientation, setActiveDescendant, setChecked, setLevel, setOrientation
isReadOnly, isRequired, setReadOnly, setRequired
getSelected, setSelected
isExpanded, setExpanded
getControls, getDescribedBy, getDropEffect, getFlowTo, getGrabbed, getInvalid, getLabel, getLabelledBy, getLive, getOwns, getRelevant, getRoleInterface, hasPopup, isAtomic, isBusy, isDisabled, isHidden, setAtomic, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setBusy, setControls, setControls, setDelegate, setDescribedBy, setDescribedBy, setDisabled, setDropEffect, setFlowTo, setFlowTo, setGrabbed, setHasPopup, setHidden, setInvalid, setLabel, setLabelledBy, setLabelledBy, setLive, setOwns, setOwns, setRelevant
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setAtomic
isAtomic
setBusy
isBusy
setControls, setControls
getControls
setDescribedBy, setDescribedBy
getDescribedBy
setDisabled
isDisabled
setDropEffect
getDropEffect
setFlowTo, setFlowTo
getFlowTo
setGrabbed
getGrabbed
setHasPopup
hasPopup
setHidden
isHidden
setInvalid
getInvalid
setLabel
getLabel
setLabelledBy, setLabelledBy
getLabelledBy
setLive
getLive
setOwns, setOwns
getOwns
setRelevant
getRelevant
setChecked
getChecked
setSelected
getSelected
private Integer posInSet
getPosInSet()
private Integer setSize
getSetSize()
public Integer getPosInSet()
getPosInSet
in interface AttributeReadAriaPosInSet
list-items
or
tree-items
or null
if
undefined.public void setPosInSet(Integer posInSet)
posInSet
property of this object.setPosInSet
in interface AttributeWriteAriaPosInSet
posInSet
- is the new value of AttributeReadAriaPosInSet.getPosInSet()
.public void setSetSize(Integer setSize)
setSize
property of this object.setSetSize
in interface AttributeWriteAriaSetSize
setSize
- is the new value of AttributeReadAriaSetSize.getSetSize()
.public Integer getSetSize()
getSetSize
in interface AttributeReadAriaSetSize
list-items
or tree-items
or
null
if undefined.protected void updateDelegate()
AbstractRole.setDelegate(AttributeWriteOnlyAttribute)
in order to update all
attributes on the new delegate.updateDelegate
in class AbstractRoleWithCommonAttributes
Copyright © 2001–2016 mmm-Team. All rights reserved.