org.openfaces.component.table
Class ValueExpressionDataModel
java.lang.Object
javax.faces.model.DataModel
org.openfaces.component.table.ValueExpressionDataModel
- All Implemented Interfaces:
- java.lang.Iterable
public class ValueExpressionDataModel
- extends javax.faces.model.DataModel
Methods inherited from class javax.faces.model.DataModel |
addDataModelListener, getDataModelListeners, iterator, removeDataModelListener |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueExpressionDataModel
public ValueExpressionDataModel(javax.el.ValueExpression valueExpression)
readData
public void readData()
isRowAvailable
public boolean isRowAvailable()
- Specified by:
isRowAvailable
in class javax.faces.model.DataModel
getRowCount
public int getRowCount()
- Specified by:
getRowCount
in class javax.faces.model.DataModel
getRowData
public java.lang.Object getRowData()
- Specified by:
getRowData
in class javax.faces.model.DataModel
getRowIndex
public int getRowIndex()
- Specified by:
getRowIndex
in class javax.faces.model.DataModel
setRowIndex
public void setRowIndex(int rowIndex)
- Specified by:
setRowIndex
in class javax.faces.model.DataModel
getWrappedData
public java.lang.Object getWrappedData()
- Specified by:
getWrappedData
in class javax.faces.model.DataModel
setWrappedData
public void setWrappedData(java.lang.Object data)
- Specified by:
setWrappedData
in class javax.faces.model.DataModel
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.