Uses of Class
org.teamapps.dto.UiColumnDefinition
-
-
Uses of UiColumnDefinition in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiColumnDefinition Modifier and Type Field Description protected java.util.List<UiColumnDefinition>UiCompositeField. columnDefinitionsMethods in org.teamapps.dto that return types with arguments of type UiColumnDefinition Modifier and Type Method Description java.util.List<UiColumnDefinition>UiCompositeField. getColumnDefinitions()Constructor parameters in org.teamapps.dto with type arguments of type UiColumnDefinition Constructor Description UiCompositeField(java.util.List<UiColumnDefinition> columnDefinitions, java.util.List<java.lang.Integer> rowHeights, java.util.List<UiCompositeSubField> subFields)
-