Uses of Class
com.google.gwt.aria.client.PressedValue
-
Packages that use PressedValue Package Description com.google.gwt.aria.client -
-
Uses of PressedValue in com.google.gwt.aria.client
Fields in com.google.gwt.aria.client with type parameters of type PressedValue Modifier and Type Field Description static Attribute<PressedValue>State. PRESSEDMethods in com.google.gwt.aria.client that return PressedValue Modifier and Type Method Description static PressedValuePressedValue. of(boolean value)Gets the enum constant corresponding tovaluefor the token type PressedValue.static PressedValuePressedValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PressedValue[]PressedValue. 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 PressedValue Modifier and Type Method Description voidButtonRole. setAriaPressedState(Element element, PressedValue value)voidButtonRoleImpl. setAriaPressedState(Element element, PressedValue value)
-