Modifier and Type | Field and Description |
---|---|
protected Components<CategoryComponent> |
AbstractDataView.categories |
protected ComponentFactory<? extends CategoryComponent,String> |
AbstractDataView.categoryFactory |
Modifier and Type | Method and Description |
---|---|
protected CategoryComponent |
AbstractDataView.buildCategoryComponent(RowComponent<T> row) |
protected CategoryComponent |
AbstractDataView.buildCategoryComponent(String categoryName) |
CategoryComponent |
AbstractDataView.getCategory(String name)
Get a stored data category by name.
|
CategoryComponent |
HasCategories.getCategory(String categoryName)
Get a stored category component.
|
Modifier and Type | Method and Description |
---|---|
List<CategoryComponent> |
AbstractDataView.getCategories() |
List<CategoryComponent> |
HasCategories.getCategories()
Get all registered category components.
|
ComponentFactory<? extends CategoryComponent,String> |
AbstractDataView.getCategoryFactory() |
protected List<CategoryComponent> |
AbstractDataView.getHiddenCategories() |
List<CategoryComponent> |
AbstractDataView.getOpenCategories() |
List<CategoryComponent> |
HasCategories.getOpenCategories()
Get all the open
CategoryComponent 's or null if categories are disabled. |
protected List<CategoryComponent> |
AbstractDataView.getPassedCategories() |
protected List<CategoryComponent> |
AbstractDataView.getVisibleCategories() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataView.addCategory(CategoryComponent category) |
void |
HasCategories.addCategory(CategoryComponent category)
Explicitly add a
CategoryComponent , which will be drawn to the table. |
void |
AbstractDataView.closeCategory(CategoryComponent category) |
void |
HasCategories.closeCategory(CategoryComponent category)
Close an existing Category.
|
TableSubHeader |
Renderer.drawCategory(CategoryComponent category) |
TableSubHeader |
BaseRenderer.drawCategory(CategoryComponent category) |
protected List<RowComponent<T>> |
AbstractDataView.getRowsByCategory(Components<RowComponent<T>> rows,
CategoryComponent category) |
boolean |
AbstractDataView.isCategoryEmpty(CategoryComponent category) |
boolean |
HasCategories.isCategoryEmpty(CategoryComponent category)
Check if a category has data to provide.
|
void |
AbstractDataView.openCategory(CategoryComponent category) |
void |
HasCategories.openCategory(CategoryComponent category)
Open an existing Category.
|
protected void |
AbstractDataView.renderCategory(CategoryComponent category) |
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 |
---|---|
static class |
CategoryComponent.OrphanCategoryComponent |
Modifier and Type | Method and Description |
---|---|
CategoryComponent |
RowComponent.getCategory() |
Modifier and Type | Method and Description |
---|---|
CategoryComponent |
CategoryComponentFactory.generate(DataView dataView,
String categoryName) |
Modifier and Type | Method and Description |
---|---|
void |
InfiniteDataView.addCategory(CategoryComponent category) |
Modifier and Type | Method and Description |
---|---|
List<CategoryComponent> |
LoadConfig.getOpenCategories()
Get categories to load.
|
Constructor and Description |
---|
LoadConfig(int offset,
int limit,
SortContext<T> sortContext,
List<CategoryComponent> openCategories) |
Modifier and Type | Field and Description |
---|---|
protected CategoryComponent |
TableRow.category |
Modifier and Type | Method and Description |
---|---|
CategoryComponent |
AbstractDataTable.getCategory(String categoryName) |
CategoryComponent |
TableRow.getDataCategory() |
Modifier and Type | Method and Description |
---|---|
List<CategoryComponent> |
AbstractDataTable.getCategories() |
List<CategoryComponent> |
AbstractDataTable.getOpenCategories() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataTable.addCategory(CategoryComponent category) |
void |
AbstractDataTable.closeCategory(CategoryComponent category) |
boolean |
AbstractDataTable.isCategoryEmpty(CategoryComponent category) |
void |
AbstractDataTable.openCategory(CategoryComponent category) |
void |
TableRow.setDataCategory(CategoryComponent category) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataTable.setCategoryFactory(ComponentFactory<? extends CategoryComponent,String> categoryFactory) |
Constructor and Description |
---|
TableRow(CategoryComponent category) |
TableSubHeader(CategoryComponent category) |
Copyright © 2018. All rights reserved.