Uses of Enum Class
org.teamapps.ux.component.format.VerticalElementAlignment
Packages that use VerticalElementAlignment
Package
Description
-
Uses of VerticalElementAlignment in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return VerticalElementAlignmentMethods in org.teamapps.ux.component.form with parameters of type VerticalElementAlignmentModifier and TypeMethodDescriptionResponsiveFormField.setVerticalAlignment(VerticalElementAlignment verticalAlignment) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return VerticalElementAlignmentModifier and TypeMethodDescriptionFormSectionFieldPlacement.getVerticalAlignment()FormSectionFloatingFieldsPlacement.getVerticalAlignment()FormSectionPlacement.getVerticalAlignment()Methods in org.teamapps.ux.component.form.layoutpolicy with parameters of type VerticalElementAlignmentModifier and TypeMethodDescriptionFormSectionFieldPlacement.setVerticalAlignment(VerticalElementAlignment verticalAlignment) voidFormSectionFloatingFieldsPlacement.setVerticalAlignment(VerticalElementAlignment verticalAlignment) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return VerticalElementAlignmentModifier and TypeMethodDescriptionstatic VerticalElementAlignmentReturns the enum constant of this class with the specified name.static VerticalElementAlignment[]VerticalElementAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VerticalElementAlignment in org.teamapps.ux.component.grid.bootstrap
Methods in org.teamapps.ux.component.grid.bootstrap that return VerticalElementAlignmentModifier and TypeMethodDescriptionBootstrapishPlacement.getVerticalAlignment()BootstrapishGridLayout.getVerticalItemAlignment()Methods in org.teamapps.ux.component.grid.bootstrap with parameters of type VerticalElementAlignmentModifier and TypeMethodDescriptionBootstrapishPlacement.setVerticalAlignment(VerticalElementAlignment verticalAlignment) voidBootstrapishGridLayout.setVerticalItemAlignment(VerticalElementAlignment verticalItemAlignment) BootstrapishPlacement.ChainBuilder.verticalAlignment(VerticalElementAlignment verticalAlignment) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.grid.layout
Methods in org.teamapps.ux.component.grid.layout that return VerticalElementAlignmentModifier and TypeMethodDescriptionAbstractGridPlacement.getVerticalAlignment()GridPlacement.getVerticalAlignment()Methods in org.teamapps.ux.component.grid.layout with parameters of type VerticalElementAlignmentModifier and TypeMethodDescriptionvoidAbstractGridPlacement.setVerticalAlignment(VerticalElementAlignment verticalAlignment) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.infiniteitemview
Methods in org.teamapps.ux.component.infiniteitemview that return VerticalElementAlignmentMethods in org.teamapps.ux.component.infiniteitemview with parameters of type VerticalElementAlignmentModifier and TypeMethodDescriptionInfiniteItemView2.setItemContentVerticalAlignment(VerticalElementAlignment itemContentVerticalAlignment) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.template
Methods in org.teamapps.ux.component.template with parameters of type VerticalElementAlignmentModifier and TypeMethodDescriptionstatic TemplateBaseTemplate.createListStyleIconTwoLinesBadgeTemplate(int iconSize, VerticalElementAlignment verticalIconAlignment, int maxHeight, int spacing) static TemplateBaseTemplate.createListStyleIconTwoLinesBadgeTemplate(int iconSize, VerticalElementAlignment verticalIconAlignment, int maxHeight, int spacing, boolean wrapLines) static TemplateBaseTemplate.createTreeSingleLineNodeTemplate(int iconSize, VerticalElementAlignment verticalIconAlignment, int maxHeight) static TemplateBaseTemplate.createTreeSingleLineNodeTemplate(int iconSize, VerticalElementAlignment verticalIconAlignment, int maxHeight, boolean wrapLines) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.template.gridtemplate
Fields in org.teamapps.ux.component.template.gridtemplate declared as VerticalElementAlignmentModifier and TypeFieldDescriptionprotected VerticalElementAlignmentAbstractTemplateElement.verticalAlignmentMethods in org.teamapps.ux.component.template.gridtemplate that return VerticalElementAlignmentMethods in org.teamapps.ux.component.template.gridtemplate with parameters of type VerticalElementAlignmentModifier and TypeMethodDescriptionAbstractTemplateElement.setVerticalAlignment(VerticalElementAlignment verticalAlignment) ImageElement.setVerticalAlignment(VerticalElementAlignment verticalAlignment) Constructors in org.teamapps.ux.component.template.gridtemplate with parameters of type VerticalElementAlignmentModifierConstructorDescriptionAbstractTemplateElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment) BadgeElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment) GlyphIconElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int size, Color fontColor) IconElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int size) ImageElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int width, int height) TextElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment)