Package com.google.gwt.aria.client
Class GridRoleImpl
- java.lang.Object
-
- com.google.gwt.aria.client.RoleImpl
-
- com.google.gwt.aria.client.GridRoleImpl
-
- All Implemented Interfaces:
CompositeRole
,GridRole
,RegionRole
,Role
,SectionRole
,StructureRole
,WidgetRole
class GridRoleImpl extends RoleImpl implements GridRole
Implements
GridRole
.
-
-
Constructor Summary
Constructors Constructor Description GridRoleImpl(java.lang.String roleName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAriaActivedescendantProperty(Element element)
Returns the value of the aria-activedescendant attribute for theelement
or "" if no such attribute is present.java.lang.String
getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.java.lang.String
getAriaLevelProperty(Element element)
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.java.lang.String
getAriaMultiselectableProperty(Element element)
Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present.java.lang.String
getAriaReadonlyProperty(Element element)
Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present.void
removeAriaActivedescendantProperty(Element element)
Removes the aria-activedescendant attribute from theelement
.void
removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from theelement
.void
removeAriaLevelProperty(Element element)
Removes the aria-level attribute from theelement
.void
removeAriaMultiselectableProperty(Element element)
Removes the aria-multiselectable attribute from theelement
.void
removeAriaReadonlyProperty(Element element)
Removes the aria-readonly attribute from theelement
.void
setAriaActivedescendantProperty(Element element, Id value)
void
setAriaExpandedState(Element element, ExpandedValue value)
void
setAriaLevelProperty(Element element, int value)
void
setAriaMultiselectableProperty(Element element, boolean value)
void
setAriaReadonlyProperty(Element element, boolean value)
-
Methods inherited from class com.google.gwt.aria.client.RoleImpl
getAriaAtomicProperty, getAriaBusyState, getAriaControlsProperty, getAriaDescribedbyProperty, getAriaDisabledState, getAriaDropeffectProperty, getAriaFlowtoProperty, getAriaGrabbedState, getAriaHaspopupProperty, getAriaHiddenState, getAriaInvalidState, getAriaLabelledbyProperty, getAriaLabelProperty, getAriaLiveProperty, getAriaOwnsProperty, getAriaRelevantProperty, getName, getTabindexExtraAttribute, remove, removeAriaAtomicProperty, removeAriaBusyState, removeAriaControlsProperty, removeAriaDescribedbyProperty, removeAriaDisabledState, removeAriaDropeffectProperty, removeAriaFlowtoProperty, removeAriaGrabbedState, removeAriaHaspopupProperty, removeAriaHiddenState, removeAriaInvalidState, removeAriaLabelledbyProperty, removeAriaLabelProperty, removeAriaLiveProperty, removeAriaOwnsProperty, removeAriaRelevantProperty, removeTabindexExtraAttribute, set, setAriaAtomicProperty, setAriaBusyState, setAriaControlsProperty, setAriaDescribedbyProperty, setAriaDisabledState, setAriaDropeffectProperty, setAriaFlowtoProperty, setAriaGrabbedState, setAriaHaspopupProperty, setAriaHiddenState, setAriaInvalidState, setAriaLabelledbyProperty, setAriaLabelProperty, setAriaLiveProperty, setAriaOwnsProperty, setAriaRelevantProperty, setTabindexExtraAttribute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.gwt.aria.client.Role
getAriaAtomicProperty, getAriaBusyState, getAriaControlsProperty, getAriaDescribedbyProperty, getAriaDisabledState, getAriaDropeffectProperty, getAriaFlowtoProperty, getAriaGrabbedState, getAriaHaspopupProperty, getAriaHiddenState, getAriaInvalidState, getAriaLabelledbyProperty, getAriaLabelProperty, getAriaLiveProperty, getAriaOwnsProperty, getAriaRelevantProperty, getName, getTabindexExtraAttribute, remove, removeAriaAtomicProperty, removeAriaBusyState, removeAriaControlsProperty, removeAriaDescribedbyProperty, removeAriaDisabledState, removeAriaDropeffectProperty, removeAriaFlowtoProperty, removeAriaGrabbedState, removeAriaHaspopupProperty, removeAriaHiddenState, removeAriaInvalidState, removeAriaLabelledbyProperty, removeAriaLabelProperty, removeAriaLiveProperty, removeAriaOwnsProperty, removeAriaRelevantProperty, removeTabindexExtraAttribute, set, setAriaAtomicProperty, setAriaBusyState, setAriaControlsProperty, setAriaDescribedbyProperty, setAriaDisabledState, setAriaDropeffectProperty, setAriaFlowtoProperty, setAriaGrabbedState, setAriaHaspopupProperty, setAriaHiddenState, setAriaInvalidState, setAriaLabelledbyProperty, setAriaLabelProperty, setAriaLiveProperty, setAriaOwnsProperty, setAriaRelevantProperty, setTabindexExtraAttribute
-
-
-
-
Method Detail
-
getAriaActivedescendantProperty
public java.lang.String getAriaActivedescendantProperty(Element element)
Description copied from interface:CompositeRole
Returns the value of the aria-activedescendant attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaActivedescendantProperty
in interfaceCompositeRole
-
getAriaExpandedState
public java.lang.String getAriaExpandedState(Element element)
Description copied from interface:SectionRole
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaExpandedState
in interfaceSectionRole
-
getAriaLevelProperty
public java.lang.String getAriaLevelProperty(Element element)
Description copied from interface:GridRole
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaLevelProperty
in interfaceGridRole
-
getAriaMultiselectableProperty
public java.lang.String getAriaMultiselectableProperty(Element element)
Description copied from interface:GridRole
Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaMultiselectableProperty
in interfaceGridRole
-
getAriaReadonlyProperty
public java.lang.String getAriaReadonlyProperty(Element element)
Description copied from interface:GridRole
Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaReadonlyProperty
in interfaceGridRole
-
removeAriaActivedescendantProperty
public void removeAriaActivedescendantProperty(Element element)
Description copied from interface:CompositeRole
Removes the aria-activedescendant attribute from theelement
.- Specified by:
removeAriaActivedescendantProperty
in interfaceCompositeRole
-
removeAriaExpandedState
public void removeAriaExpandedState(Element element)
Description copied from interface:SectionRole
Removes the aria-expanded attribute from theelement
.- Specified by:
removeAriaExpandedState
in interfaceSectionRole
-
removeAriaLevelProperty
public void removeAriaLevelProperty(Element element)
Description copied from interface:GridRole
Removes the aria-level attribute from theelement
.- Specified by:
removeAriaLevelProperty
in interfaceGridRole
-
removeAriaMultiselectableProperty
public void removeAriaMultiselectableProperty(Element element)
Description copied from interface:GridRole
Removes the aria-multiselectable attribute from theelement
.- Specified by:
removeAriaMultiselectableProperty
in interfaceGridRole
-
removeAriaReadonlyProperty
public void removeAriaReadonlyProperty(Element element)
Description copied from interface:GridRole
Removes the aria-readonly attribute from theelement
.- Specified by:
removeAriaReadonlyProperty
in interfaceGridRole
-
setAriaActivedescendantProperty
public void setAriaActivedescendantProperty(Element element, Id value)
Description copied from interface:CompositeRole
- Specified by:
setAriaActivedescendantProperty
in interfaceCompositeRole
-
setAriaExpandedState
public void setAriaExpandedState(Element element, ExpandedValue value)
Description copied from interface:SectionRole
- Specified by:
setAriaExpandedState
in interfaceSectionRole
-
setAriaLevelProperty
public void setAriaLevelProperty(Element element, int value)
Description copied from interface:GridRole
- Specified by:
setAriaLevelProperty
in interfaceGridRole
-
setAriaMultiselectableProperty
public void setAriaMultiselectableProperty(Element element, boolean value)
Description copied from interface:GridRole
- Specified by:
setAriaMultiselectableProperty
in interfaceGridRole
-
setAriaReadonlyProperty
public void setAriaReadonlyProperty(Element element, boolean value)
Description copied from interface:GridRole
- Specified by:
setAriaReadonlyProperty
in interfaceGridRole
-
-