站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

Matrix - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.faces.matrix
Class Matrix

java.lang.Object
  extended byjavax.faces.model.DataModel
      extended byjavax.faces.model.ListDataModel
          extended byorg.jboss.portal.faces.matrix.Matrix

public class Matrix
extends javax.faces.model.ListDataModel


Constructor Summary
Matrix(java.lang.String handback, int rowSize, int colSize)
           
 
Method Summary
 ColumnDef getColDef(int colIndex)
           
 java.util.List getColDefs()
           
 java.util.List getColIndices()
           
 int getColSize()
           
 java.lang.String getHandback()
           
 Row getRow(int rowIndex)
           
 java.util.List getRowIndices()
           
 java.util.List getRows()
           
 int getRowSize()
           
 
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
 

Constructor Detail

Matrix

public Matrix(java.lang.String handback,
              int rowSize,
              int colSize)
Method Detail

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)