Uses of Class
org.teamapps.ux.component.itemview.ItemGroup
| Package | Description |
|---|---|
| org.teamapps.ux.component.itemview |
-
Uses of ItemGroup in org.teamapps.ux.component.itemview
Subclasses of ItemGroup in org.teamapps.ux.component.itemview Modifier and Type Class Description classSimpleItemGroup<PAYLOAD>Methods in org.teamapps.ux.component.itemview that return types with arguments of type ItemGroup Modifier and Type Method Description java.util.List<ItemGroup>ItemView. getItemGroups()Methods in org.teamapps.ux.component.itemview with parameters of type ItemGroup Modifier and Type Method Description voidItemView. addGroup(ItemGroup<HEADERRECORD,RECORD> group)voidItemView. removeItemGroup(ItemGroup itemGroup)Constructors in org.teamapps.ux.component.itemview with parameters of type ItemGroup Constructor Description ItemClickedEventData(ItemGroup<?,RECORD> itemGroup, RECORD item)Constructor parameters in org.teamapps.ux.component.itemview with type arguments of type ItemGroup Constructor Description ItemView(java.util.List<ItemGroup<HEADERRECORD,RECORD>> itemGroups)