Package | Description |
---|---|
org.apache.myfaces.trinidad.context | |
org.apache.myfaces.trinidad.skin |
Modifier and Type | Method and Description |
---|---|
abstract Icon |
RenderingContext.getIcon(String iconName)
Get the Icon attached to this RenderingContext, give the iconName.
|
Modifier and Type | Method and Description |
---|---|
abstract Icon |
Skin.getIcon(String iconName)
Our renderers call this to get the icon.
|
abstract Icon |
Skin.getIcon(String iconName,
boolean resolveIcon)
Returns an Icon object; can be a ReferenceIcon.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Skin.registerIcon(String iconName,
Icon icon)
Registers an Icon for the specified icon name.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.