Interface Display<T>
-
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)
-
-
-
Method Detail
-
updateSelection
void updateSelection(SelectionInfo<T> selectionInfo)
-
-