Uses of Class
org.teamapps.ux.component.format.Spacing
-
-
Uses of Spacing in org.teamapps.ux.component
Methods in org.teamapps.ux.component with parameters of type Spacing Modifier and Type Method Description voidAbstractComponent. setMargin(Spacing margin)voidComponent. setMargin(Spacing margin) -
Uses of Spacing in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return Spacing Modifier and Type Method Description SpacingResponsiveFormSection. getMargin()SpacingResponsiveFormSection. getPadding()Methods in org.teamapps.ux.component.form with parameters of type Spacing Modifier and Type Method Description ResponsiveFormSectionResponsiveFormSection. setMargin(Spacing margin)ResponsiveFormSectionResponsiveFormSection. setPadding(Spacing padding) -
Uses of Spacing in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return Spacing Modifier and Type Method Description SpacingFormSection. getMargin()SpacingFormSection. getPadding()Methods in org.teamapps.ux.component.form.layoutpolicy with parameters of type Spacing Modifier and Type Method Description FormSectionFormSection. setMargin(Spacing margin)FormSectionFormSection. setPadding(Spacing padding) -
Uses of Spacing in org.teamapps.ux.component.grid.layout
Methods in org.teamapps.ux.component.grid.layout that return Spacing Modifier and Type Method Description SpacingGridLayoutDefinition. getMargin()SpacingGridLayoutDefinition. getPadding()Methods in org.teamapps.ux.component.grid.layout with parameters of type Spacing Modifier and Type Method Description voidGridLayoutDefinition. setMargin(Spacing margin)voidGridLayoutDefinition. setPadding(Spacing padding) -
Uses of Spacing in org.teamapps.ux.component.panel
Methods in org.teamapps.ux.component.panel that return Spacing Modifier and Type Method Description SpacingElegantPanel. getPadding()Methods in org.teamapps.ux.component.panel with parameters of type Spacing Modifier and Type Method Description voidElegantPanel. setPadding(Spacing padding) -
Uses of Spacing in org.teamapps.ux.component.template.gridtemplate
Fields in org.teamapps.ux.component.template.gridtemplate declared as Spacing Modifier and Type Field Description protected SpacingAbstractTemplateElement. marginprotected SpacingImageElement. paddingprotected SpacingTextElement. paddingMethods in org.teamapps.ux.component.template.gridtemplate that return Spacing Modifier and Type Method Description SpacingAbstractTemplateElement. getMargin()SpacingGridTemplate. getPadding()SpacingImageElement. getPadding()SpacingTextElement. getPadding()Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type Spacing Modifier and Type Method Description AbstractTemplateElement<C>AbstractTemplateElement. setMargin(Spacing margin)AbstractTemplateElementImageElement. setMargin(Spacing margin)BadgeElementBadgeElement. setPadding(Spacing padding)GridTemplateGridTemplate. setPadding(Spacing padding)ImageElementImageElement. setPadding(Spacing padding)TextElementTextElement. setPadding(Spacing padding)Constructors in org.teamapps.ux.component.template.gridtemplate with parameters of type Spacing Constructor Description GridTemplate(int minWidth, int maxWidth, int minHeight, int maxHeight, Spacing padding, int gridGap)ImageElement(java.lang.String dataKey, int row, int column, int rowSpan, int colSpan, int width, int height, Border border, Spacing padding, Shadow shadow)ImageElement(java.lang.String dataKey, int row, int column, int width, int height, Border border, Spacing padding, Shadow shadow)ImageElement(java.lang.String dataKey, int width, int height, Border border, Spacing padding, Shadow shadow)
-