Uses of Class
org.teamapps.dto.UiGridRow
-
-
Uses of UiGridRow in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiGridRow Modifier and Type Field Description protected java.util.List<UiGridRow>UiFormSection. rowsprotected java.util.List<UiGridRow>UiGridLayout. rowsprotected java.util.List<UiGridRow>UiGridTemplate. rowsMethods in org.teamapps.dto that return UiGridRow Modifier and Type Method Description UiGridRowUiGridRow. setBottomPadding(int bottomPadding)UiGridRowUiGridRow. setHeightPolicy(UiSizingPolicy heightPolicy)UiGridRowUiGridRow. setTopPadding(int topPadding)Methods in org.teamapps.dto that return types with arguments of type UiGridRow Modifier and Type Method Description java.util.List<UiGridRow>UiFormSection. getRows()java.util.List<UiGridRow>UiGridLayout. getRows()java.util.List<UiGridRow>UiGridTemplate. getRows()
-