Uses of Class
com.vaadin.flow.component.orderedlayout.BoxSizing
-
-
Uses of BoxSizing in com.vaadin.flow.component.orderedlayout
Methods in com.vaadin.flow.component.orderedlayout that return BoxSizing Modifier and Type Method Description default BoxSizingThemableLayout. getBoxSizing()Gets the box-sizing defined for the layout, orUNDEFINEDif none was defined on the server-side.static BoxSizingBoxSizing. valueOf(String name)Returns the enum constant of this type with the specified name.static BoxSizing[]BoxSizing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.orderedlayout with parameters of type BoxSizing Modifier and Type Method Description default voidThemableLayout. setBoxSizing(BoxSizing boxSizing)Sets thebox-sizingCSS property of the layout.
-