Modifier and Type | Method and 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 size
IconSize.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) |
Modifier and Type | Method and Description |
---|---|
static HippoIcon |
HippoIcon.fromSprite(String id,
org.apache.wicket.model.IModel<Icon> model)
Renders a hippo icon of size
IconSize.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.
|
Modifier and Type | Method and Description |
---|---|
Icon[] |
StateIconAttributes.getIcons() |
Modifier and Type | Method and Description |
---|---|
static HippoIcon |
IconRenderUtil.getIconForNodeType(String id,
javax.jcr.nodetype.NodeType type,
Icon defaultIcon,
IconSize size) |
Constructor and Description |
---|
SpriteIconRenderer(Icon icon,
IconSize size) |
Modifier and Type | Method and Description |
---|---|
Icon |
IconResourceReference.getIcon() |
Constructor and Description |
---|
IconResourceReference(Icon icon) |
Modifier and Type | Method and Description |
---|---|
protected Icon |
YuiDatePicker.getIcon()
Gets the
Icon for the popup button. |
Modifier and Type | Method and 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.
|
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.