Package | Description |
---|---|
org.gwt.advanced.client.ui | |
org.gwt.advanced.client.ui.widget |
Modifier and Type | Method and Description |
---|---|
GridPanel |
GridPanelFactory.create(GridDataModel model)
Creates an instance of the grid panel and initializes it.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MasterDetailLayout.addGridPanel(GridPanel panel,
GridPanel parent,
String caption)
This method adds a grid panel into the master-detail panel automatically choosing a cell to put it in.
|
boolean |
GridEventManager.dispatch(GridPanel panel,
char keyCode,
int modifiers)
This method dispatches events and performs actions related to a concrete combinations of
keys.
|
boolean |
MasterDetailLayout.removeGridPanel(GridPanel panel)
This method removes a grid panel from this master-detail panel automatically finding it in cells.
|
Modifier and Type | Method and Description |
---|---|
GridPanel |
Pager.getGridPanel()
Getter for property 'gridPanel'.
|
protected GridPanel |
GridToolbar.getGridPanel()
Getter for property 'gridPanel'.
|
GridPanel |
EditableGrid.getGridPanel()
Getter for property 'gridPanel'.
|
GridPanel |
HierarchicalGrid.getGridPanel(int parentRow,
int parentColumn)
This method looks for a subgrid panel and returns it if the specified cell
has been a least one time expanded.
|
protected GridPanel |
EventMediator.getPanel()
Getter for property 'panel'.
|
protected GridPanel |
DefaultGridEventManager.getPanel()
Gets a grid panel instance.
|
protected GridPanel |
GridPanel.getParentGridPanel()
Getter for property 'parentGridPanel'.
|
Modifier and Type | Method and Description |
---|---|
List<GridPanel> |
GridPanel.getChildGridPanels()
This method returns a list of child grid panels.
|
protected Map<GridDataModel,GridPanel> |
HierarchicalGrid.getGridPanelCache()
Getter for property 'gridPanelCache'.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GridPanel.addChildGridPanel(GridPanel child)
This method adds a child grid panel.
|
boolean |
MasterDetailPanel.addGridPanel(GridPanel panel,
GridPanel parent,
String caption)
This method adds a grid panel into the master-detail panel automatically choosing a cell to put it in.
|
boolean |
DefaultGridEventManager.dispatch(GridPanel panel,
char keyCode,
int modifiers)
This method dispatches events and performs actions related to a concrete combinations of
keys.
|
protected void |
GridPanel.removeChildGridPanel(GridPanel child)
This method removes a child grid panel.
|
boolean |
MasterDetailPanel.removeGridPanel(GridPanel panel)
This method removes a grid panel from this master-detail panel automatically finding it in cells.
|
protected void |
MasterDetailPanel.removeGridPanelSubtree(GridPanel panel)
This method removes the subtree of panel grids specified by the root panel.
|
void |
Pager.setGridPanel(GridPanel gridPanel)
Setter for property 'gridPanel'.
|
protected void |
GridToolbar.setGridPanel(GridPanel gridPanel)
Setter for property 'gridPanel'.
|
protected void |
EditableGrid.setGridPanel(GridPanel gridPanel)
Setter for property 'gridPanel'.
|
protected void |
MasterDetailPanel.setGridPanel(int row,
int column,
GridPanel panel,
GridPanel parent,
String caption)
This method puts the specified panel into the cell.
|
void |
GridPanel.setParent(GridPanel panel)
Setter for property 'parent'.
|
Constructor and Description |
---|
DefaultGridEventManager(GridPanel panel)
Creates an instance of the class and adds itself to the listeners list of the grid.
|
EventMediator(GridPanel panel)
Creates an instance of the mediator and initializes the internal fields.
|
HierarchicalGridEventManager(GridPanel panel)
Creates an instance of the class and adds itself to the listeners list of the grid.
|
Copyright © 2008–2013. All rights reserved.