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
All Implemented Interfaces:
DocumentProviderSkin

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 $

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.renderkit.core.skin.BaseSkin
getTranslationSourceValueExpression
 
Methods inherited from class org.apache.myfaces.trinidadinternal.skin.SkinImpl
addSkinAddition, getCachedTranslatedValue, getIcon, getIcon, getProperty, getSkinAdditions, getStyleClassMap, getStyleSheetDocument, getStyleSheetDocumentId, getTranslatedString, getTranslatedValue, getVersion, isDirty, putTranslatedValueInLocaleCache, registerIcon, registerStyleSheet, setDirty, 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-2011 The Apache Software Foundation. All Rights Reserved.