public final class TableAccessState extends Object
Modifier and Type | Method and Description |
---|---|
TObject |
getCellContents(int column,
int row)
Returns the cell at the given row/column coordinates in the table.
|
DataTableDef |
getDataTableDef()
Returns the DataTableDef object that contains information on the columns
of the table.
|
Variable |
getResolvedVariable(int column)
Returns the TableName of the given column of this table.
|
void |
lockRoot(int key)
Locks the root rows of the table.
|
void |
unlockRoot(int key)
Unlocks the root rows of the table.
|
public TObject getCellContents(int column, int row)
public DataTableDef getDataTableDef()
public Variable getResolvedVariable(int column)
public void lockRoot(int key)
public void unlockRoot(int key)
Copyright © 2015. All rights reserved.