Uses of Class
org.hippoecm.frontend.skin.CmsIcon
-
Packages that use CmsIcon Package Description org.hippoecm.frontend.plugins.standards.icon org.hippoecm.frontend.skin -
-
Uses of CmsIcon in org.hippoecm.frontend.plugins.standards.icon
Methods in org.hippoecm.frontend.plugins.standards.icon with parameters of type CmsIcon Modifier and Type Method 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 sizeIconSize.M
as an inline SVG.HippoIcon
HippoIconStack. replaceInline(HippoIcon oldIcon, CmsIcon newIcon)
HippoIcon
HippoIconStack. replaceInline(HippoIcon oldIcon, CmsIcon newIcon, HippoIconStack.Position position)
Method parameters in org.hippoecm.frontend.plugins.standards.icon with type arguments of type CmsIcon Modifier and Type Method Description static HippoIcon
HippoIcon. inline(String id, org.apache.wicket.model.IModel<CmsIcon> model)
Renders a hippo icon of sizeIconSize.M
as an inline SVG. -
Uses of CmsIcon in org.hippoecm.frontend.skin
Methods in org.hippoecm.frontend.skin that return CmsIcon Modifier and Type Method 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.
-