Uses of Enum Class
com.storedobject.vaadin.CSSGrid.Position
Packages that use CSSGrid.Position
-
Uses of CSSGrid.Position in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type CSSGrid.PositionModifier and TypeMethodDescriptionstatic void
SteppedView.align
(com.vaadin.flow.component.Component component, CSSGrid.Position position) Align (vertically) a component within the view's content area.static void
SteppedView.justify
(com.vaadin.flow.component.Component component, CSSGrid.Position position) Justify (horizontally) a component within the view's content area. -
Uses of CSSGrid.Position in com.storedobject.vaadin
Methods in com.storedobject.vaadin that return CSSGrid.PositionModifier and TypeMethodDescriptionstatic CSSGrid.Position
Returns the enum constant of this class with the specified name.static CSSGrid.Position[]
CSSGrid.Position.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.vaadin with parameters of type CSSGrid.PositionModifier and TypeMethodDescriptionvoid
CSSGrid.align
(com.vaadin.flow.component.Component component, CSSGrid.Position position) Align (vertically) a component within its grid cell.void
Dashboard.align
(View view, CSSGrid.Position position) Align (vertically) a view within its grid cell.void
PopupButton.align
(com.vaadin.flow.component.Component component, CSSGrid.Position position) Align (vertically) a component within its grid cell.void
CSSGrid.justify
(com.vaadin.flow.component.Component component, CSSGrid.Position position) Justify (horizontally) a component within its grid cell.void
Dashboard.justify
(View view, CSSGrid.Position position) Justify (horizontally) a view within its grid cell.void
PopupButton.justify
(com.vaadin.flow.component.Component component, CSSGrid.Position position) Justify (horizontally) a component within its grid cell.