Uses of Class
com.vaadin.shared.ui.window.WindowRole
-
Packages that use WindowRole Package Description com.vaadin.client.ui com.vaadin.shared.ui.window com.vaadin.ui -
-
Uses of WindowRole in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type WindowRole Modifier and Type Method Description void
VWindow. setWaiAriaRole(WindowRole role)
Sets the WAI-ARIA role the window. -
Uses of WindowRole in com.vaadin.shared.ui.window
Fields in com.vaadin.shared.ui.window declared as WindowRole Modifier and Type Field Description WindowRole
WindowState. role
Methods in com.vaadin.shared.ui.window that return WindowRole Modifier and Type Method Description static WindowRole
WindowRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static WindowRole[]
WindowRole. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WindowRole in com.vaadin.ui
Methods in com.vaadin.ui that return WindowRole Modifier and Type Method Description WindowRole
Window. getAssistiveRole()
Gets the WAI-ARIA role the window.Methods in com.vaadin.ui with parameters of type WindowRole Modifier and Type Method Description void
Window. setAssistiveRole(WindowRole role)
Sets the WAI-ARIA role the window.
-