当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
Matrix - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.faces.matrix
Class Matrix
java.lang.Object
javax.faces.model.DataModel
javax.faces.model.ListDataModel
org.jboss.portal.faces.matrix.Matrix
- public class Matrix
- extends javax.faces.model.ListDataModel
Constructor Summary |
Matrix(java.lang.String handback,
int rowSize,
int colSize)
|
Methods inherited from class javax.faces.model.ListDataModel |
getRowCount, getRowData, getRowIndex, getWrappedData, isRowAvailable, setRowIndex, setWrappedData |
Methods inherited from class javax.faces.model.DataModel |
addDataModelListener, getDataModelListeners, removeDataModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Matrix
public Matrix(java.lang.String handback,
int rowSize,
int colSize)
getColSize
public int getColSize()
getRowSize
public int getRowSize()
getHandback
public java.lang.String getHandback()
getColDef
public ColumnDef getColDef(int colIndex)
getColDefs
public java.util.List getColDefs()
getRows
public java.util.List getRows()
getRowIndices
public java.util.List getRowIndices()
getColIndices
public java.util.List getColIndices()
getRow
public Row getRow(int rowIndex)