| Package | Description |
|---|---|
| com.whitestein.lsps.vaadin.ui.components.table | |
| com.whitestein.lsps.vaadin.ui.components.table.adapter | |
| com.whitestein.lsps.vaadin.ui.components.table.dataset |
| Modifier and Type | Method and Description |
|---|---|
IDataset |
UITreeTable2.newDataset() |
IDataset |
UITableBase.newDataset()
Creates new dataset based on the value of the DATA property.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDatasetVaadinAdapter.applySort(IDataset dataset,
List<Object> sortPropertyIDs,
Set<Object> sortPropertyIDsAscending) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataDataset
Invokes a closure which takes two arguments (start, count) and returns a list of objects as a result.
|
class |
GenericDataset
Invokes a parameterless closure which returns a list of objects as a result.
|
class |
GroupingDataset
A very special dataset which allows for grouping of the records into groups, subgroups etc.
|
class |
InMemoryDatasetFilter
Polls underlying dataset for data, applying filtering and sorting as applicable.
|
class |
QueryDataset
Provides data by invoking given LSPS Query function.
|
class |
TypeDataset
Provides instances of shared record of given type.
|
| Constructor and Description |
|---|
GroupingDataset(IDataset delegate,
GroupingDataset.Reduction reduction,
boolean showWarnings)
Creates the grouping dataset.
|
InMemoryDatasetFilter(IDataset delegate,
boolean showWarnings)
Creates the filter.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.