Package | Description |
---|---|
org.hippoecm.frontend.plugins.standards.icon | |
org.hippoecm.frontend.skin |
Modifier and Type | Method and Description |
---|---|
HippoIcon |
HippoIconStack.addFromCms(CmsIcon icon) |
HippoIcon |
HippoIconStack.addFromCms(CmsIcon icon,
IconSize size) |
HippoIcon |
HippoIconStack.addFromCms(CmsIcon icon,
IconSize size,
HippoIconStack.Position position) |
static HippoIcon |
HippoIcon.inline(String id,
CmsIcon icon)
Renders a hippo icon of size
IconSize.M as an inline SVG. |
HippoIcon |
HippoIconStack.replaceInline(HippoIcon oldIcon,
CmsIcon newIcon) |
HippoIcon |
HippoIconStack.replaceInline(HippoIcon oldIcon,
CmsIcon newIcon,
HippoIconStack.Position position) |
Modifier and Type | Method and Description |
---|---|
static HippoIcon |
HippoIcon.inline(String id,
org.apache.wicket.model.IModel<CmsIcon> model)
Renders a hippo icon of size
IconSize.M as an inline SVG. |
Modifier and Type | Method and Description |
---|---|
static CmsIcon |
CmsIcon.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmsIcon[] |
CmsIcon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.