Uses of Class
org.teamapps.dto.UiItemViewItemGroup
-
Uses of UiItemViewItemGroup in org.teamapps.dto
Fields in org.teamapps.dto declared as UiItemViewItemGroupModifier and TypeFieldDescriptionprotected UiItemViewItemGroupUiItemView.AddItemGroupCommand.itemGroupprotected UiItemViewItemGroupUiItemView.RefreshItemGroupCommand.itemGroupFields in org.teamapps.dto with type parameters of type UiItemViewItemGroupMethods in org.teamapps.dto that return UiItemViewItemGroupModifier and TypeMethodDescriptionUiItemView.AddItemGroupCommand.getItemGroup()UiItemView.RefreshItemGroupCommand.getItemGroup()UiItemViewItemGroup.setButtonWidth(float buttonWidth) UiItemViewItemGroup.setFloatStyle(UiItemViewFloatStyle floatStyle) UiItemViewItemGroup.setHeaderData(UiIdentifiableClientRecord headerData) UiItemViewItemGroup.setHeaderVisible(boolean headerVisible) UiItemViewItemGroup.setHorizontalItemMargin(int horizontalItemMargin) UiItemViewItemGroup.setHorizontalPadding(int horizontalPadding) UiItemViewItemGroup.setItemJustification(UiItemJustification itemJustification) UiItemViewItemGroup.setItems(List<UiIdentifiableClientRecord> items) UiItemViewItemGroup.setVerticalItemMargin(int verticalItemMargin) UiItemViewItemGroup.setVerticalPadding(int verticalPadding) Methods in org.teamapps.dto that return types with arguments of type UiItemViewItemGroupMethod parameters in org.teamapps.dto with type arguments of type UiItemViewItemGroupConstructors in org.teamapps.dto with parameters of type UiItemViewItemGroupModifierConstructorDescriptionAddItemGroupCommand(String componentId, UiItemViewItemGroup itemGroup) RefreshItemGroupCommand(String componentId, UiItemViewItemGroup itemGroup)