Uses of Class
org.hippoecm.frontend.service.IconSize
-
Packages that use IconSize Package Description org.hippoecm.frontend.plugins.standards.icon org.hippoecm.frontend.plugins.standards.list.resolvers org.hippoecm.frontend.plugins.standards.perspective This package contains classes that render a perspective and facilitate the communication with the navigation application.org.hippoecm.frontend.plugins.standards.tabs org.hippoecm.frontend.service org.hippoecm.frontend.skin org.hippoecm.frontend.translation -
-
Uses of IconSize in org.hippoecm.frontend.plugins.standards.icon
Methods in org.hippoecm.frontend.plugins.standards.icon with parameters of type IconSize Modifier and Type Method Description HippoIcon
HippoIconStack. addFromCms(CmsIcon icon, IconSize size)
HippoIcon
HippoIconStack. addFromCms(CmsIcon icon, IconSize size, HippoIconStack.Position position)
HippoIcon
HippoIconStack. addFromSprite(Icon icon, IconSize size)
HippoIcon
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 IconSize Constructor Description HippoIconStack(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 IconSize Modifier and Type Field Description static IconSize
IconRenderUtil. DEFAULT_SIZE
Methods in org.hippoecm.frontend.plugins.standards.list.resolvers with parameters of type IconSize Modifier and Type Method Description static 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 IconSize Constructor Description IconRenderer(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 Modifier and Type Method Description org.apache.wicket.request.resource.ResourceReference
Perspective. getIcon(IconSize size)
protected String
Perspective. toImageName(String camelCaseString, IconSize size, String extension)
-
Uses of IconSize in org.hippoecm.frontend.plugins.standards.tabs
Methods in org.hippoecm.frontend.plugins.standards.tabs that return IconSize Modifier and Type Method Description IconSize
TabbedPanel. getIconType()
Methods in org.hippoecm.frontend.plugins.standards.tabs with parameters of type IconSize Modifier and Type Method Description org.apache.wicket.Component
TabsPlugin.Tab. getIcon(String id, IconSize size)
void
TabbedPanel. setIconType(IconSize iconType)
-
Uses of IconSize in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service that return IconSize Modifier and Type Method Description static IconSize
IconSize. getIconSize(String name)
Finds the most appropriate icon size for a particular configuration value.static IconSize
IconSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static IconSize[]
IconSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hippoecm.frontend.service with parameters of type IconSize Modifier and Type Method Description org.apache.wicket.request.resource.ResourceReference
ITitleDecorator. getIcon(IconSize type)
Retrieve an icon to represent the decorated object. -
Uses of IconSize in org.hippoecm.frontend.skin
Methods in org.hippoecm.frontend.skin with parameters of type IconSize Modifier and Type Method Description default org.apache.wicket.Component
IconProvider. getIcon(String id, IconSize size)
String
CmsIcon. getInlineSvg(IconSize size, String... cssClasses)
Returns an inline svg representation of this icon.String
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 IconSize Modifier and Type Method Description abstract org.apache.wicket.request.resource.ResourceReference
ILocaleProvider.HippoLocale. getIcon(IconSize size, ILocaleProvider.LocaleState type)
-