Uses of Enum Class
com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.OverlayContainment
Packages that use MasterDetailLayout.OverlayContainment
-
Uses of MasterDetailLayout.OverlayContainment in com.vaadin.flow.component.masterdetaillayout
Methods in com.vaadin.flow.component.masterdetaillayout that return MasterDetailLayout.OverlayContainmentModifier and TypeMethodDescriptionMasterDetailLayout.getOverlayContainment()Gets the overlay containment of the layout.Returns the enum constant of this class with the specified name.MasterDetailLayout.OverlayContainment.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.OverlayContainmentModifier and TypeMethodDescriptionvoidMasterDetailLayout.setOverlayContainment(MasterDetailLayout.OverlayContainment overlayContainment) Sets the containment of the detail area when the layout is in overlay mode.