Uses of Class
org.linkki.core.ui.layout.VerticalAlignment
-
Packages that use VerticalAlignment Package Description org.linkki.core.ui.layout org.linkki.core.ui.layout.annotation Annotations containing layout information. -
-
Uses of VerticalAlignment in org.linkki.core.ui.layout
Methods in org.linkki.core.ui.layout that return VerticalAlignment Modifier and Type Method Description static VerticalAlignmentVerticalAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static VerticalAlignment[]VerticalAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.linkki.core.ui.layout with parameters of type VerticalAlignment Constructor Description HorizontalLayoutComponentDefinition(VerticalAlignment verticalAlignment, boolean spacing, boolean padding)Creates a newHorizontalLayoutComponentDefinitionwith the given vertical alignment. -
Uses of VerticalAlignment in org.linkki.core.ui.layout.annotation
Methods in org.linkki.core.ui.layout.annotation that return VerticalAlignment Modifier and Type Method Description VerticalAlignmentalignment()Thevertical alignmentof theHorizontalLayout's children relative to each other.
-