public class UICollectionQuery extends UIQuery
| Constructor and Description |
|---|
UICollectionQuery(ObjectCollection objectCollection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TypedObject> |
getItems() |
java.util.List<TypedObject> |
getItems(int start,
int count) |
java.lang.String |
getLabel() |
ObjectCollection |
getObjectCollection() |
int |
getSize() |
boolean |
isInitial() |
void |
setInitial(boolean initial) |
void |
setLabel(java.lang.String label) |
public UICollectionQuery(ObjectCollection objectCollection)
public java.util.List<TypedObject> getItems()
public java.util.List<TypedObject> getItems(int start, int count)
public int getSize()
public ObjectCollection getObjectCollection()
public boolean isInitial()
public void setInitial(boolean initial)
Copyright © 2018 SAP SE. All Rights Reserved.