GWT 2.7.0

Uses of Class
com.google.gwt.aria.client.SelectedValue

Packages that use SelectedValue
com.google.gwt.aria.client   
 

Uses of SelectedValue in com.google.gwt.aria.client
 

Fields in com.google.gwt.aria.client with type parameters of type SelectedValue
static Attribute<SelectedValue> State.SELECTED
           
 

Methods in com.google.gwt.aria.client that return SelectedValue
static SelectedValue SelectedValue.of(boolean value)
          Gets the enum constant corresponding to value for the token type SelectedValue.
static SelectedValue SelectedValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SelectedValue[] SelectedValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.aria.client with parameters of type SelectedValue
 void TreeitemRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void TabRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void TabRole.setAriaSelectedState(Element element, SelectedValue value)
          Sets the aria-selected attribute for the element to the given value.
 void RowheaderRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void RowRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void RowRole.setAriaSelectedState(Element element, SelectedValue value)
          Sets the aria-selected attribute for the element to the given value.
 void RadioRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void OptionRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void OptionRole.setAriaSelectedState(Element element, SelectedValue value)
          Sets the aria-selected attribute for the element to the given value.
 void MenuitemradioRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void GridcellRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void GridcellRole.setAriaSelectedState(Element element, SelectedValue value)
          Sets the aria-selected attribute for the element to the given value.
 void ColumnheaderRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 


GWT 2.7.0