Modifier and Type | Method and 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,
Icon icon,
IconSize size)
Renders a hippo icon 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.
|
static org.apache.wicket.request.resource.ResourceReference |
BrowserStyle.getIcon(String name,
IconSize size)
Deprecated.
use an
Icon value instead. |
static org.apache.wicket.request.resource.ResourceReference |
BrowserStyle.getIconOrNull(String name,
IconSize size) |
Constructor and Description |
---|
HippoIconStack(String id,
IconSize stackSize) |
Modifier and Type | Field and Description |
---|---|
static IconSize |
IconRenderUtil.DEFAULT_SIZE |
Modifier and Type | Method and Description |
---|---|
static HippoIcon |
IconRenderUtil.getDocumentOrFolderIcon(String id,
javax.jcr.Node node,
IconSize size) |
static HippoIcon |
IconRenderUtil.getIconForNodeType(String id,
javax.jcr.nodetype.NodeType type,
Icon defaultIcon,
IconSize size) |
Constructor and Description |
---|
IconRenderer(IconSize size) |
SpriteIconRenderer(Icon icon,
IconSize size) |
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.request.resource.ResourceReference |
Perspective.getIcon(IconSize size) |
protected String |
Perspective.toImageName(String camelCaseString,
IconSize size,
String extension) |
Modifier and Type | Method and Description |
---|---|
IconSize |
TabbedPanel.getIconType() |
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.request.resource.ResourceReference |
TabsPlugin.Tab.getIcon(IconSize size)
Deprecated.
|
org.apache.wicket.Component |
TabsPlugin.Tab.getIcon(String id,
IconSize size) |
void |
TabbedPanel.setIconType(IconSize iconType) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.request.resource.ResourceReference |
ITitleDecorator.getIcon(IconSize type)
Retrieve an icon to represent the decorated object.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
abstract org.apache.wicket.request.resource.ResourceReference |
ILocaleProvider.HippoLocale.getIcon(IconSize size,
ILocaleProvider.LocaleState type) |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.