Table

A table widget that works like a spread sheet. It can be editable at run time, for example insert or delete a row or column, modify cell text. It is designed to be used in scripts.

Editable Table

The table widget cannot connect to PVs directly, but this can be realized by using script. See example below:

Using table widget to display multiple PV values

Above examples can be found at BOY Examples->widgets->4_5_Table.opi

Operations

If Editable property is true, every cell text of the table can be directly modified at run time by clicking on it. With its context menu, you are able to

Special Properties

See Also

Special Methods

getTable

public SpreadSheetTable getTable()
Get the native spread sheet table wrapped by this widget. Script has full access to the returned SpreadSheetTable at run time.

Returns:
the native spread sheet table.