Uses of Enum Class
org.vaadin.firitin.layouts.BorderLayout.Region
Packages that use BorderLayout.Region
-
Uses of BorderLayout.Region in org.vaadin.firitin.layouts
Subclasses with type arguments of type BorderLayout.Region in org.vaadin.firitin.layoutsMethods in org.vaadin.firitin.layouts that return BorderLayout.RegionModifier and TypeMethodDescriptionstatic BorderLayout.RegionReturns the enum constant of this class with the specified name.static BorderLayout.Region[]BorderLayout.Region.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.layouts with parameters of type BorderLayout.RegionModifier and TypeMethodDescriptionvoidBorderLayout.removeChildAt(BorderLayout.Region region) voidBorderLayout.setChildAt(BorderLayout.Region region, com.vaadin.flow.component.Component component)