Uses of Enum Class
com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.OverlayMode
-
Uses of MasterDetailLayout.OverlayMode in com.vaadin.flow.component.masterdetaillayout
Methods in com.vaadin.flow.component.masterdetaillayout that return MasterDetailLayout.OverlayModeModifier and TypeMethodDescriptionMasterDetailLayout.getOverlayMode()Gets the overlay mode of the layout.Returns the enum constant of this class with the specified name.static MasterDetailLayout.OverlayMode[]MasterDetailLayout.OverlayMode.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.OverlayModeModifier and TypeMethodDescriptionvoidMasterDetailLayout.setOverlayMode(MasterDetailLayout.OverlayMode mode) Sets the overlay mode of the layout.