com.tensegrity.palowebviewer.modules.ui.client.favoriteviews
Class FavoriteViewsModel.FavoriteNode
java.lang.Object
com.tensegrity.palowebviewer.modules.widgets.client.tree.NodeTreeModel.TreeNode
com.tensegrity.palowebviewer.modules.ui.client.favoriteviews.FavoriteViewsModel.FavoriteNode
- Direct Known Subclasses:
- FavoriteFolder, ViewLink
- Enclosing class:
- FavoriteViewsModel
public abstract static class FavoriteViewsModel.FavoriteNode
- extends NodeTreeModel.TreeNode
Methods inherited from class com.tensegrity.palowebviewer.modules.widgets.client.tree.NodeTreeModel.TreeNode |
addChild, clear, getChild, getChildByValue, getChildCount, getChildList, getParent, getParentPath, getPath, getValue, indexOf, isInTree, isLeaf, load, removeAll, removeChild, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FavoriteViewsModel.FavoriteNode
public FavoriteViewsModel.FavoriteNode(XFavoriteNode node,
FavoriteViewsModel model)
getFavoriteNode
protected XFavoriteNode getFavoriteNode()
setFavoriteNode
protected void setFavoriteNode(XFavoriteNode value)
getName
public java.lang.String getName()
isLoaded
public boolean isLoaded()
- Overrides:
isLoaded
in class NodeTreeModel.TreeNode
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object