public class MatrixModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
MatrixModel.MatrixModelRow |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<MatrixModel.MatrixModelRow> |
iListMatrixModelRows |
| Constructor and Description |
|---|
MatrixModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.lang.String |
getContentAt(int aiColumnIndex,
int aiRowIndex) |
MatrixModel.MatrixModelRow |
getMatrixModelRow(int aiRowIndex) |
int |
getRowCount() |
boolean |
isCellValid(int aiColumnIndex,
int aiRowIndex) |
protected MatrixCell |
makeMatrixCell(java.lang.String astrValue) |
protected MatrixModel.MatrixModelRow |
makeMatrixModelRow() |
void |
setCellValid(int aiColumnIndex,
int aiRowIndex,
boolean abValid) |
void |
setContentAt(int aiColumnIndex,
int aiRowIndex,
java.lang.String astrValue) |
protected java.util.ArrayList<MatrixModel.MatrixModelRow> iListMatrixModelRows
public void setCellValid(int aiColumnIndex,
int aiRowIndex,
boolean abValid)
public boolean isCellValid(int aiColumnIndex,
int aiRowIndex)
public void setContentAt(int aiColumnIndex,
int aiRowIndex,
java.lang.String astrValue)
public java.lang.String getContentAt(int aiColumnIndex,
int aiRowIndex)
public void clear()
public int getRowCount()
protected MatrixCell makeMatrixCell(java.lang.String astrValue)
protected MatrixModel.MatrixModelRow makeMatrixModelRow()
public MatrixModel.MatrixModelRow getMatrixModelRow(int aiRowIndex)
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.