Uses of Enum Class
com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Orientation
-
Uses of MasterDetailLayout.Orientation in com.vaadin.flow.component.masterdetaillayout
Methods in com.vaadin.flow.component.masterdetaillayout that return MasterDetailLayout.OrientationModifier and TypeMethodDescriptionMasterDetailLayout.getOrientation()Gets the orientation of the layout.Returns the enum constant of this class with the specified name.static MasterDetailLayout.Orientation[]MasterDetailLayout.Orientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.masterdetaillayout with parameters of type MasterDetailLayout.OrientationModifier and TypeMethodDescriptionvoidMasterDetailLayout.setOrientation(MasterDetailLayout.Orientation orientation) Sets the orientation of the layout.