Uses of Class
com.inmethod.grid.toolbar.AbstractToolbar
Packages that use AbstractToolbar
Package
Description
-
Uses of AbstractToolbar in com.inmethod.grid.common
Methods in com.inmethod.grid.common with parameters of type AbstractToolbarModifier and TypeMethodDescriptionvoid
AbstractGrid.addBottomToolbar
(AbstractToolbar<M, I, S> toolbar) Adds a toolbar to the bottom section (below the actual data).void
AbstractGrid.addTopToolbar
(AbstractToolbar<M, I, S> toolbar) Adds a toolbar to the top section (above the grid header). -
Uses of AbstractToolbar in com.inmethod.grid.toolbar
Subclasses of AbstractToolbar in com.inmethod.grid.toolbarModifier and TypeClassDescriptionclass
AbstractHeaderToolbar<M,
I, S> Toolbars extending this class are displayed in table header right below the row displaying column names.class
AddRecordsToolbar<D extends IDataSource<T>,
T extends Serializable, S> Toolbar that Adds a Button for Adding a new record to an existing DataGridclass
NoRecordsToolbar<D extends IDataSource<T>,
T, S> A toolbar that displays a "no records found" message when the data table contains no rows. -
Uses of AbstractToolbar in com.inmethod.grid.toolbar.paging
Subclasses of AbstractToolbar in com.inmethod.grid.toolbar.pagingModifier and TypeClassDescriptionclass
PagingToolbar<D extends IDataSource<T>,
T, S> Toolbar that displays a paging navigator and a label with message about which rows are being displayed and their total number in the data table.