
Public Member Functions | |
| __construct ($which, $tree, $item=null) | |
| Creates a new tree action. | |
| getInvocation () | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $children) |
Definition at line 7 of file TKTreeAction.php5.
| TKTreeAction::__construct | ( | $ | which, | |
| $ | tree, | |||
| $ | item = null | |||
| ) |
Creates a new tree action.
| $which | [int]: what action to perform; must be one of TKTreeAction::COLLAPSE_ALL, TKTreeAction::EXPAND_ALL, TKTreeAction::COLLAPSE_NODE, TKTreeAction::EXPAND_NODE | |
| $tree | [TKTree]: TKTree to perform action on | |
| $item | [TKComponent]: if $which is TKTreeAction::COLLAPSE_NODE or TKTreeAction::EXPAND_NODE, this parameter specifies which node is to be collapsed or expanded |
Definition at line 27 of file TKTreeAction.php5.
References SObject::setError().
| static TKTreeAction::createFromXML | ( | $ | attrs, | |
| $ | children | |||
| ) | [static] |
For internal use only.
Reimplemented from TKAction.
Definition at line 69 of file TKTreeAction.php5.
References Toolkit::getComponent().
| TKTreeAction::getInvocation | ( | ) |
For internal use only.
Reimplemented from TKAction.
Definition at line 41 of file TKTreeAction.php5.
1.5.6