public final class TableAccessState
extends java.lang.Object
Modifier and Type | Method | 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 © 2018. All rights reserved.