Uses of Class
org.teamapps.ux.component.format.VerticalElementAlignment
-
-
Uses of VerticalElementAlignment in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return VerticalElementAlignment Modifier and Type Method Description VerticalElementAlignmentResponsiveFormField. getVerticalAlignment()Methods in org.teamapps.ux.component.form with parameters of type VerticalElementAlignment Modifier and Type Method Description ResponsiveFormFieldResponsiveFormField. setVerticalAlignment(VerticalElementAlignment verticalAlignment) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return VerticalElementAlignment Modifier and Type Method Description VerticalElementAlignmentFormSectionFieldPlacement. getVerticalAlignment()VerticalElementAlignmentFormSectionFloatingFieldsPlacement. getVerticalAlignment()VerticalElementAlignmentFormSectionPlacement. getVerticalAlignment()Methods in org.teamapps.ux.component.form.layoutpolicy with parameters of type VerticalElementAlignment Modifier and Type Method Description FormSectionFieldPlacementFormSectionFieldPlacement. 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 VerticalElementAlignment Modifier and Type Method Description static VerticalElementAlignmentVerticalElementAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VerticalElementAlignment[]VerticalElementAlignment. values()Returns an array containing the constants of this enum type, 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 VerticalElementAlignment Modifier and Type Method Description VerticalElementAlignmentBootstrapishPlacement. getVerticalAlignment()VerticalElementAlignmentBootstrapishGridLayout. getVerticalItemAlignment()Methods in org.teamapps.ux.component.grid.bootstrap with parameters of type VerticalElementAlignment Modifier and Type Method Description BootstrapishPlacementBootstrapishPlacement. setVerticalAlignment(VerticalElementAlignment verticalAlignment)voidBootstrapishGridLayout. setVerticalItemAlignment(VerticalElementAlignment verticalItemAlignment)BootstrapishPlacement.ChainBuilderBootstrapishPlacement.ChainBuilder. verticalAlignment(VerticalElementAlignment verticalAlignment) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.grid.layout
Methods in org.teamapps.ux.component.grid.layout that return VerticalElementAlignment Modifier and Type Method Description VerticalElementAlignmentAbstractGridPlacement. getVerticalAlignment()VerticalElementAlignmentGridPlacement. getVerticalAlignment()Methods in org.teamapps.ux.component.grid.layout with parameters of type VerticalElementAlignment Modifier and Type Method Description voidAbstractGridPlacement. setVerticalAlignment(VerticalElementAlignment verticalAlignment) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.infiniteitemview
Methods in org.teamapps.ux.component.infiniteitemview that return VerticalElementAlignment Modifier and Type Method Description VerticalElementAlignmentInfiniteItemView2. getItemContentVerticalAlignment()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type VerticalElementAlignment Modifier and Type Method Description InfiniteItemView2<RECORD>InfiniteItemView2. setItemContentVerticalAlignment(VerticalElementAlignment itemContentVerticalAlignment) -
Uses of VerticalElementAlignment in org.teamapps.ux.component.template
Methods in org.teamapps.ux.component.template with parameters of type VerticalElementAlignment Modifier and Type Method Description static 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 VerticalElementAlignment Modifier and Type Field Description protected VerticalElementAlignmentAbstractTemplateElement. verticalAlignmentMethods in org.teamapps.ux.component.template.gridtemplate that return VerticalElementAlignment Modifier and Type Method Description VerticalElementAlignmentAbstractTemplateElement. getVerticalAlignment()Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type VerticalElementAlignment Modifier and Type Method Description AbstractTemplateElement<C>AbstractTemplateElement. setVerticalAlignment(VerticalElementAlignment verticalAlignment)AbstractTemplateElementImageElement. setVerticalAlignment(VerticalElementAlignment verticalAlignment)Constructors in org.teamapps.ux.component.template.gridtemplate with parameters of type VerticalElementAlignment Constructor Description AbstractTemplateElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment)BadgeElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment)GlyphIconElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int size, org.teamapps.common.format.Color fontColor)IconElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int size)ImageElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment, int width, int height)TextElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment)
-