Class AbstractToolbar<M,I,S>

Type Parameters:
M - grid model object type
I - row/item model object type
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable
Direct Known Subclasses:
AbstractHeaderToolbar, AddRecordsToolbar, NoRecordsToolbar, PagingToolbar

public abstract class AbstractToolbar<M,I,S> extends Panel
Base for toolbar classes.
Author:
Matej Knopp
See Also:
  • Constructor Details

  • Method Details

    • 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