Package org.patternfly.dataprovider
Interface Display<T>
-
- All Known Implementing Classes:
CardView,DataList,DataTable,OldToolbar
public interface Display<T>Displays items managed by aDataProvider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshowItems(Iterable<T> items, PageInfo pageInfo)voidupdateSelection(SelectionInfo<T> selectionInfo)voidupdateSortInfo(SortInfo<T> sortInfo)
-