Uses of Class
org.hippoecm.frontend.skin.Icon
-
-
Uses of Icon in org.hippoecm.frontend.plugins.standards.icon
Methods in org.hippoecm.frontend.plugins.standards.icon with parameters of type Icon Modifier and Type Method Description HippoIcon
HippoIconStack. addFromSprite(Icon icon)
HippoIcon
HippoIconStack. addFromSprite(Icon icon, IconSize size)
HippoIcon
HippoIconStack. addFromSprite(Icon icon, IconSize size, HippoIconStack.Position position)
static HippoIcon
HippoIcon. fromSprite(String id, Icon icon)
Renders a hippo icon of sizeIconSize.M
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.HippoIcon
HippoIconStack. replaceFromSprite(HippoIcon oldIcon, Icon newIcon)
HippoIcon
HippoIconStack. replaceFromSprite(HippoIcon oldIcon, Icon newIcon, HippoIconStack.Position position)
Method parameters in org.hippoecm.frontend.plugins.standards.icon with type arguments of type Icon Modifier and Type Method Description static HippoIcon
HippoIcon. fromSprite(String id, org.apache.wicket.model.IModel<Icon> model)
Renders a hippo icon of sizeIconSize.M
via a reference to the icon sprite.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. -
Uses of Icon in org.hippoecm.frontend.plugins.standards.list.resolvers
Methods in org.hippoecm.frontend.plugins.standards.list.resolvers that return Icon Modifier and Type Method Description Icon[]
StateIconAttributes. getIcons()
Methods in org.hippoecm.frontend.plugins.standards.list.resolvers with parameters of type Icon Modifier and Type Method Description 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 Icon Constructor Description SpriteIconRenderer(Icon icon, IconSize size)
-
Uses of Icon in org.hippoecm.frontend.plugins.standards.tree.icon
Methods in org.hippoecm.frontend.plugins.standards.tree.icon that return Icon Modifier and Type Method Description Icon
IconResourceReference. getIcon()
Constructors in org.hippoecm.frontend.plugins.standards.tree.icon with parameters of type Icon Constructor Description IconResourceReference(Icon icon)
-
Uses of Icon in org.hippoecm.frontend.plugins.yui.datetime
Methods in org.hippoecm.frontend.plugins.yui.datetime that return Icon Modifier and Type Method Description protected Icon
YuiDatePicker. getIcon()
Gets theIcon
for the popup button. -
Uses of Icon in org.hippoecm.frontend.skin
Methods in org.hippoecm.frontend.skin that return Icon Modifier and Type Method Description static Icon
Icon. valueOf(String name)
Returns the enum constant of this type with the specified name.static Icon[]
Icon. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-