Uses of Enum
com.google.gwt.aria.client.PressedValue
-
Uses of PressedValue in com.google.gwt.aria.client
Modifier and TypeMethodDescriptionstatic PressedValue
PressedValue.of
(boolean value) Gets the enum constant corresponding tovalue
for the token type PressedValue.static PressedValue
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.Modifier and TypeMethodDescriptionvoid
ButtonRole.setAriaPressedState
(Element element, PressedValue value) void
ButtonRoleImpl.setAriaPressedState
(Element element, PressedValue value)