Uses of Class
com.vaadin.shared.ui.Orientation
-
Packages that use Orientation Package Description com.vaadin.client.ui com.vaadin.shared.ui -
-
Uses of Orientation in com.vaadin.client.ui
Constructors in com.vaadin.client.ui with parameters of type Orientation Constructor Description VAbstractSplitPanel(Orientation orientation)
-
Uses of Orientation in com.vaadin.shared.ui
Methods in com.vaadin.shared.ui that return Orientation Modifier and Type Method Description static Orientation
Orientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-