메소드 |
설명 |
|
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 |
|
|