This event class is used for the events generated by CollapsiblePane.
To process input from a CollapsiblePane, use one of these event handler macros to direct input to member function that take a CollapsiblePaneEvent argument:
| evt_collapsiblepane_changed(id) { | event | ... } | The user showed or hidden the collapsible pane. |
CollapsiblePaneEvent.new(Object generator, Integer id,
Boolean collapsed)
The constructor is not normally used by the user code.
Boolean get_collapsed()
Returns if the pane has been collapsed.
set_collapsed(Boolean collapsed)
Sets this as a collapsed pane event (if collapsed is ) or as an expanded pane event (if collapsed is ).
[This page automatically generated from the Textile source at Thu May 01 00:50:34 +0100 2008]