|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Icon | |
---|---|
org.apache.myfaces.trinidad.context | |
org.apache.myfaces.trinidad.skin |
Uses of Icon in org.apache.myfaces.trinidad.context |
---|
Methods in org.apache.myfaces.trinidad.context that return Icon | |
---|---|
abstract Icon |
RenderingContext.getIcon(String iconName)
Get the Icon attached to this RenderingContext, give the iconName. |
Uses of Icon in org.apache.myfaces.trinidad.skin |
---|
Methods in org.apache.myfaces.trinidad.skin that return Icon | |
---|---|
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. |
Methods in org.apache.myfaces.trinidad.skin with parameters of type Icon | |
---|---|
abstract void |
Skin.registerIcon(String iconName,
Icon icon)
Registers an Icon for the specified icon name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |