-
public class TableComputer extends JsObject
Stock table computer constructor.
-
-
Constructor Summary
Constructors Constructor Description TableComputer(String jsChart)
-
Method Summary
Modifier and Type Method Description static TableComputerinstantiate()StringgetJsBase()voidaddOutputField(String name, String uid)Adds output field to the computer with the given name. voidgetFieldIndex(String name)Returns field index by the field name. voidsetContext(String value)Sets computer context. -
-
Constructor Detail
-
TableComputer
TableComputer(String jsChart)
-
-
Method Detail
-
instantiate
static TableComputer instantiate()
-
addOutputField
void addOutputField(String name, String uid)
Adds output field to the computer with the given name.
-
getFieldIndex
void getFieldIndex(String name)
Returns field index by the field name.
-
setContext
void setContext(String value)
Sets computer context. If not set - defaults to Window.
-
-
-
-