Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.ui.table |
Modifier and Type | Field and Description |
---|---|
protected RowComponentFactory<T> |
AbstractDataView.rowFactory |
Modifier and Type | Method and Description |
---|---|
RowComponentFactory<T> |
AbstractDataView.getRowFactory() |
RowComponentFactory<T> |
HasRows.getRowFactory()
Get the views row factory.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataView.setRowFactory(RowComponentFactory<T> rowFactory) |
void |
HasRows.setRowFactory(RowComponentFactory<T> rowFactory)
Set your own custom
RowComponentFactory to generate your row components. |
Modifier and Type | Method and Description |
---|---|
RowComponentFactory<T> |
AbstractDataTable.getRowFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataTable.setRowFactory(RowComponentFactory<T> rowFactory) |
Copyright © 2018. All rights reserved.