public static interface LazyLspsContainer.LazyLspsLoader extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
countData(List<com.vaadin.data.Container.Filter> filters)
Should return the total data count.
|
LspsContextHolder |
getContextHolder()
Should return the context holder where the values are from.
|
Type |
getType()
Should return the LSPS type of the loaded data.
|
Collection<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.
|
LspsContextHolder getContextHolder()
Type getType()
int countData(List<com.vaadin.data.Container.Filter> filters)
filters
- Collection<Object> loadData(int startIndex, int count, List<com.vaadin.data.Container.Filter> filters, List<Object> sortPropertyIDs, Set<Object> sortPropertyIDsAscending)
startIndex
- count
- filters
- sortPropertyIDs
- sortPropertyIDsAscending
- Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.