Package | Description |
---|---|
com.inmethod.grid.common | |
com.inmethod.grid.toolbar | |
com.inmethod.grid.toolbar.paging |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 © 2015. All rights reserved.