Uses of Class
org.teamapps.dto.UiGridLayout
-
Uses of UiGridLayout in org.teamapps.dto
Fields in org.teamapps.dto declared as UiGridLayoutModifier and TypeFieldDescriptionprotected UiGridLayoutUiResponsiveGridLayoutPolicy.descriptorprotected UiGridLayoutUiStaticGridLayout.descriptorprotected UiGridLayoutUiStaticGridLayout.UpdateLayoutCommand.descriptorMethods in org.teamapps.dto that return UiGridLayoutModifier and TypeMethodDescriptionUiResponsiveGridLayoutPolicy.getDescriptor()UiStaticGridLayout.getDescriptor()UiStaticGridLayout.UpdateLayoutCommand.getDescriptor()UiGridLayout.setBackgroundColor(String backgroundColor) UiGridLayout.setGridGap(int gridGap) UiGridLayout.setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) UiGridLayout.setPadding(UiSpacing padding) UiGridLayout.setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) Constructors in org.teamapps.dto with parameters of type UiGridLayoutModifierConstructorDescriptionUiResponsiveGridLayoutPolicy(int minApplicableWidth, UiGridLayout descriptor) UiStaticGridLayout(UiGridLayout descriptor) UpdateLayoutCommand(String componentId, UiGridLayout descriptor)