Todo List
Located in /PhpExt/Tree/AsyncTreeNode.php [line 24]
PhpExt_Object | --PhpExt_Observable | --PhpExt_Data_Node | --PhpExt_Tree_TreeNode | --PhpExt_Tree_AsyncTreeNode
Methods
Inherited From PhpExt_Observable
PhpExt_Observable::$_listeners
Inherited From PhpExt_Object
PhpExt_Object::$_extClassName PhpExt_Object::$_extConfigProperties PhpExt_Object::$_validExtConfigProperties PhpExt_Object::$_varName
Inherited From PhpExt_Tree_TreeNode
PhpExt_Tree_TreeNode::__construct() PhpExt_Tree_TreeNode::collapse() Collapse this node. PhpExt_Tree_TreeNode::collapseChildNodes() Collapse all child nodes PhpExt_Tree_TreeNode::disable() Disables this node PhpExt_Tree_TreeNode::enable() Enables this node PhpExt_Tree_TreeNode::ensureVisible() Ensures all parent nodes are expanded, and if necessary, scrolls the node into view. PhpExt_Tree_TreeNode::expand() Expand this node. PhpExt_Tree_TreeNode::expandChildNodes() Expand all child nodes PhpExt_Tree_TreeNode::getAllowChildren() False to not allow this node to have child nodes (defaults to true) PhpExt_Tree_TreeNode::getAllowDrag() False to make this node undraggable if draggable = true (defaults to true) PhpExt_Tree_TreeNode::getAllowDrop() False if this node cannot have child nodes dropped on it (defaults to true) PhpExt_Tree_TreeNode::getChecked() True to render a checked checkbox for this node, false to render an unchecked checkbox (defaults to undefined with no checkbox rendered) PhpExt_Tree_TreeNode::getCssClass() A css class to be added to the node PhpExt_Tree_TreeNode::getDisabled() true to start the node disabled PhpExt_Tree_TreeNode::getDraggable() True to make this node draggable (defaults to false) PhpExt_Tree_TreeNode::getExpandable() If set to true, the node will always show a plus/minus icon, even when empty PhpExt_Tree_TreeNode::getExpanded() true to start the node expanded PhpExt_Tree_TreeNode::getHref() URL of the link used for the node (defaults to #) PhpExt_Tree_TreeNode::getHrefTarget() target frame for the link PhpExt_Tree_TreeNode::getIcon() The path to an icon for the node. The preferred way to do this is to use the cls or iconCls attributes and add the icon via a CSS background image. PhpExt_Tree_TreeNode::getIconCssClass() A css class to be added to the nodes icon element for applying css background images PhpExt_Tree_TreeNode::getIsTarget() False to not allow this node to act as a drop target (defaults to true) PhpExt_Tree_TreeNode::getQTip() An Ext QuickTip for the node PhpExt_Tree_TreeNode::getQuickTipConfig() An Ext QuickTip config for the node (used instead of qtip) PhpExt_Tree_TreeNode::getSingleClickExpand() True for single click expand on this node PhpExt_Tree_TreeNode::getText() The text for this node PhpExt_Tree_TreeNode::getUiProvider() A UI class to use for this node (defaults to Ext.tree.TreeNodeUI) PhpExt_Tree_TreeNode::select() Triggers selection of this node PhpExt_Tree_TreeNode::setAllowChildren() False to not allow this node to have child nodes (defaults to true) PhpExt_Tree_TreeNode::setAllowDrag() False to make this node undraggable if draggable = true (defaults to true) PhpExt_Tree_TreeNode::setAllowDrop() False if this node cannot have child nodes dropped on it (defaults to true) PhpExt_Tree_TreeNode::setChecked() True to render a checked checkbox for this node, false to render an unchecked checkbox (defaults to undefined with no checkbox rendered) PhpExt_Tree_TreeNode::setCssClass() A css class to be added to the node PhpExt_Tree_TreeNode::setDisabled() true to start the node disabled PhpExt_Tree_TreeNode::setDraggable() True to make this node draggable (defaults to false) PhpExt_Tree_TreeNode::setExpandable() If set to true, the node will always show a plus/minus icon, even when empty PhpExt_Tree_TreeNode::setExpanded() true to start the node expanded PhpExt_Tree_TreeNode::setHref() URL of the link used for the node (defaults to #) PhpExt_Tree_TreeNode::setHrefTarget() target frame for the link PhpExt_Tree_TreeNode::setIcon() The path to an icon for the node. The preferred way to do this is to use the cls or iconCls attributes and add the icon via a CSS background image. PhpExt_Tree_TreeNode::setIconCssClass() A css class to be added to the nodes icon element for applying css background images PhpExt_Tree_TreeNode::setIsTarget() False to not allow this node to act as a drop target (defaults to true) PhpExt_Tree_TreeNode::setQTip() An Ext QuickTip for the node PhpExt_Tree_TreeNode::setQuickTipConfig() An Ext QuickTip config for the node (used instead of qtip) PhpExt_Tree_TreeNode::setSingleClickExpand() True for single click expand on this node PhpExt_Tree_TreeNode::setText() The text for this node PhpExt_Tree_TreeNode::setUiProvider() A UI class to use for this node (defaults to Ext.tree.TreeNodeUI) PhpExt_Tree_TreeNode::toggle() Toggles expanded/collapsed state of the node PhpExt_Tree_TreeNode::unselect() Triggers deselection of this node
Inherited From PhpExt_Data_Node
PhpExt_Data_Node::__construct() PhpExt_Data_Node::getId() The id for this node. If one is not specified, one is generated. PhpExt_Data_Node::getLeaf() true if this node is a leaf and does not have children PhpExt_Data_Node::setId() The id for this node. If one is not specified, one is generated. PhpExt_Data_Node::setLeaf() true if this node is a leaf and does not have children
PhpExt_Observable::__construct() PhpExt_Observable::attachListener() Adds a PhpExt_Listener to the specified $eventName. This lintener will execute when the Javascript object fires that event. PhpExt_Observable::getConfigParams() PhpExt_Observable::getListeners()
PhpExt_Object::__construct() PhpExt_Object::addValidConfigProperties() PhpExt_Object::createMethodSignature() PhpExt_Object::getConfigParams() PhpExt_Object::getExtConfigProperty() PhpExt_Object::getJavascript() PhpExt_Object::getMethodInvokeStm() PhpExt_Object::isExtObject() PhpExt_Object::paramToString() PhpExt_Object::setExtClassInfo() PhpExt_Object::setExtConfigProperty() PhpExt_Object::__get() PhpExt_Object::__set()
PhpExt_Tree_AsyncTreeNode __construct( )
PhpExt_Tree_TreeLoader getLoader( )
A TreeLoader to be used by this node (defaults to the loader defined on the tree)
PhpExt_Tree_AsyncTreeNode setLoader( PhpExt_Tree_TreeLoader $value )