public class ObjectListDataModel extends com.ibm.xsp.model.TabularDataModel implements Serializable
Constructor and Description |
---|
ObjectListDataModel(ObjectListDataContainer container) |
Modifier and Type | Method and Description |
---|---|
void |
addSelectedId(String id) |
boolean |
canHaveMoreRows() |
void |
clearSelectedIds() |
ObjectListDataContainer |
getContainer() |
String |
getResortColumn() |
int |
getResortState(String columnName) |
int |
getResortType(String arg0) |
int |
getRowCount() |
Object |
getRowData() |
String |
getRowId() |
String |
getRowPosition() |
Iterator<String> |
getSelectedIds() |
int |
hasMoreRows(int arg0) |
boolean |
isCategorized() |
boolean |
isColumnCategorized(String arg0) |
boolean |
isColumnSortable(String arg0) |
boolean |
isRowAvailable() |
boolean |
isRowCategory() |
boolean |
isRowExpanded() |
boolean |
isRowLeaf() |
boolean |
isRowTotal() |
boolean |
isSelectedId(String id) |
void |
removeSelectedId(String id) |
int |
resetResortState(String arg0) |
void |
setContainer(ObjectListDataContainer container) |
void |
setResortOrder(String columnName,
String sortOrder) |
codeToParameter, collapseRow, deleteSelectedItems, duplicateRowData, expandRow, getCategoryColumnIndex, getCategoryCount, getCategoryFilter, getCategoryIndentLevel, getCategoryName, getColumnIndentLevel, getColumnValues, getDataControl, getIndentLevel, getRowIndex, getRowType, getWrappedData, hasCategoryFilter, hasFTFilter, hasKeysFilter, insertRowData, isRowCollapsed, isRowData, isRowNonData, isRowUnread, isRowUnread, parameterToCode, removeRowData, setDataControl, setRowData, setRowIndex, setWrappedData, toggleRow
public ObjectListDataModel(ObjectListDataContainer container)
public int getRowCount()
getRowCount
in class javax.faces.model.DataModel
public Object getRowData()
getRowData
in class javax.faces.model.DataModel
public boolean isRowAvailable()
isRowAvailable
in class com.ibm.xsp.model.TabularDataModel
public String getRowId()
getRowId
in class com.ibm.xsp.model.TabularDataModel
public boolean isRowExpanded()
isRowExpanded
in class com.ibm.xsp.model.TabularDataModel
public ObjectListDataContainer getContainer()
public void setContainer(ObjectListDataContainer container)
public boolean isCategorized()
isCategorized
in class com.ibm.xsp.model.TabularDataModel
public boolean isColumnSortable(String arg0)
isColumnSortable
in class com.ibm.xsp.model.TabularDataModel
public boolean isRowTotal()
isRowTotal
in class com.ibm.xsp.model.TabularDataModel
public boolean isRowLeaf()
isRowLeaf
in class com.ibm.xsp.model.TabularDataModel
public boolean isColumnCategorized(String arg0)
isColumnCategorized
in class com.ibm.xsp.model.TabularDataModel
public boolean isRowCategory()
isRowCategory
in class com.ibm.xsp.model.TabularDataModel
public String getRowPosition()
getRowPosition
in class com.ibm.xsp.model.TabularDataModel
public int getResortType(String arg0)
getResortType
in class com.ibm.xsp.model.TabularDataModel
public void setResortOrder(String columnName, String sortOrder)
setResortOrder
in class com.ibm.xsp.model.TabularDataModel
public String getResortColumn()
getResortColumn
in class com.ibm.xsp.model.TabularDataModel
public int resetResortState(String arg0)
resetResortState
in class com.ibm.xsp.model.TabularDataModel
public int getResortState(String columnName)
getResortState
in class com.ibm.xsp.model.TabularDataModel
public void addSelectedId(String id)
addSelectedId
in class com.ibm.xsp.model.TabularDataModel
public void clearSelectedIds()
clearSelectedIds
in class com.ibm.xsp.model.TabularDataModel
public boolean isSelectedId(String id)
isSelectedId
in class com.ibm.xsp.model.TabularDataModel
public void removeSelectedId(String id)
removeSelectedId
in class com.ibm.xsp.model.TabularDataModel
public Iterator<String> getSelectedIds()
getSelectedIds
in class com.ibm.xsp.model.TabularDataModel
public int hasMoreRows(int arg0)
hasMoreRows
in class com.ibm.xsp.model.TabularDataModel
public boolean canHaveMoreRows()
canHaveMoreRows
in class com.ibm.xsp.model.TabularDataModel
Copyright © 2021. All Rights Reserved.