Class AbstractJcrTreeNodeIconProvider
- java.lang.Object
-
- org.hippoecm.frontend.plugins.standards.tree.icon.AbstractJcrTreeNodeIconProvider
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,ITreeNodeIconProvider
- Direct Known Subclasses:
DefaultTreeNodeIconProvider
public abstract class AbstractJcrTreeNodeIconProvider extends Object implements ITreeNodeIconProvider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractJcrTreeNodeIconProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVirtual(IJcrTreeNode node)
Checks if the wrapped jcr node is a virtual node-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hippoecm.frontend.plugins.standards.tree.icon.ITreeNodeIconProvider
getNodeIcon
-
-
-
-
Method Detail
-
isVirtual
public boolean isVirtual(IJcrTreeNode node)
Checks if the wrapped jcr node is a virtual node- Returns:
- true if the node is virtual else false
-
-