public class OwObjectTreeViewEXTJS.OwTreeViewNodeJS extends OwTreeView.OwTreeViewNode
Tree node representation used by OwObjectTreeViewEXTJS
.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
m_childs, m_displaypath, m_fChildsCreated, m_fCollapsed, m_fFirstSibling, m_fLastSibling, m_fPlusMinusIcon, m_obj, m_parent, m_path, m_strCloseFolderURL, m_strOpenFolderURL, m_view
Constructor and Description |
---|
OwObjectTreeViewEXTJS.OwTreeViewNodeJS(OwTreeView treeView_p,
Object obj_p)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<OwObjectTreeViewEXTJS.OwTreeViewNodeJS> |
getChildren()
Get the children of this node.
|
protected void |
refresh()
Refresh the node.
|
String |
toJSONTree()
Creates a JSON tree representing the structure of this node and its children.
|
String |
toString() |
createChilds, equals, expand, getCloseIconURL, getDisplayHTML, getDisplayName, getDisplayPath, getID, getLabelEventURL, getName, getObject, getObjectParent, getOpenIconURL, getParent, getParentFromDepth, getPath, getPlusMinusIconEventURL, hashCode, hasPlusMinusIcon, isCollapsed, isEnabled, isFirstSibling, isLastSibling, navigate, toggleExpand
public OwObjectTreeViewEXTJS.OwTreeViewNodeJS(OwTreeView treeView_p, Object obj_p)
treeView_p
- obj_p
- public List<OwObjectTreeViewEXTJS.OwTreeViewNodeJS> getChildren() throws Exception
protected void refresh() throws Exception
refresh
in class OwTreeView.OwTreeViewNode
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.