Package | Description |
---|---|
org.gwt.advanced.client.datamodel | |
org.gwt.advanced.client.ui.widget |
Modifier and Type | Class and Description |
---|---|
class |
LazyTreeGridRow
This class implements lazy loadable tree row.
|
class |
TreeGridRow
This is a tree index implementation for the tree grid data models.
|
Modifier and Type | Method and Description |
---|---|
protected GridRow |
TreeGridDataModel.DelegateEditableGridDataModel.createGridRow(int columnCount)
This method creates a new identified list instance.
|
protected GridRow |
LazyTreeGridDataModel.DelegateLazyGridDataModel.createGridRow(int columnCount)
Overriden to create lazy rows.
|
protected GridRow |
EditableGridDataModel.createGridRow(int columnCount)
This method creates a new identified list instance.
|
GridRow |
GridRowSelectDataModel.firstRow()
Gets the first selected row (in order they were selected by a user).
|
GridRow[] |
GridRowSelectDataModel.getGridRows()
Gets a list of selected grid rows.
|
GridRow |
GridRowSelectDataModel.SelectedRow.getRow()
Gets an associated grid row.
|
GridRow |
TreeGridDataModel.getRow(int index)
Gets a grid row by index.
|
GridRow |
HierarchicalGridDataModel.getRow(int index)
Gets a grid row by index.
|
GridRow |
EditableGridDataModel.getRow(int index)
Gets a grid row by index.
|
GridRow |
Editable.getRow(int index)
Gets a grid row by index.
|
GridRow[] |
TreeGridDataModel.getRows()
This method returns all rows of the model.
|
GridRow[] |
HierarchicalGridDataModel.getRows()
This method returns all rows of the model.
|
GridRow[] |
EditableGridDataModel.getRows()
This method returns an original list of rows.
|
GridRow[] |
Editable.getRows()
This method returns all rows of the model.
|
protected GridRow |
EditableGridDataModel.normalizeColumnsCount(Object[] row)
This method normalizes a number of columns in all rows adding empty cells.
|
Modifier and Type | Method and Description |
---|---|
protected List<? extends GridRow> |
EditableGridDataModel.getDataList()
Gets a list of data.
|
Modifier and Type | Method and Description |
---|---|
void |
GridRowSelectDataModel.add(int index,
GridRow row)
Adds a new selected row in the model.
|
int |
EditableGridDataModel.RowComparator.compare(GridRow o1,
GridRow o2)
Compares cell values using the cell comparator.
|
void |
GridRowSelectDataModel.replace(int oldIndex,
int newIndex,
GridRow newRow)
This method relaces the specified row with the new one.
|
Constructor and Description |
---|
GridRowSelectDataModel.SelectedRow(int index,
GridRow row)
Creates an instance of this class and initilizes immutable fields.
|
Modifier and Type | Method and Description |
---|---|
GridRow |
EditableGrid.getCurrentGridRow()
Gets a currently selected grid row.
|
GridRow[] |
EditableGrid.getCurrentGridRows()
Gets a list of selected grid rows.
|
GridRow |
EditableGrid.getGridRow(int index)
Gets a grid row specified by the index.
|
GridRow |
TreeGrid.getGridRowByRowNumber(int row)
Gets a grid row by a row number in the displayed page.
|
GridRow |
EditableGrid.getGridRowByRowNumber(int row)
Gets a grid row by a row number in the displayed page.
|
GridRow[] |
EditableGrid.getGridRows()
Gets a list of grid rows currently loaded into the model.
|
Copyright © 2008–2013. All rights reserved.