| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.grid |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGrid<R extends Row>
Base class for implementing grids.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataRow |
| Modifier and Type | Method and Description |
|---|---|
Row |
Cell.getRow() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Grid.onShowDetails(boolean show,
Row row,
boolean fireEvents) |
protected abstract boolean |
AbstractGrid.onShowDetails(boolean show,
Row row,
boolean fireEvents)
Executes the implementation-specific logic of showing the details of a row.
|
void |
Cell.setRow(Row row) |
Copyright © 2014. All rights reserved.