Uses of Class
org.teamapps.dto.UiGridLayout
-
Uses of UiGridLayout in org.teamapps.dto
Fields in org.teamapps.dto declared as UiGridLayout Modifier and Type Field Description protected UiGridLayoutUiResponsiveGridLayoutPolicy. descriptorprotected UiGridLayoutUiStaticGridLayout. descriptorprotected UiGridLayoutUiStaticGridLayout.UpdateLayoutCommand. descriptorMethods in org.teamapps.dto that return UiGridLayout Modifier and Type Method Description UiGridLayoutUiResponsiveGridLayoutPolicy. getDescriptor()UiGridLayoutUiStaticGridLayout. getDescriptor()UiGridLayoutUiStaticGridLayout.UpdateLayoutCommand. getDescriptor()UiGridLayoutUiGridLayout. setBackgroundColor(UiColor backgroundColor)UiGridLayoutUiGridLayout. setBorder(UiBorder border)UiGridLayoutUiGridLayout. setGridGap(int gridGap)UiGridLayoutUiGridLayout. setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)UiGridLayoutUiGridLayout. setMargin(UiSpacing margin)UiGridLayoutUiGridLayout. setPadding(UiSpacing padding)UiGridLayoutUiGridLayout. setShadow(UiShadow shadow)UiGridLayoutUiGridLayout. setVerticalAlignment(UiVerticalElementAlignment verticalAlignment)Constructors in org.teamapps.dto with parameters of type UiGridLayout Constructor Description UiResponsiveGridLayoutPolicy(int minApplicableWidth, UiGridLayout descriptor)UiStaticGridLayout(UiGridLayout descriptor)UpdateLayoutCommand(java.lang.String componentId, UiGridLayout descriptor)