Uses of Class
org.teamapps.ux.component.format.HorizontalElementAlignment
-
-
Uses of HorizontalElementAlignment in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return HorizontalElementAlignment Modifier and Type Method Description HorizontalElementAlignmentResponsiveFormField. getHorizontalAlignment()Methods in org.teamapps.ux.component.form with parameters of type HorizontalElementAlignment Modifier and Type Method Description ResponsiveFormFieldResponsiveFormField. setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment) -
Uses of HorizontalElementAlignment in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return HorizontalElementAlignment Modifier and Type Method Description HorizontalElementAlignmentFormSectionFieldPlacement. getHorizontalAlignment()HorizontalElementAlignmentFormSectionFloatingFieldsPlacement. getHorizontalAlignment()HorizontalElementAlignmentFormSectionPlacement. getHorizontalAlignment()Methods in org.teamapps.ux.component.form.layoutpolicy with parameters of type HorizontalElementAlignment Modifier and Type Method Description FormSectionFieldPlacementFormSectionFieldPlacement. setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment)voidFormSectionFloatingFieldsPlacement. setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment) -
Uses of HorizontalElementAlignment in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return HorizontalElementAlignment Modifier and Type Method Description static HorizontalElementAlignmentHorizontalElementAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HorizontalElementAlignment[]HorizontalElementAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HorizontalElementAlignment in org.teamapps.ux.component.grid.bootstrap
Methods in org.teamapps.ux.component.grid.bootstrap that return HorizontalElementAlignment Modifier and Type Method Description HorizontalElementAlignmentBootstrapishPlacement. getHorizontalAlignment()HorizontalElementAlignmentBootstrapishGridLayout. getHorizontalItemAlignment()Methods in org.teamapps.ux.component.grid.bootstrap with parameters of type HorizontalElementAlignment Modifier and Type Method Description BootstrapishPlacement.ChainBuilderBootstrapishPlacement.ChainBuilder. horizontalAlignment(HorizontalElementAlignment horizontalAlignment)BootstrapishPlacementBootstrapishPlacement. setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment)voidBootstrapishGridLayout. setHorizontalItemAlignment(HorizontalElementAlignment horizontalItemAlignment) -
Uses of HorizontalElementAlignment in org.teamapps.ux.component.grid.layout
Methods in org.teamapps.ux.component.grid.layout that return HorizontalElementAlignment Modifier and Type Method Description HorizontalElementAlignmentAbstractGridPlacement. getHorizontalAlignment()HorizontalElementAlignmentGridPlacement. getHorizontalAlignment()Methods in org.teamapps.ux.component.grid.layout with parameters of type HorizontalElementAlignment Modifier and Type Method Description voidAbstractGridPlacement. setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment) -
Uses of HorizontalElementAlignment in org.teamapps.ux.component.pageview
Methods in org.teamapps.ux.component.pageview that return HorizontalElementAlignment Modifier and Type Method Description HorizontalElementAlignmentMessagePageViewBlock. getTopRecordAlignment()Methods in org.teamapps.ux.component.pageview with parameters of type HorizontalElementAlignment Modifier and Type Method Description voidMessagePageViewBlock. setTopRecordAlignment(HorizontalElementAlignment topRecordAlignment) -
Uses of HorizontalElementAlignment in org.teamapps.ux.component.panel
Methods in org.teamapps.ux.component.panel that return HorizontalElementAlignment Modifier and Type Method Description HorizontalElementAlignmentElegantPanel. getHorizontalContentAlignment()Methods in org.teamapps.ux.component.panel with parameters of type HorizontalElementAlignment Modifier and Type Method Description voidElegantPanel. setHorizontalContentAlignment(HorizontalElementAlignment horizontalContentAlignment) -
Uses of HorizontalElementAlignment in org.teamapps.ux.component.template.gridtemplate
Fields in org.teamapps.ux.component.template.gridtemplate declared as HorizontalElementAlignment Modifier and Type Field Description protected HorizontalElementAlignmentAbstractTemplateElement. horizontalAlignmentMethods in org.teamapps.ux.component.template.gridtemplate that return HorizontalElementAlignment Modifier and Type Method Description HorizontalElementAlignmentAbstractTemplateElement. getHorizontalAlignment()Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type HorizontalElementAlignment Modifier and Type Method Description AbstractTemplateElement<C>AbstractTemplateElement. setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment)ImageElementImageElement. setHorizontalAlignment(HorizontalElementAlignment horizontalAlignment)Constructors in org.teamapps.ux.component.template.gridtemplate with parameters of type HorizontalElementAlignment 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)
-