Uses of Class
org.teamapps.dto.UiShadow
-
-
Uses of UiShadow in org.teamapps.dto
Fields in org.teamapps.dto declared as UiShadow Modifier and Type Field Description protected UiShadowUiDocumentViewer. pageShadowprotected UiShadowUiDocumentViewer.SetPageShadowCommand. pageShadowprotected UiShadowUiFormSection. shadowprotected UiShadowUiGridLayout. shadowprotected UiShadowUiImageElement. shadowprotected UiShadowUiImageField.SetShadowCommand. shadowprotected UiShadowUiImageField. shadowMethods in org.teamapps.dto that return UiShadow Modifier and Type Method Description UiShadowUiDocumentViewer. getPageShadow()UiShadowUiDocumentViewer.SetPageShadowCommand. getPageShadow()UiShadowUiFormSection. getShadow()UiShadowUiGridLayout. getShadow()UiShadowUiImageElement. getShadow()UiShadowUiImageField. getShadow()UiShadowUiImageField.SetShadowCommand. getShadow()UiShadowUiShadow. setOffsetX(float offsetX)UiShadowUiShadow. setOffsetY(float offsetY)UiShadowUiShadow. setSpread(float spread)Methods in org.teamapps.dto with parameters of type UiShadow Modifier and Type Method Description UiDocumentViewerUiDocumentViewer. setPageShadow(UiShadow pageShadow)UiFormSectionUiFormSection. setShadow(UiShadow shadow)UiGridLayoutUiGridLayout. setShadow(UiShadow shadow)UiImageElementUiImageElement. setShadow(UiShadow shadow)UiImageFieldUiImageField. setShadow(UiShadow shadow)Constructors in org.teamapps.dto with parameters of type UiShadow Constructor Description SetPageShadowCommand(java.lang.String componentId, UiShadow pageShadow)SetShadowCommand(java.lang.String componentId, UiShadow shadow)
-