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 default 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.format
Methods in org.teamapps.ux.component.format that return Spacing Modifier and Type Method Description static SpacingSpacing. px(int value)static SpacingSpacing. px(int vertical, int horizontal) -
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.notification
Methods in org.teamapps.ux.component.notification that return Spacing Modifier and Type Method Description SpacingNotification. getPadding()SpacingNotificationBarItem. getPadding()Methods in org.teamapps.ux.component.notification with parameters of type Spacing Modifier and Type Method Description NotificationNotification. setPadding(Spacing padding)Constructors in org.teamapps.ux.component.notification with parameters of type Spacing Constructor Description NotificationBarItem(org.teamapps.icons.Icon icon, java.lang.String text, boolean dismissible, int displayTimeInMillis, boolean progressBarVisible, org.teamapps.common.format.Color backgroundColor, org.teamapps.common.format.Color borderColor, org.teamapps.common.format.Color textColor, Spacing padding, RepeatableAnimation iconAnimation)NotificationBarItem(org.teamapps.icons.Icon icon, java.lang.String text, boolean dismissible, int displayTimeInMillis, boolean progressBarVisible, org.teamapps.common.format.Color backgroundColor, org.teamapps.common.format.Color borderColor, org.teamapps.common.format.Color textColor, Spacing padding, RepeatableAnimation iconAnimation, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation) -
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
Methods in org.teamapps.ux.component.template with parameters of type Spacing Modifier and Type Method Description static GridTemplateBaseTemplate. createTemplate(int minWidth, int maxWidth, int minHeight, int maxHeight, Spacing padding, int gridGap, boolean horizontalCenterAlignment, int mainIconSize, boolean mainIconAlignTop, org.teamapps.common.format.Color mainImageBorderColor, int captionIconSize, float captionSize, org.teamapps.common.format.Color captionColor, boolean wrapCaption, float badgeSize, org.teamapps.common.format.Color badgeTextColor, org.teamapps.common.format.Color badgeBackgroundColor, int rightIconSize, int subIcon1Size, float subText1Size, org.teamapps.common.format.Color subText1Color, int subIcon2Size, float subText2Size, org.teamapps.common.format.Color subText2Color, float descriptionTextSize, org.teamapps.common.format.Color descriptionTextColor) -
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 propertyName, int row, int column, int rowSpan, int colSpan, int width, int height, Border border, Spacing padding, Shadow shadow)ImageElement(java.lang.String propertyName, int row, int column, int width, int height, Border border, Spacing padding, Shadow shadow)ImageElement(java.lang.String propertyName, int width, int height, Border border, Spacing padding, Shadow shadow)
-