|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwTreeView.OwTreeViewNode
com.wewebu.ow.server.dmsdialogs.views.OwObjectTreeViewEXTJS.OwTreeViewNodeJS
public class OwObjectTreeViewEXTJS.OwTreeViewNodeJS
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
Field Summary |
---|
Fields inherited from class com.wewebu.ow.server.ui.OwTreeView.OwTreeViewNode |
---|
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 Summary | |
---|---|
OwObjectTreeViewEXTJS.OwTreeViewNodeJS(OwTreeView treeView_p,
Object obj_p)
Constructor. |
Method Summary | |
---|---|
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()
|
Methods inherited from class com.wewebu.ow.server.ui.OwTreeView.OwTreeViewNode |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OwObjectTreeViewEXTJS.OwTreeViewNodeJS(OwTreeView treeView_p, Object obj_p)
treeView_p
- obj_p
- Method Detail |
---|
public List<OwObjectTreeViewEXTJS.OwTreeViewNodeJS> getChildren() throws Exception
List
of children.
Exception
public String toString()
toString
in class Object
protected void refresh() throws Exception
refresh
in class OwTreeView.OwTreeViewNode
Exception
public String toJSONTree() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |