Package | Description |
---|---|
gwt.material.design.client.data | |
gwt.material.design.client.data.factory | |
gwt.material.design.client.ui.table |
Modifier and Type | Field and Description |
---|---|
protected ComponentFactory<? extends CategoryComponent,String> |
AbstractDataView.categoryFactory |
Modifier and Type | Method and Description |
---|---|
ComponentFactory<? extends CategoryComponent,String> |
AbstractDataView.getCategoryFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataView.setCategoryFactory(ComponentFactory<? extends CategoryComponent,String> categoryFactory) |
void |
HasCategories.setCategoryFactory(ComponentFactory<? extends CategoryComponent,String> categoryFactory)
Set your own custom
CategoryComponentFactory to generate your categories. |
Modifier and Type | Class and Description |
---|---|
class |
CategoryComponentFactory
Default category
ComponentFactory factory used by the AbstractDataView . |
class |
RowComponentFactory<M>
Default row
ComponentFactory factory used by the AbstractDataView . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataTable.setCategoryFactory(ComponentFactory<? extends CategoryComponent,String> categoryFactory) |
Copyright © 2018. All rights reserved.