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

Matrix - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.faces.matrix
Class Matrix

java.lang.Object
  extended byListDataModel
      extended byorg.jboss.portal.faces.matrix.Matrix

public class Matrix
extends ListDataModel

Version:
$Revision: 5448 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
private  java.util.ArrayList colDefs
          .
private  java.util.ArrayList colIndices
          .
private  int colSize
          .
private  java.lang.String handback
          .
private  java.util.ArrayList rowIndices
          .
private  java.util.ArrayList rows
          .
private  int rowSize
          .
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handback

private java.lang.String handback
.


colDefs

private java.util.ArrayList colDefs
.


rows

private java.util.ArrayList rows
.


colSize

private int colSize
.


rowSize

private int rowSize
.


rowIndices

private java.util.ArrayList rowIndices
.


colIndices

private java.util.ArrayList colIndices
.

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)