Class TreeTableNode
- Superclasses :
-
gui::Node
- Package :
- gui
A node in a TreeTable. It provides the column data
for the extra (non-tree) columns. For example if
the TreeTable's columns were named A, B, C, then a
TreeTableNode might be created as follows :-
- Example :
n := TreeTableNode("label=Col A label")
n.set_col_data(["Col B data", "Col C data"])
- Source
Methods inherited from util::SetFields |
as_attrib(attr, val)
attrib(a[])
cset_val(attr, val)
field_error(s)
int_val(attr, val)
int_vals(attr, val, n)
numeric_val(attr, val)
numeric_vals(attr, val, n)
set_fields(l)
set_one(attr, val)
string_val(attr, val)
string_vals(attr, val, n)
test_flag(attr, val)
|
Variables defined in this class |
col_data
|
get_col(c)
-
Get the data for column number c, where c ranges
from 2 up; fails if not available.
- Source
initially()
- Overrides initially() in gui::Node
-
set_col_data(l)
-
Set the column data to fill the columns 2 onwards.
- Source
col_data
-