Class IconRenderUtil
java.lang.Object
org.hippoecm.frontend.plugins.standards.list.resolvers.IconRenderUtil
Utility class for rendering icons.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HippoIcon
getDocumentOrFolderIcon
(String id, Node node) static HippoIcon
getDocumentOrFolderIcon
(String id, Node node, IconSize size) static HippoIcon
getIconForNodeType
(String id, NodeType type, Icon defaultIcon, IconSize size)
-
Field Details
-
DEFAULT_SIZE
-
-
Method Details
-
getDocumentOrFolderIcon
- Throws:
RepositoryException
-
getDocumentOrFolderIcon
public static HippoIcon getDocumentOrFolderIcon(String id, Node node, IconSize size) throws RepositoryException - Throws:
RepositoryException
-
getIconForNodeType
-