org.richfaces.skin
Class SkinBean

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.richfaces.skin.SkinBean
All Implemented Interfaces:
java.util.Map, org.richfaces.skin.Skin

public class SkinBean
extends java.util.AbstractMap
implements org.richfaces.skin.Skin

Version:
$Revision: 1.1.2.1 $ $Date: 2007/01/09 18:59:40 $
Author:
shura (latest modification by $Author: alexsmirnov $)

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.richfaces.skin.Skin
org.richfaces.skin.Skin.Preferable
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from interface org.richfaces.skin.Skin
activetabStyleFont, activetabWeightFont, additionalBackgroundColor, baseSkin, buttonFamilyFont, buttonRadiusCorner, buttonSizeFont, buttonStyleFont, buttonWeightFont, controlBackgroundColor, controlBorderColor, disabledTabStyleFont, disabledTabWeightFont, extendedStyleSheet, generalBackgroundColor, generalLinkColor, generalSizeFont, generalStyleSheet, generalTextColor, gradientType, headerBackgroundColor, headerFamilyFont, headerGradientColor, headerSizeFont, headTextColor, interfaceLevel3D, loadStyleSheets, overAllBackground, panelRadiusCorner, panelTextColor, preferableTabPosition, preferableTabTextDirection, preferableTabTextOrientation, selectBackgroundColor, selectControlColor, shadowBackgroundColor, shadowOpacity, tabFamilyFont, tableBackgroundColor, tableBorderColor, tabRadiusCorner, tabSizeFont, tabStyleFont, tabWeightFont
 
Constructor Summary
SkinBean()
           
 
Method Summary
 boolean containsKey(java.lang.Object key)
           
 boolean containsProperty(java.lang.String name)
           
 java.util.Set entrySet()
           
 java.lang.Object get(java.lang.Object key)
           
 java.lang.Object getParameter(javax.faces.context.FacesContext context, java.lang.String name)
           
 java.lang.Object getParameter(javax.faces.context.FacesContext context, java.lang.String name, java.lang.Object defaultValue)
           
 java.lang.String getRenderKitId(javax.faces.context.FacesContext context)
           
 int hashCode(javax.faces.context.FacesContext context)
           
 boolean isEmpty()
           
static java.lang.Object skinHashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkinBean

public SkinBean()
Method Detail

hashCode

public int hashCode(javax.faces.context.FacesContext context)
Specified by:
hashCode in interface org.richfaces.skin.Skin

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap

containsKey

public boolean containsKey(java.lang.Object key)
Specified by:
containsKey in interface java.util.Map
Overrides:
containsKey in class java.util.AbstractMap

get

public java.lang.Object get(java.lang.Object key)
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.AbstractMap

toString

public java.lang.String toString()
Overrides:
toString in class java.util.AbstractMap

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Map
Overrides:
isEmpty in class java.util.AbstractMap

getRenderKitId

public java.lang.String getRenderKitId(javax.faces.context.FacesContext context)
Specified by:
getRenderKitId in interface org.richfaces.skin.Skin

getParameter

public java.lang.Object getParameter(javax.faces.context.FacesContext context,
                                     java.lang.String name)
Specified by:
getParameter in interface org.richfaces.skin.Skin

getParameter

public java.lang.Object getParameter(javax.faces.context.FacesContext context,
                                     java.lang.String name,
                                     java.lang.Object defaultValue)
Specified by:
getParameter in interface org.richfaces.skin.Skin

containsProperty

public boolean containsProperty(java.lang.String name)
Specified by:
containsProperty in interface org.richfaces.skin.Skin

skinHashCode

public static java.lang.Object skinHashCode()


Copyright © 2009. All Rights Reserved.