Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.data.events | |
gwt.material.design.client.ui.table | |
gwt.material.design.client.ui.table.cell |
Modifier and Type | Field and Description |
---|---|
protected Column<T,?> |
AbstractDataView.autoSortColumn |
protected Column<T,?> |
SortContext.sortColumn |
Modifier and Type | Field and Description |
---|---|
protected List<Column<T,?>> |
AbstractDataView.columns |
Modifier and Type | Method and Description |
---|---|
protected Column<T,?> |
AbstractDataView.getAutoSortColumn()
Get the auto sorting column, or null if no column is auto sorting.
|
Column<T,?> |
SortContext.getSortColumn() |
Modifier and Type | Method and Description |
---|---|
List<Column<T,?>> |
AbstractDataView.getColumns() |
List<Column<T,?>> |
HasColumns.getColumns()
Get the current defined columns.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataView.addColumn(Column<T,?> column) |
void |
HasColumns.addColumn(Column<T,?> column)
Add a new column to the data view.
|
void |
AbstractDataView.addColumn(Column<T,?> column,
String header) |
void |
HasColumns.addColumn(Column<T,?> column,
String header)
Add a new column to the data view.
|
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) |
TableHeader |
Renderer.drawColumnHeader(Column<T,?> column,
String header,
int index) |
TableHeader |
BaseRenderer.drawColumnHeader(Column<T,?> column,
String header,
int index) |
void |
AbstractDataView.insertColumn(int beforeIndex,
Column<T,?> column,
String header) |
void |
HasColumns.insertColumn(int beforeIndex,
Column<T,?> col,
String header)
Inserts a column into the table at the specified index.
|
void |
AbstractDataView.renderColumn(Column<T,?> column) |
protected void |
SortContext.setSortColumn(Column<T,?> sortColumn) |
void |
AbstractDataView.sort(Column<T,?> column) |
void |
HasColumns.sort(Column<T,?> column)
Sort a column.
|
void |
AbstractDataView.sort(Column<T,?> column,
SortDir dir) |
void |
HasColumns.sort(Column<T,?> column,
SortDir dir)
Sort a column.
|
protected Components<RowComponent<T>> |
AbstractDataView.sort(Components<RowComponent<T>> rows,
TableHeader th,
Column<T,?> column,
int index) |
protected Components<RowComponent<T>> |
AbstractDataView.sort(Components<RowComponent<T>> rows,
TableHeader th,
Column<T,?> column,
int index,
boolean renderRows) |
protected Components<RowComponent<T>> |
AbstractDataView.sort(Components<RowComponent<T>> rows,
TableHeader th,
Column<T,?> column,
int index,
SortDir dir) |
protected Components<RowComponent<T>> |
AbstractDataView.sort(Components<RowComponent<T>> rows,
TableHeader th,
Column<T,?> column,
int index,
SortDir dir,
boolean renderRows) |
protected void |
AbstractDataView.updateSortContext(TableHeader th,
Column<T,?> column) |
protected void |
AbstractDataView.updateSortContext(TableHeader th,
Column<T,?> column,
SortDir dir) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
SortContext(Column<T,?> sortColumn,
TableHeader tableHeader) |
Modifier and Type | Method and Description |
---|---|
Column<T,?> |
InsertColumnEvent.getColumn() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
InsertColumnEvent.fire(com.google.gwt.event.shared.HasHandlers source,
int beforeIndex,
Column<T,?> col,
String header) |
Constructor and Description |
---|
InsertColumnEvent(int beforeIndex,
Column<T,?> column,
String header) |
Modifier and Type | Method and Description |
---|---|
List<Column<T,?>> |
AbstractDataTable.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataTable.addColumn(Column<T,?> column) |
void |
AbstractDataTable.addColumn(Column<T,?> column,
String header) |
void |
AbstractDataTable.insertColumn(int beforeIndex,
Column<T,?> col,
String header) |
void |
AbstractDataTable.sort(Column<T,?> column) |
void |
AbstractDataTable.sort(Column<T,?> column,
SortDir dir) |
Modifier and Type | Class and Description |
---|---|
class |
TextColumn<T>
A column that displays its contents with a
TextCell and does not make
use of view data. |
class |
WidgetColumn<T,C extends com.google.gwt.user.client.ui.Widget>
A column that displays its contents with a
TextCell and does not make
use of view data. |
Copyright © 2018. All rights reserved.