Class AjaxNavigationToolbar

    • Constructor Detail

      • AjaxNavigationToolbar

        public AjaxNavigationToolbar​(DataTable<?,​?> table)
        Constructor.
        Parameters:
        table - data table this toolbar will be attached to
    • Method Detail

      • newPagingNavigator

        protected PagingNavigator newPagingNavigator​(String navigatorId,
                                                     DataTable<?,​?> table)
        Factory method used to create the paging navigator that will be used by the datatable.
        Overrides:
        newPagingNavigator in class NavigationToolbar
        Parameters:
        navigatorId - component id the navigator should be created with
        table - dataview used by datatable
        Returns:
        paging navigator that will be used to navigate the data table