public class ObjectListDataContainer
extends com.ibm.xsp.model.AbstractDataContainer
Constructor and Description |
---|
ObjectListDataContainer() |
ObjectListDataContainer(String strBeanID,
String strUniqueID,
List<ObjectListDataEntry> objList,
List<String> sortValues,
String idAttribute) |
Modifier and Type | Method and Description |
---|---|
void |
clearSort() |
boolean |
containsSA(String columnName) |
void |
deserialize(ObjectInput in) |
Boolean |
getCurrentAscending() |
String |
getCurrentSortAttribute() |
Object |
getData() |
List<ObjectListDataEntry> |
getObjectList() |
String |
getRowID(int rowIndex) |
org.openntf.xpt.objectlist.datasource.ObjectListDataContainer.SortAttribute[] |
getSortableAttributes() |
int |
getSortDirection(String columnName) |
boolean |
hasSortAttribute() |
void |
serialize(ObjectOutput out) |
void |
setObjectList(List<ObjectListDataEntry> objectList) |
void |
sortList(String strAttribute,
boolean ascending) |
public List<ObjectListDataEntry> getObjectList()
public void setObjectList(List<ObjectListDataEntry> objectList)
public void deserialize(ObjectInput in) throws IOException
IOException
public void serialize(ObjectOutput out) throws IOException
IOException
public Object getData()
public void sortList(String strAttribute, boolean ascending)
public org.openntf.xpt.objectlist.datasource.ObjectListDataContainer.SortAttribute[] getSortableAttributes()
public boolean containsSA(String columnName)
public int getSortDirection(String columnName)
public boolean hasSortAttribute()
public String getCurrentSortAttribute()
public Boolean getCurrentAscending()
public void clearSort()
public String getRowID(int rowIndex)
Copyright © 2021. All Rights Reserved.