C# Class Ext.Net.TreePanelBase

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
AddChildes void
AddNodeClass void
AfterTreeItemAdd void
AfterTreeItemRemove void
AppendChild void
AppendChild void
Bubble void
Bubble void
CallNode void
CallNodeUI void
CancelEdit void
Cascade void
Cascade void
CollapseAll void
CollapseChildNodes void
CollapseChildNodes void
CollapseNode void
CollapseNode void
CollapseNode void
CollapseNode void
CollapseNode void
CompleteEdit void
Destroy void
DisableNode void
EachChild void
EachChild void
EnableNode void
EnsureNodeVisible void
EnsureNodeVisible void
EnsureNodeVisible void
ExpandAll void
ExpandChildNodes void
ExpandChildNodes void
ExpandNode void
ExpandNode void
ExpandNode void
ExpandNode void
ExpandNode void
ExpandPath void
ExpandPath void
ExpandPath void
FillIcons void
GetNodeDescriptor string
GetNodeUIAnchor Ext.Net.Element
GetNodeUIContainer Ext.Net.Element
GetNodeUIElement Ext.Net.Element
GetNodeUIIcon Ext.Net.Element
GetNodeUIIndent Ext.Net.Element
GetNodeUIText Ext.Net.Element
GetNodeUIWrap Ext.Net.Element
HideNode void
InsertBeforeChild void
NodeOn void
NodeOn void
ReloadAsyncNode void
ReloadAsyncNode void
RemoveChildNode void
RemoveChildren void
RemoveNode void
RemoveNodeClass void
ReplaceChildNode void
SelectNode void
SelectPath void
SelectPath void
SelectPath void
SetNodeCls void
SetNodeHref void
SetNodeIcon void
SetNodeIconCls void
SetNodeId void
SetNodeText void
SetNodeTooltip void
SetRootNode void
ShowNode void
SortChildrenNodes void
SortChildrenNodes void
StartEdit void
StartEdit void
ToggleCheck void
ToggleCheck void
ToggleNode void
UnselectNode void

Private Methods

Method Description
AddChildes ( TreeNode parent, System.StringBuilder sb ) : void
AddNodeClass ( string nodeId, string className ) : void
AfterTreeItemAdd ( Observable item ) : void
AfterTreeItemRemove ( Observable item ) : void
AppendChild ( string nodeId, IEnumerable nodes ) : void
AppendChild ( string nodeId, TreeNodeBase node ) : void
Bubble ( string nodeId, JFunction fn ) : void
Bubble ( string nodeId, JFunction fn, string scope, string args ) : void
CallNode ( string method, string nodeId ) : void
CallNodeUI ( string method, string nodeId ) : void
CancelEdit ( ) : void
Cascade ( string nodeId, JFunction fn ) : void
Cascade ( string nodeId, JFunction fn, string scope, string args ) : void
CollapseAll ( ) : void
CollapseChildNodes ( string nodeId ) : void
CollapseChildNodes ( string nodeId, bool deep ) : void
CollapseNode ( string nodeId ) : void
CollapseNode ( string nodeId, bool deep ) : void
CollapseNode ( string nodeId, bool deep, bool anim ) : void
CollapseNode ( string nodeId, bool deep, bool anim, JFunction callback ) : void
CollapseNode ( string nodeId, bool deep, bool anim, JFunction callback, string scope ) : void
CompleteEdit ( ) : void
Destroy ( string nodeId ) : void
DisableNode ( string nodeId ) : void
EachChild ( string nodeId, JFunction fn ) : void
EachChild ( string nodeId, JFunction fn, string scope, string args ) : void
EnableNode ( string nodeId ) : void
EnsureNodeVisible ( string nodeId ) : void
EnsureNodeVisible ( string nodeId, JFunction callback ) : void
EnsureNodeVisible ( string nodeId, JFunction callback, string scope ) : void
ExpandAll ( ) : void
ExpandChildNodes ( string nodeId ) : void
ExpandChildNodes ( string nodeId, bool deep ) : void
ExpandNode ( string nodeId ) : void
ExpandNode ( string nodeId, bool deep ) : void
ExpandNode ( string nodeId, bool deep, bool anim ) : void
ExpandNode ( string nodeId, bool deep, bool anim, JFunction callback ) : void
ExpandNode ( string nodeId, bool deep, bool anim, JFunction callback, string scope ) : void
ExpandPath ( string path ) : void
ExpandPath ( string path, string attr ) : void
ExpandPath ( string path, string attr, JFunction callback ) : void
FillIcons ( List icons, TreeNodeBase node ) : void
GetNodeDescriptor ( string nodeId ) : string
GetNodeUIAnchor ( string nodeId ) : Ext.Net.Element
GetNodeUIContainer ( string nodeId ) : Ext.Net.Element
GetNodeUIElement ( string nodeId ) : Ext.Net.Element
GetNodeUIIcon ( string nodeId ) : Ext.Net.Element
GetNodeUIIndent ( string nodeId ) : Ext.Net.Element
GetNodeUIText ( string nodeId ) : Ext.Net.Element
GetNodeUIWrap ( string nodeId ) : Ext.Net.Element
HideNode ( string nodeId ) : void
InsertBeforeChild ( string nodeId, TreeNodeBase newNode, string refNodeId ) : void
NodeOn ( string nodeId, string eventName, JFunction fn ) : void
NodeOn ( string nodeId, string eventName, JFunction fn, string scope, HandlerConfig options ) : void
ReloadAsyncNode ( string nodeId, JFunction callback ) : void
ReloadAsyncNode ( string nodeId, JFunction callback, string scope ) : void
RemoveChildNode ( string nodeId, string childNodeId ) : void
RemoveChildren ( string nodeId ) : void
RemoveNode ( string nodeId ) : void
RemoveNodeClass ( string nodeId, string className ) : void
ReplaceChildNode ( string nodeId, string oldChildNodeId, TreeNodeBase newNode ) : void
SelectNode ( string nodeId ) : void
SelectPath ( string path ) : void
SelectPath ( string path, string attr ) : void
SelectPath ( string path, string attr, JFunction callback ) : void
SetNodeCls ( string nodeId, string cls ) : void
SetNodeHref ( string nodeId, string href, string target ) : void
SetNodeIcon ( string nodeId, string icon ) : void
SetNodeIconCls ( string nodeId, string iconCls ) : void
SetNodeId ( string nodeId, string newId ) : void
SetNodeText ( string nodeId, string text ) : void
SetNodeTooltip ( string nodeId, string tip, string title ) : void
SetRootNode ( TreeNodeBase node ) : void
ShowNode ( string nodeId ) : void
SortChildrenNodes ( string nodeId, JFunction fn ) : void
SortChildrenNodes ( string nodeId, JFunction fn, string scope ) : void
StartEdit ( string nodeId ) : void
StartEdit ( string nodeId, int defer ) : void
ToggleCheck ( string nodeId ) : void
ToggleCheck ( string nodeId, bool value ) : void
ToggleNode ( string nodeId ) : void
UnselectNode ( string nodeId ) : void