Uses of Class
org.teamapps.ux.component.format.Border
-
-
Uses of Border in org.teamapps.ux.component.documentviewer
Methods in org.teamapps.ux.component.documentviewer that return Border Modifier and Type Method Description BorderDocumentViewer. getPageBorder()Methods in org.teamapps.ux.component.documentviewer with parameters of type Border Modifier and Type Method Description voidDocumentViewer. setPageBorder(Border pageBorder) -
Uses of Border in org.teamapps.ux.component.field
Methods in org.teamapps.ux.component.field that return Border Modifier and Type Method Description BorderImageField. getBorder()Methods in org.teamapps.ux.component.field with parameters of type Border Modifier and Type Method Description ImageFieldImageField. setBorder(Border border) -
Uses of Border in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return Border Modifier and Type Method Description BorderResponsiveFormSection. getBorder()Methods in org.teamapps.ux.component.form with parameters of type Border Modifier and Type Method Description ResponsiveFormSectionResponsiveFormSection. setBorder(Border border) -
Uses of Border in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return Border Modifier and Type Method Description BorderFormSection. getBorder()Methods in org.teamapps.ux.component.form.layoutpolicy with parameters of type Border Modifier and Type Method Description FormSectionFormSection. setBorder(Border border) -
Uses of Border in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return Border Modifier and Type Method Description BorderBorder. setBorderRadius(float borderRadius) -
Uses of Border in org.teamapps.ux.component.grid.layout
Methods in org.teamapps.ux.component.grid.layout that return Border Modifier and Type Method Description BorderGridLayoutDefinition. getBorder()Methods in org.teamapps.ux.component.grid.layout with parameters of type Border Modifier and Type Method Description voidGridLayoutDefinition. setBorder(Border border) -
Uses of Border in org.teamapps.ux.component.template.gridtemplate
Fields in org.teamapps.ux.component.template.gridtemplate declared as Border Modifier and Type Field Description protected BorderImageElement. borderMethods in org.teamapps.ux.component.template.gridtemplate that return Border Modifier and Type Method Description BorderGridTemplate. getBorder()BorderImageElement. getBorder()Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type Border Modifier and Type Method Description voidGridTemplate. setBorder(Border border)ImageElementImageElement. setBorder(Border border)Constructors in org.teamapps.ux.component.template.gridtemplate with parameters of type Border Constructor Description 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)
-