Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.ui.table |
Modifier and Type | Field and Description |
---|---|
protected TableRow |
AbstractDataView.headerRow |
Modifier and Type | Method and Description |
---|---|
TableRow |
Renderer.drawCustom(Component<?> component) |
TableRow |
BaseRenderer.drawCustom(Component<?> component) |
TableRow |
Renderer.drawRow(DataView<T> dataView,
RowComponent<T> rowComponent,
Object valueKey,
List<Column<T,?>> columns,
boolean redraw) |
TableRow |
BaseRenderer.drawRow(DataView<T> dataView,
RowComponent<T> rowComponent,
Object valueKey,
List<Column<T,?>> columns,
boolean redraw) |
Modifier and Type | Method and Description |
---|---|
gwt.material.design.client.base.MaterialWidget |
Renderer.drawColumn(TableRow row,
com.google.gwt.cell.client.Cell.Context context,
T rowValue,
Column<T,?> column,
int beforeIndex,
boolean visible) |
TableData |
BaseRenderer.drawColumn(TableRow row,
com.google.gwt.cell.client.Cell.Context context,
T rowValue,
Column<T,?> column,
int beforeIndex,
boolean visible) |
Modifier and Type | Class and Description |
---|---|
class |
TableSubHeader |
Modifier and Type | Method and Description |
---|---|
void |
TableRow.copy(TableRow tableRow) |
Copyright © 2018. All rights reserved.