Uses of Enum Class
org.vaadin.firitin.layouts.BorderLayout.Region
-
Uses of BorderLayout.Region in org.vaadin.firitin.layouts
Modifier 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.Modifier and TypeMethodDescriptionvoid
BorderLayout.removeChildAt
(BorderLayout.Region region) void
BorderLayout.setChildAt
(BorderLayout.Region region, com.vaadin.flow.component.Component component)