|
FineUIMvc 11.7
企业级 ASP.NET MVC 控件库
|
树控件帮助类 更多...
Public 成员函数 | |
| TreeAjaxHelper (Tree source) | |
| 构造函数 | |
| void | SelectedNodeID (string selectedNodeID) |
| 设置选中树节点 | |
| void | SelectedNodeIDArray (params string[] selectedNodeIDArray) |
| 设置选中树节点 | |
| void | SelectedNodeIDArray (bool keepCurrentSelection, params string[] selectedNodeIDArray) |
| 设置选中树节点 | |
| void | DataSource (object dataSource) |
| 设置数据源 | |
| void | LoadData () |
| 加载数据 | |
| void | LoadData (string parentNodeId, IList< TreeNode > nodes) |
| 加载数据 | |
| void | LoadData (IList< TreeNode > nodes) |
| 加载数据 | |
| void | ExpandNode (string nodeId) |
| 展开节点 | |
| void | ExpandNode (string nodeId, bool deep) |
| 展开节点 | |
| void | CollapseNode (string nodeId) |
| 折叠节点 | |
| void | CollapseNode (string nodeId, bool deep) |
| 折叠节点 | |
Public 成员函数 继承自 FineUIMvc.CollapsablePanelAjaxHelper< Tree, TreeAjaxHelper > | |
| CollapsablePanelAjaxHelper (CollapsablePanel source) | |
| 构造函数 | |
| void | Expand () |
| 展开面板 | |
| void | Collapse () |
| 折叠面板 | |
| void | Collapsed (bool collapsed) |
| 设置面板的折叠状态 | |
| void | Title (string text) |
| 设置面板标题文本 | |
| void | TitleToolTip (string text) |
| 设置面板标题的提示文本 | |
| void | IconFont (IconFont iconFont) |
| 设置图标 | |
| void | IconFont (IconFont iconFont, string iconFontClass) |
| 设置图标 | |
| void | IconUrl (string iconUrl) |
| 设置图标 | |
| void | Icon (Icon icon) |
| 设置图标 | |
属性 | |
| new Tree | Source [get] |
| 当前控件 | |
属性 继承自 FineUIMvc.CollapsablePanelAjaxHelper< Tree, TreeAjaxHelper > | |
| new CollapsablePanel | Source [get] |
| 当前控件 | |
树控件帮助类
| FineUIMvc.TreeAjaxHelper.TreeAjaxHelper | ( | Tree | source | ) |
构造函数
| source |
| void FineUIMvc.TreeAjaxHelper.CollapseNode | ( | string | nodeId | ) |
折叠节点
| nodeId | 需要折叠的节点 |
| void FineUIMvc.TreeAjaxHelper.CollapseNode | ( | string | nodeId, |
| bool | deep | ||
| ) |
折叠节点
| nodeId | 需要折叠的节点 |
| deep | 是否递归折叠本节点的所有子节点 |
| void FineUIMvc.TreeAjaxHelper.DataSource | ( | object | dataSource | ) |
设置数据源
| dataSource | 数据源 |
| void FineUIMvc.TreeAjaxHelper.ExpandNode | ( | string | nodeId | ) |
展开节点
| nodeId | 需要展开的节点 |
| void FineUIMvc.TreeAjaxHelper.ExpandNode | ( | string | nodeId, |
| bool | deep | ||
| ) |
展开节点
| nodeId | 需要展开的节点 |
| deep | 是否递归展开本节点的所有子节点 |
| void FineUIMvc.TreeAjaxHelper.LoadData | ( | ) |
加载数据
| void FineUIMvc.TreeAjaxHelper.LoadData | ( | IList< TreeNode > | nodes | ) |
加载数据
| nodes | 节点数据 |
| void FineUIMvc.TreeAjaxHelper.LoadData | ( | string | parentNodeId, |
| IList< TreeNode > | nodes | ||
| ) |
加载数据
| parentNodeId | 父节点 |
| nodes | 节点数据 |
| void FineUIMvc.TreeAjaxHelper.SelectedNodeID | ( | string | selectedNodeID | ) |
设置选中树节点
| selectedNodeID |
| void FineUIMvc.TreeAjaxHelper.SelectedNodeIDArray | ( | bool | keepCurrentSelection, |
| params string[] | selectedNodeIDArray | ||
| ) |
设置选中树节点
| keepCurrentSelection | 是否保持已选中节点 |
| selectedNodeIDArray |
| void FineUIMvc.TreeAjaxHelper.SelectedNodeIDArray | ( | params string[] | selectedNodeIDArray | ) |
设置选中树节点
| selectedNodeIDArray |
|
get |
当前控件