Uses of Class
org.neotropic.util.visual.layout.GridLayout.Alignment
- 
Packages that use GridLayout.Alignment Package Description org.neotropic.util.visual.layout  - 
- 
Uses of GridLayout.Alignment in org.neotropic.util.visual.layout
Methods in org.neotropic.util.visual.layout that return GridLayout.Alignment Modifier and Type Method Description static GridLayout.AlignmentGridLayout.Alignment. valueOf(String name)Returns the enum constant of this type with the specified name.static GridLayout.Alignment[]GridLayout.Alignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neotropic.util.visual.layout with parameters of type GridLayout.Alignment Modifier and Type Method Description voidGridLayout. setAlignSelf(GridLayout.Alignment alignment, com.vaadin.flow.component.Component component)voidGridLayout. setJustifySelf(GridLayout.Alignment alignment, com.vaadin.flow.component.Component component) 
 -