Uses of Enum Class
org.hippoecm.frontend.service.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
Modifier 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) ModifierConstructorDescriptionHippoIconStack
(String id, IconSize stackSize) HippoIconStack
(String id, IconSize stackSize, String extraCssClass) -
Uses of IconSize in org.hippoecm.frontend.plugins.standards.list.resolvers
Modifier and TypeMethodDescriptionstatic HippoIcon
IconRenderUtil.getDocumentOrFolderIcon
(String id, Node node, IconSize size) static HippoIcon
IconRenderUtil.getIconForNodeType
(String id, NodeType type, Icon defaultIcon, IconSize size) ModifierConstructorDescriptionIconRenderer
(IconSize size) SpriteIconRenderer
(Icon icon, IconSize size) -
Uses of IconSize in org.hippoecm.frontend.plugins.standards.perspective
-
Uses of IconSize in org.hippoecm.frontend.plugins.standards.tabs
Modifier and TypeMethodDescriptionorg.apache.wicket.Component
void
TabbedPanel.setIconType
(IconSize iconType) -
Uses of IconSize in org.hippoecm.frontend.service
Modifier 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. -
Uses of IconSize in org.hippoecm.frontend.skin
Modifier 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
Modifier and TypeMethodDescriptionabstract org.apache.wicket.request.resource.ResourceReference
ILocaleProvider.HippoLocale.getIcon
(IconSize size, ILocaleProvider.LocaleState type)