Class AbstractToolbar<M,​I,​S>

    • Constructor Detail

      • AbstractToolbar

        public AbstractToolbar​(AbstractGrid<M,​I,​S> grid,
                               IModel<String> model)
        Constructor
        Parameters:
        grid -
        model -
    • Method Detail

      • getActiveColumns

        public Collection<IGridColumn<M,​I,​S>> getActiveColumns()
        Returns the collection of currently displayed columns in grid.
        Returns:
        collection of active columns.
      • getGrid

        public AbstractGrid<M,​I,​S> getGrid()
        Returns the grid this toolbar belongs to.
        Returns:
        grid this toolbar belongs to