Class PagingToolbar<D extends IDataSource<T>,​T,​S>

    • Constructor Detail

      • PagingToolbar

        public PagingToolbar​(DataGrid<D,​T,​S> grid)
        Constructor
        Parameters:
        grid - data grid
    • Method Detail

      • getDataGrid

        public DataGrid<D,​T,​S> getDataGrid()
        Returns the DataGrid to which this toolbar belongs.
        Returns:
        data grid
      • newNavigationLabel

        protected Component newNavigationLabel​(String id)
      • newPagingNavigator

        protected Component newPagingNavigator​(String id)
      • onConfigure

        protected void onConfigure()
        Important to prevent early initialization of QueryResult at AbstractPageableView. The isVisible method can be called during an early step in the form process and the QuertyResult initialization can fail if it depend upon form components
        Overrides:
        onConfigure in class Component