Package | Description |
---|---|
org.gwt.advanced.client.ui | |
org.gwt.advanced.client.ui.widget | |
org.gwt.advanced.client.ui.widget.cell |
Modifier and Type | Method and Description |
---|---|
boolean |
GridRowDrawCallbackHandler.afterDraw(int row,
int pageSize,
EditableGrid grid,
Object[] rowData)
This method is invoked after the row is drawn.
|
boolean |
GridRowDrawCallbackHandler.beforeDraw(int row,
int pageSize,
EditableGrid grid,
Object[] rowData)
This method is invoked before the row is drawn.
|
void |
GridDecorator.decorate(EditableGrid grid)
This method is invoked when content drawing finished.
|
void |
SelectRowListener.onSelect(EditableGrid grid,
int row)
This method is invoked every time when row selection is done.
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalGrid
This is a hierarchical grid implementation.
|
class |
TreeGrid
This class is a tree grid widget implentation that is able to display composite data models
as a tree of rows.
|
Modifier and Type | Method and Description |
---|---|
EditableGrid |
GridPanel.createEditableGrid(String[] headers,
Class[] columnWidgetClasses,
Editable model)
Creates and adds a new editable grid into the panel.
|
EditableGrid |
GridPanel.createEditableGrid(String[] headers,
Class[] columnWidgetClasses,
Editable model,
boolean resizable)
Creates and adds a new editable grid into the panel.
|
EditableGrid |
GridPanel.getGrid()
Getter for property 'grid'.
|
EditableGrid |
DefaultGridRenderer.getGrid()
Getter for property 'grid'.
|
Modifier and Type | Method and Description |
---|---|
void |
EventMediator.onSelect(EditableGrid grid,
int row)
This method is invoked every time when row selection is done.
|
protected void |
GridPanel.setGrid(EditableGrid grid)
Setter for property 'grid'.
|
Constructor and Description |
---|
DefaultGridRenderer(EditableGrid grid)
Creates an instance of this class and initializes the grid cell factory.
|
HierarchicalGridRenderer(EditableGrid grid)
Creates an instance of this class and initializes the grid cell factory.
|
TreeGridRenderer(EditableGrid grid)
Creates an instance of this class and initializes the grid cell factory.
|
Modifier and Type | Method and Description |
---|---|
EditableGrid |
DefaultGridCellFactory.getGrid()
Getter for property 'grid'.
|
protected EditableGrid |
DefaultCellComparator.getGrid()
Getter for property 'grid'.
|
Constructor and Description |
---|
DefaultCellComparator(EditableGrid grid)
Creates an instance of this class.
|
DefaultGridCellFactory(EditableGrid grid)
Creates an instance of the factory.
|
ExpandableCellFactory(EditableGrid grid)
Creates an instance of the factory.
|
TreeCellFactory(EditableGrid grid)
Creates an instance of the factory.
|
Copyright © 2008–2013. All rights reserved.