Uses of Enum Class
com.vaadin.flow.component.masterdetaillayout.MasterDetailLayout.Containment
Packages that use MasterDetailLayout.Containment
-
Uses of MasterDetailLayout.Containment in com.vaadin.flow.component.masterdetaillayout
Methods in com.vaadin.flow.component.masterdetaillayout that return MasterDetailLayout.ContainmentModifier and TypeMethodDescriptionMasterDetailLayout.getContainment()Gets the containment of the layout.Returns the enum constant of this class with the specified name.static MasterDetailLayout.Containment[]MasterDetailLayout.Containment.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.ContainmentModifier and TypeMethodDescriptionvoidMasterDetailLayout.setContainment(MasterDetailLayout.Containment containment) Sets the containment of the layout.When set toLAYOUT, the overlay is confined to the layout.