Uses of Class
org.vaadin.firitin.layouts.BorderLayout.Region
-
Packages that use BorderLayout.Region Package Description org.vaadin.firitin.layouts -
-
Uses of BorderLayout.Region in org.vaadin.firitin.layouts
Methods in org.vaadin.firitin.layouts that return BorderLayout.Region Modifier and Type Method Description static BorderLayout.RegionBorderLayout.Region. valueOf(String name)Returns the enum constant of this type with the specified name.static BorderLayout.Region[]BorderLayout.Region. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.vaadin.firitin.layouts with parameters of type BorderLayout.Region Modifier and Type Method Description voidBorderLayout. removeChildAt(BorderLayout.Region region)voidBorderLayout. setChildAt(BorderLayout.Region region, com.vaadin.flow.component.Component component)
-