|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.laf.base.LafIconProvider
org.apache.myfaces.trinidadinternal.ui.laf.base.InstallLafIconProvider
@Deprecated public class InstallLafIconProvider
Abstracts out the retrieval of icons
| Constructor Summary | |
|---|---|
InstallLafIconProvider(InstallLafIconProvider iconProvider)
Deprecated. |
|
InstallLafIconProvider(InstallLafIconProvider iconProvider,
java.lang.Object[] iconInfo)
Deprecated. |
|
InstallLafIconProvider(java.lang.Object[] iconInfo)
Deprecated. |
|
| Method Summary | |
|---|---|
protected Icon |
getIcon(IconKey iconKey)
Deprecated. Returns the icon, given its key. |
java.lang.String |
getIconURI(UIXRenderingContext context,
IconKey iconKey)
Deprecated. Returns the URI to the icon indentified by the icon key |
| Methods inherited from class org.apache.myfaces.trinidadinternal.ui.laf.base.LafIconProvider |
|---|
getCacheImageURI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstallLafIconProvider(java.lang.Object[] iconInfo)
iconInfo - array containing Icons and their corresponding IconKeys.
Array should contain icon1key,icon1, icon2key, icon2, etc.Icon,
IconKey
public InstallLafIconProvider(InstallLafIconProvider iconProvider,
java.lang.Object[] iconInfo)
iconProvider - another IconArrayLafIconProvider, the contents
of which is copied.iconInfo - array containing Icons and their corresponding IconKeys.
These take precedence over icons copied from the iconProvider parameter.
Array should contain icon1key,icon1, icon2key, icon2, etc.Icon,
IconKeypublic InstallLafIconProvider(InstallLafIconProvider iconProvider)
iconProvider - another IconArrayLafIconProvider, the contents
of which is copied.| Method Detail |
|---|
public java.lang.String getIconURI(UIXRenderingContext context,
IconKey iconKey)
getIconURI in class LafIconProviderprotected Icon getIcon(IconKey iconKey)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||