Interface Display<T>


  • public interface Display<T>
    Displays items managed by a DataProvider.
    • Method Detail

      • updateSelection

        void updateSelection​(SelectionInfo<T> selectionInfo)
      • updateSortInfo

        void updateSortInfo​(SortInfo<T> sortInfo)