GWT 2.7.0

com.google.gwt.aria.client
Class SeparatorRoleImpl

java.lang.Object
  extended by com.google.gwt.aria.client.RoleImpl
      extended by com.google.gwt.aria.client.SeparatorRoleImpl
All Implemented Interfaces:
Role, SeparatorRole, StructureRole

 class SeparatorRoleImpl
extends RoleImpl
implements SeparatorRole

Implements SeparatorRole.


Constructor Summary
SeparatorRoleImpl(java.lang.String roleName)
           
 
Method Summary
 java.lang.String getAriaExpandedState(Element element)
          Returns the value of the aria-expanded attribute for the element or "" if no such attribute is present.
 java.lang.String getAriaOrientationProperty(Element element)
          Returns the value of the aria-orientation attribute for the element or "" if no such attribute is present.
 void removeAriaExpandedState(Element element)
          Removes the aria-expanded attribute from the element.
 void removeAriaOrientationProperty(Element element)
          Removes the aria-orientation attribute from the element.
 void setAriaExpandedState(Element element, ExpandedValue value)
          Sets the aria-expanded attribute for the element to the given value.
 void setAriaOrientationProperty(Element element, OrientationValue value)
          Sets the aria-orientation attribute for the element to the given 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
 

Constructor Detail

SeparatorRoleImpl

SeparatorRoleImpl(java.lang.String roleName)
Method Detail

getAriaExpandedState

public java.lang.String getAriaExpandedState(Element element)
Description copied from interface: SeparatorRole
Returns the value of the aria-expanded attribute for the element or "" if no such attribute is present.

Specified by:
getAriaExpandedState in interface SeparatorRole

getAriaOrientationProperty

public java.lang.String getAriaOrientationProperty(Element element)
Description copied from interface: SeparatorRole
Returns the value of the aria-orientation attribute for the element or "" if no such attribute is present.

Specified by:
getAriaOrientationProperty in interface SeparatorRole

removeAriaExpandedState

public void removeAriaExpandedState(Element element)
Description copied from interface: SeparatorRole
Removes the aria-expanded attribute from the element.

Specified by:
removeAriaExpandedState in interface SeparatorRole

removeAriaOrientationProperty

public void removeAriaOrientationProperty(Element element)
Description copied from interface: SeparatorRole
Removes the aria-orientation attribute from the element.

Specified by:
removeAriaOrientationProperty in interface SeparatorRole

setAriaExpandedState

public void setAriaExpandedState(Element element,
                                 ExpandedValue value)
Description copied from interface: SeparatorRole
Sets the aria-expanded attribute for the element to the given value.

Specified by:
setAriaExpandedState in interface SeparatorRole

setAriaOrientationProperty

public void setAriaOrientationProperty(Element element,
                                       OrientationValue value)
Description copied from interface: SeparatorRole
Sets the aria-orientation attribute for the element to the given value.

Specified by:
setAriaOrientationProperty in interface SeparatorRole

GWT 2.7.0