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 voidSteppedView.align(com.vaadin.flow.component.Component component, CSSGrid.Position position) Align (vertically) a component within the view's content area.static voidSteppedView.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.PositionReturns 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 TypeMethodDescriptionvoidCSSGrid.align(com.vaadin.flow.component.Component component, CSSGrid.Position position) Align (vertically) a component within its grid cell.voidDashboard.align(View view, CSSGrid.Position position) Align (vertically) a view within its grid cell.voidPopupButton.align(com.vaadin.flow.component.Component component, CSSGrid.Position position) Align (vertically) a component within its grid cell.voidCSSGrid.justify(com.vaadin.flow.component.Component component, CSSGrid.Position position) Justify (horizontally) a component within its grid cell.voidDashboard.justify(View view, CSSGrid.Position position) Horizontally justify a view within its grid cell.voidPopupButton.justify(com.vaadin.flow.component.Component component, CSSGrid.Position position) Justify (horizontally) a component within its grid cell.