Uses of Class
org.teamapps.dto.UiResponsiveGridLayoutPolicy
-
Uses of UiResponsiveGridLayoutPolicy in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiResponsiveGridLayoutPolicy Modifier and Type Field Description protected java.util.List<UiResponsiveGridLayoutPolicy>UiResponsiveGridLayout. layoutPoliciesprotected java.util.List<UiResponsiveGridLayoutPolicy>UiResponsiveGridLayout.UpdateLayoutPoliciesCommand. layoutPoliciesMethods in org.teamapps.dto that return types with arguments of type UiResponsiveGridLayoutPolicy Modifier and Type Method Description java.util.List<UiResponsiveGridLayoutPolicy>UiResponsiveGridLayout. getLayoutPolicies()java.util.List<UiResponsiveGridLayoutPolicy>UiResponsiveGridLayout.UpdateLayoutPoliciesCommand. getLayoutPolicies()Constructor parameters in org.teamapps.dto with type arguments of type UiResponsiveGridLayoutPolicy Constructor Description UiResponsiveGridLayout(java.util.List<UiResponsiveGridLayoutPolicy> layoutPolicies)UpdateLayoutPoliciesCommand(java.lang.String componentId, java.util.List<UiResponsiveGridLayoutPolicy> layoutPolicies)