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

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.PdaHtmlSkin
                      extended by org.apache.myfaces.trinidadinternal.renderkit.core.skin.SimplePdaSkin

public class SimplePdaSkin
extends PdaHtmlSkin

Skin implementation for simple pocket pc

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

Constructor Summary
SimplePdaSkin()
           
 
Method Summary
 java.lang.String getFamily()
          Returns the family for the PDA implementation of the Simple Skin: "simple.pda".
 java.lang.String getId()
          Returns the id for the PDA implementation of the Simple Skin: "simple.pda".
 java.lang.String getRenderKitId()
          Returns the renderKitId for the PDA implementation of the Simple Skin: "org.apache.myfaces.trinidad.pda".
 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

SimplePdaSkin

public SimplePdaSkin()
Method Detail

getStyleSheetName

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

Overrides:
getStyleSheetName in class BaseSkin

getId

public java.lang.String getId()
Returns the id for the PDA implementation of the Simple Skin: "simple.pda".

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 PDA implementation of the Simple Skin: "simple.pda".

Overrides:
getFamily in class SkinImpl

getRenderKitId

public java.lang.String getRenderKitId()
Returns the renderKitId for the PDA implementation of the Simple Skin: "org.apache.myfaces.trinidad.pda".

Overrides:
getRenderKitId in class SkinImpl


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