Uses of Class
org.teamapps.ux.component.format.Shadow
-
Uses of Shadow in org.teamapps.ux.component
Methods in org.teamapps.ux.component with parameters of type Shadow Modifier and Type Method Description default voidComponent. setShadow(Shadow shadow) -
Uses of Shadow in org.teamapps.ux.component.documentviewer
Methods in org.teamapps.ux.component.documentviewer that return Shadow Modifier and Type Method Description ShadowDocumentViewer. getPageShadow()Methods in org.teamapps.ux.component.documentviewer with parameters of type Shadow Modifier and Type Method Description voidDocumentViewer. setPageShadow(Shadow pageShadow) -
Uses of Shadow in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return Shadow Modifier and Type Method Description ShadowResponsiveFormSection. getShadow()Methods in org.teamapps.ux.component.form with parameters of type Shadow Modifier and Type Method Description ResponsiveFormSectionResponsiveFormSection. setShadow(Shadow shadow) -
Uses of Shadow in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return Shadow Modifier and Type Method Description ShadowFormSection. getShadow()Methods in org.teamapps.ux.component.form.layoutpolicy with parameters of type Shadow Modifier and Type Method Description FormSectionFormSection. setShadow(Shadow shadow) -
Uses of Shadow in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return Shadow Modifier and Type Method Description static ShadowShadow. withSize(float size) -
Uses of Shadow in org.teamapps.ux.component.grid.layout
Methods in org.teamapps.ux.component.grid.layout that return Shadow Modifier and Type Method Description ShadowGridLayoutDefinition. getShadow()Methods in org.teamapps.ux.component.grid.layout with parameters of type Shadow Modifier and Type Method Description voidGridLayoutDefinition. setShadow(Shadow shadow) -
Uses of Shadow in org.teamapps.ux.component.template.gridtemplate
Fields in org.teamapps.ux.component.template.gridtemplate declared as Shadow Modifier and Type Field Description protected ShadowImageElement. shadowMethods in org.teamapps.ux.component.template.gridtemplate that return Shadow Modifier and Type Method Description ShadowImageElement. getShadow()Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type Shadow Modifier and Type Method Description ImageElementImageElement. setShadow(Shadow shadow)Constructors in org.teamapps.ux.component.template.gridtemplate with parameters of type Shadow Constructor Description 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)