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

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
Direct Known Subclasses:
SimpleDesktopSkin, SimplePortletSkin

public class BaseDesktopSkin
extends XhtmlSkin

Skin implementation for HTML browsers

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

Constructor Summary
BaseDesktopSkin()
          Constructs a BaseDesktopSkin instance
 
Method Summary
 java.lang.String getFamily()
          Returns the family for the Base Look And Feel: "base".
 java.lang.String getId()
          Returns the id for the desktop implementation of the Base Look And Feel: "base.desktop".
 java.lang.String getRenderKitId()
          Returns the renderKitId for the BaseDesktopSkin: "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

BaseDesktopSkin

public BaseDesktopSkin()
Constructs a BaseDesktopSkin instance

Method Detail

getId

public java.lang.String getId()
Returns the id for the desktop implementation of the Base Look And Feel: "base.desktop".

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

getFamily

public java.lang.String getFamily()
Returns the family for the Base Look And Feel: "base".

Overrides:
getFamily in class SkinImpl

getRenderKitId

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

Overrides:
getRenderKitId in class SkinImpl

getStyleSheetName

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

Overrides:
getStyleSheetName in class BaseSkin


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