Package | Description |
---|---|
com.whitestein.lsps.vaadin.ui.components.table | |
com.whitestein.lsps.vaadin.ui.components.table.adapter |
Modifier and Type | Class and Description |
---|---|
class |
UIGroupingTable
A special table which can perform in-memory data grouping.
|
class |
UILazyTable
Lazy-loading scrollable table.
|
class |
UIPagedTable
Standard Vaadin component for "ui::Table" with type == "paged".
|
class |
UISimpleTable
Standard Vaadin component for "ui::Table" with type == "simple".
|
class |
UITreeTable2
The "new" tree table, ui::TreeTable2
|
Modifier and Type | Method and Description |
---|---|
protected UITableBase |
UITableColumn.getUITable()
Owner UITableBase, not null.
|
Constructor and Description |
---|
UIFilterDecorator(UITableBase table) |
Modifier and Type | Field and Description |
---|---|
UITableBase |
AbstractDatasetVaadinAdapter.table
Owner table, not null.
|
Constructor and Description |
---|
AbstractDatasetVaadinAdapter(UITableBase table) |
AbstractHierarchicalDatasetVaadinAdapter(UITableBase table) |
GroupingDatasetVaadinAdapter(UITableBase table,
GroupingDataset.Reduction reduction) |
LazyLspsDatasetVaadinAdapter(UITableBase table,
LazyLspsContainer container) |
SimpleDatasetVaadinAdapter(UITableBase table) |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.