Uses of Enum
org.opencms.ui.components.CmsResourceIcon.IconMode
Packages that use CmsResourceIcon.IconMode
-
Uses of CmsResourceIcon.IconMode in org.opencms.ui.components
Methods in org.opencms.ui.components that return CmsResourceIcon.IconModeModifier and TypeMethodDescriptionstatic CmsResourceIcon.IconModeReturns the enum constant of this type with the specified name.static CmsResourceIcon.IconMode[]CmsResourceIcon.IconMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.ui.components with parameters of type CmsResourceIcon.IconModeModifier and TypeMethodDescriptionstatic com.vaadin.server.ResourceCmsResourceIcon.getSitemapResourceIcon(CmsObject cms, CmsResource resource, CmsResourceIcon.IconMode iconMode) Gets the resource icon for a resource for use in a CmsResourceInfo widget when used in a sitemap context.