Interface | Description |
---|---|
ITreeViewListener |
Event listener shared by the
AjaxTreeView widget and the AjaxTreeViewBehavior |
Class | Description |
---|---|
AjaxTreeView |
Provides the Kendo UI TreeView
|
AjaxTreeView.ExpandBehavior |
Provides a databound behavior that extends node(s)
|
AjaxTreeViewBehavior |
Provides the Kendo UI TreeView behavior
|
AjaxTreeViewBehavior.ExpandEvent |
Provides an event object that will be broadcasted by the
AjaxTreeViewBehavior.OnExpandAjaxBehavior callback |
AjaxTreeViewBehavior.OnExpandAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'expand' event |
AjaxTreeViewBehavior.OnSelectAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'select' event |
AjaxTreeViewBehavior.SelectEvent |
Provides an event object that will be broadcasted by the
AjaxTreeViewBehavior.OnSelectAjaxBehavior callback |
TreeNode<T> |
Provides a node for the
AjaxTreeView The wrapped object can be of any type |
TreeNodeFactory |
Provides a factory for building
TreeNode s as JSON |
TreeViewDataSource |
Provide the hierarchical data-source for the
AjaxTreeView |
TreeViewModel | |
TreeViewModelBehavior |
Provides the behavior that loads
TreeNode s |
Copyright © 2016 7thWeb. All rights reserved.