Uses of Enum Class
org.hippoecm.frontend.service.IconSize
Packages that use IconSize
Package
Description
This package contains classes that render a perspective and facilitate the communication with the navigation
application.
-
Uses of IconSize in org.hippoecm.frontend.plugins.standards.icon
Methods in org.hippoecm.frontend.plugins.standards.icon with parameters of type IconSizeModifier and TypeMethodDescriptionHippoIconStack.addFromCms
(CmsIcon icon, IconSize size) HippoIconStack.addFromCms
(CmsIcon icon, IconSize size, HippoIconStack.Position position) HippoIconStack.addFromSprite
(Icon icon, IconSize size) HippoIconStack.addFromSprite
(Icon icon, IconSize size, HippoIconStack.Position position) static HippoIcon
HippoIcon.fromResource
(String id, org.apache.wicket.request.resource.ResourceReference reference, IconSize size) Renders an icon stored in a resource, including 'width' and 'height' attributes.static HippoIcon
HippoIcon.fromSprite
(String id, org.apache.wicket.model.IModel<Icon> model, IconSize size) Renders a hippo icon via a reference to the icon sprite.static HippoIcon
HippoIcon.fromSprite
(String id, Icon icon, IconSize size) Renders a hippo icon via a reference to the icon sprite.static org.apache.wicket.request.resource.ResourceReference
BrowserStyle.getIconOrNull
(String name, IconSize size) Constructors in org.hippoecm.frontend.plugins.standards.icon with parameters of type IconSizeModifierConstructorDescriptionHippoIconStack
(String id, IconSize stackSize) HippoIconStack
(String id, IconSize stackSize, String extraCssClass) -
Uses of IconSize in org.hippoecm.frontend.plugins.standards.list.resolvers
Fields in org.hippoecm.frontend.plugins.standards.list.resolvers declared as IconSizeMethods in org.hippoecm.frontend.plugins.standards.list.resolvers with parameters of type IconSizeModifier and TypeMethodDescriptionstatic HippoIcon
IconRenderUtil.getDocumentOrFolderIcon
(String id, Node node, IconSize size) static HippoIcon
IconRenderUtil.getIconForNodeType
(String id, NodeType type, Icon defaultIcon, IconSize size) Constructors in org.hippoecm.frontend.plugins.standards.list.resolvers with parameters of type IconSizeModifierConstructorDescriptionIconRenderer
(IconSize size) SpriteIconRenderer
(Icon icon, IconSize size) -
Uses of IconSize in org.hippoecm.frontend.plugins.standards.perspective
Methods in org.hippoecm.frontend.plugins.standards.perspective with parameters of type IconSize -
Uses of IconSize in org.hippoecm.frontend.plugins.standards.tabs
Methods in org.hippoecm.frontend.plugins.standards.tabs that return IconSizeMethods in org.hippoecm.frontend.plugins.standards.tabs with parameters of type IconSizeModifier and TypeMethodDescriptionorg.apache.wicket.Component
void
TabbedPanel.setIconType
(IconSize iconType) -
Uses of IconSize in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service that return IconSizeModifier and TypeMethodDescriptionstatic IconSize
IconSize.getIconSize
(String name) Finds the most appropriate icon size for a particular configuration value.static IconSize
Returns the enum constant of this class with the specified name.static IconSize[]
IconSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hippoecm.frontend.service with parameters of type IconSize -
Uses of IconSize in org.hippoecm.frontend.skin
Methods in org.hippoecm.frontend.skin with parameters of type IconSizeModifier and TypeMethodDescriptiondefault org.apache.wicket.Component
CmsIcon.getInlineSvg
(IconSize size, String... cssClasses) Returns an inline svg representation of this icon.Icon.getSpriteReference
(IconSize size, String... cssClasses) Returns an inline svg representation of this icon that refers to the icon in the sprite. -
Uses of IconSize in org.hippoecm.frontend.translation
Methods in org.hippoecm.frontend.translation with parameters of type IconSizeModifier and TypeMethodDescriptionabstract org.apache.wicket.request.resource.ResourceReference
ILocaleProvider.HippoLocale.getIcon
(IconSize size, ILocaleProvider.LocaleState type)