public class LazyLspsDatasetVaadinAdapter extends AbstractDatasetVaadinAdapter
LazyLspsContainer
.table
Constructor and Description |
---|
LazyLspsDatasetVaadinAdapter(UITableBase table,
LazyLspsContainer container) |
Modifier and Type | Method and Description |
---|---|
int |
countData(List<com.vaadin.data.Container.Filter> filters)
Should return the total data count.
|
List<Object> |
loadData(int startIndex,
int count,
List<com.vaadin.data.Container.Filter> filters,
List<Object> sortPropertyIDs,
Set<Object> sortPropertyIDsAscending)
Should return data subset according to the specified parameters.
|
void |
onAddDynamicColumn(UITableColumn column) |
applySort, convertFilters, getFilterJavaClass, registerColumn, registerColumns, toSortSpec
public LazyLspsDatasetVaadinAdapter(UITableBase table, LazyLspsContainer container)
public void onAddDynamicColumn(UITableColumn column)
onAddDynamicColumn
in class AbstractDatasetVaadinAdapter
public int countData(List<com.vaadin.data.Container.Filter> filters)
LazyLspsContainer.LazyLspsLoader.countData(java.util.List)
.public List<Object> loadData(int startIndex, int count, List<com.vaadin.data.Container.Filter> filters, List<Object> sortPropertyIDs, Set<Object> sortPropertyIDsAscending)
LazyLspsContainer.LazyLspsLoader.loadData(int, int, java.util.List, java.util.List, java.util.Set)
.startIndex
- starting index, must be zero or greatercount
- max number of data to load, zero or greater.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.