Uses of Class
com.inmethod.grid.toolbar.AbstractToolbar

Packages that use AbstractToolbar
com.inmethod.grid.common   
com.inmethod.grid.toolbar   
com.inmethod.grid.toolbar.paging   
 

Uses of AbstractToolbar in com.inmethod.grid.common
 

Methods in com.inmethod.grid.common with parameters of type AbstractToolbar
 void 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.toolbar
 class 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 DataGrid
 class 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.paging
 class 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.
 



Copyright © 2007–2014 inMethod s.r.o.. All rights reserved.