protected class MatrixModel.MatrixModelRow
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<MatrixCell> |
iListMatrixCells |
| Modifier | Constructor and Description |
|---|---|
protected |
MatrixModel.MatrixModelRow() |
| Modifier and Type | Method and Description |
|---|---|
MatrixCell |
getMatrixCell(int aiColumnIndex) |
boolean |
isCellValid(int aiColumnIndex) |
boolean |
isEmpty() |
void |
setCellValid(int aiColumnIndex,
boolean abValid) |
void |
setMatrixCell(int aiColumnIndex,
MatrixCell aMatrixCell) |
public java.util.ArrayList<MatrixCell> iListMatrixCells
public void setCellValid(int aiColumnIndex,
boolean abValid)
public boolean isEmpty()
public boolean isCellValid(int aiColumnIndex)
public void setMatrixCell(int aiColumnIndex,
MatrixCell aMatrixCell)
public MatrixCell getMatrixCell(int aiColumnIndex)
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.