| Package | Description |
|---|---|
| org.cruxframework.crux.widgets.client.grid |
| Modifier and Type | Method and Description |
|---|---|
protected Cell |
AbstractGrid.createBaseCell(com.google.gwt.user.client.ui.Widget widget,
boolean fireEvents,
boolean selectRowOnclick,
boolean highlightRowOnMouseOver,
boolean wrapLine,
boolean truncate)
Creates a basic (no style) cell
|
protected Cell |
AbstractGrid.createCell(com.google.gwt.user.client.ui.Widget widget,
boolean wrapLine,
boolean truncate)
Creates a cell
|
protected Cell |
Grid.createColumnHeaderCell(ColumnDefinition columnDefinition) |
protected Cell |
AbstractGrid.createColumnHeaderCell(ColumnDefinition columnDefinition)
Creates a cell that will be used as the header for the given column
|
protected Cell |
AbstractGrid.createHeaderCell(com.google.gwt.user.client.ui.Widget widget)
Creates a header styled cell
|
protected Cell |
Row.getCell(String column) |
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.makeEditable(DataRow row,
Cell focusCell)
Enables edit mode for given row
|
protected void |
Row.setCell(Cell cell,
String column) |
protected void |
DataRow.setCell(Cell cell,
String column) |
Copyright © 2014. All rights reserved.