org.apache.myfaces.trinidadinternal.renderkit.core.skin
Class SimpleDesktopSkin

java.lang.Object
  extended by org.apache.myfaces.trinidad.skin.Skin
      extended by org.apache.myfaces.trinidadinternal.skin.SkinImpl
          extended by org.apache.myfaces.trinidadinternal.renderkit.core.skin.BaseSkin
              extended by org.apache.myfaces.trinidadinternal.renderkit.core.skin.XhtmlSkin
                  extended by org.apache.myfaces.trinidadinternal.renderkit.core.skin.BaseDesktopSkin
                      extended by org.apache.myfaces.trinidadinternal.renderkit.core.skin.SimpleDesktopSkin

public class SimpleDesktopSkin
extends BaseDesktopSkin

Skin implementation for simple desktop

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/renderkit/core/skin/SimpleDesktopSkin.java#0 $) $Date: 10-nov-2005.19:02:55 $
Author:
The Oracle ADF Faces Team

Constructor Summary
SimpleDesktopSkin()
          Constructs a SimpleDesktopSkin instance
 
Method Summary
 java.lang.String getFamily()
          Returns the family for the Simple Skin: "simple".
 java.lang.String getId()
          Returns the id of this simple desktop Skin "simple.desktop".
 java.lang.String getRenderKitId()
          Returns the renderKitId for the SimpleDesktopSkin: "org.apache.myfaces.trinidad.desktop".
 java.lang.String getStyleSheetName()
          Returns the name of the XSS style sheet for this Skin.
 
Methods inherited from class org.apache.myfaces.trinidadinternal.renderkit.core.skin.XhtmlSkin
getBundleName
 
Methods inherited from class org.apache.myfaces.trinidadinternal.skin.SkinImpl
getIcon, getIcon, getProperty, getStyleClassMap, getStyleSheetDocument, getTranslatedString, getTranslatedValue, registerIcon, registerStyleSheet, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDesktopSkin

public SimpleDesktopSkin()
Constructs a SimpleDesktopSkin instance

Method Detail

getStyleSheetName

public java.lang.String getStyleSheetName()
Returns the name of the XSS style sheet for this Skin.

Overrides:
getStyleSheetName in class BaseDesktopSkin

getId

public java.lang.String getId()
Returns the id of this simple desktop Skin "simple.desktop".

Overrides:
getId in class BaseDesktopSkin
See Also:
org.apache.myfaces.trinidadinternal.skin.SkinFactory#getSkin

getFamily

public java.lang.String getFamily()
Returns the family for the Simple Skin: "simple".

Overrides:
getFamily in class BaseDesktopSkin

getRenderKitId

public java.lang.String getRenderKitId()
Returns the renderKitId for the SimpleDesktopSkin: "org.apache.myfaces.trinidad.desktop".

Overrides:
getRenderKitId in class BaseDesktopSkin


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.