Uses of Enum Class
org.vaadin.firitin.layouts.BorderLayout.Region
Packages that use BorderLayout.Region
-
Uses of BorderLayout.Region in org.vaadin.firitin.layouts
Methods in org.vaadin.firitin.layouts that return BorderLayout.RegionModifier and TypeMethodDescriptionstatic BorderLayout.Region
Returns 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 TypeMethodDescriptionvoid
BorderLayout.removeChildAt
(BorderLayout.Region region) void
BorderLayout.setChildAt
(BorderLayout.Region region, com.vaadin.flow.component.Component component)