|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Row | |
|---|---|
| org.cruxframework.crux.widgets.client.grid | |
| Uses of Row in org.cruxframework.crux.widgets.client.grid |
|---|
| Classes in org.cruxframework.crux.widgets.client.grid with type parameters of type Row | |
|---|---|
class |
AbstractGrid<R extends Row>
Base class for implementing grids. |
| Subclasses of Row in org.cruxframework.crux.widgets.client.grid | |
|---|---|
class |
DataRow
|
| Methods in org.cruxframework.crux.widgets.client.grid that return Row | |
|---|---|
Row |
Cell.getRow()
|
| Methods in org.cruxframework.crux.widgets.client.grid with parameters of type Row | |
|---|---|
protected abstract boolean |
AbstractGrid.onShowDetails(boolean show,
Row row,
boolean fireEvents)
Executes the implementation-specific logic of showing the details of a row. |
protected boolean |
Grid.onShowDetails(boolean show,
Row row,
boolean fireEvents)
|
void |
Cell.setRow(Row row)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||