org.richfaces.skin
Class AbstractChainableSkinImpl
java.lang.Object
org.richfaces.skin.BasicSkinImpl
org.richfaces.skin.AbstractChainableSkinImpl
- All Implemented Interfaces:
- Skin
- Direct Known Subclasses:
- BaseSkinImpl, DefaultSkinImpl, SkinImpl
public abstract class AbstractChainableSkinImpl
- extends BasicSkinImpl
- Since:
- 3.2
- Author:
- nick belaevski
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 |
Method Summary |
protected int |
computeHashCode(javax.faces.context.FacesContext context)
|
protected boolean |
containsProperty(javax.faces.context.FacesContext context,
java.lang.String name,
int[] singleInt)
|
boolean |
containsProperty(java.lang.String name)
|
protected java.lang.Object |
executeOperation(javax.faces.context.FacesContext context,
org.richfaces.skin.AbstractChainableSkinImpl.Operation operation,
java.lang.String name,
int[] singleInt)
|
protected abstract Skin |
getBaseSkin(javax.faces.context.FacesContext context)
|
protected boolean |
localContainsProperty(javax.faces.context.FacesContext context,
java.lang.String name)
|
protected java.lang.Object |
localResolveSkinParameter(javax.faces.context.FacesContext context,
java.lang.String name)
|
protected java.lang.Object |
resolveSkinParameter(javax.faces.context.FacesContext context,
java.lang.String name)
|
protected java.lang.Object |
resolveSkinParameter(javax.faces.context.FacesContext context,
java.lang.String name,
int[] singleInt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getBaseSkin
protected abstract Skin getBaseSkin(javax.faces.context.FacesContext context)
localResolveSkinParameter
protected java.lang.Object localResolveSkinParameter(javax.faces.context.FacesContext context,
java.lang.String name)
localContainsProperty
protected boolean localContainsProperty(javax.faces.context.FacesContext context,
java.lang.String name)
executeOperation
protected java.lang.Object executeOperation(javax.faces.context.FacesContext context,
org.richfaces.skin.AbstractChainableSkinImpl.Operation operation,
java.lang.String name,
int[] singleInt)
resolveSkinParameter
protected java.lang.Object resolveSkinParameter(javax.faces.context.FacesContext context,
java.lang.String name,
int[] singleInt)
containsProperty
protected boolean containsProperty(javax.faces.context.FacesContext context,
java.lang.String name,
int[] singleInt)
resolveSkinParameter
protected java.lang.Object resolveSkinParameter(javax.faces.context.FacesContext context,
java.lang.String name)
- Specified by:
resolveSkinParameter
in class BasicSkinImpl
containsProperty
public boolean containsProperty(java.lang.String name)
computeHashCode
protected int computeHashCode(javax.faces.context.FacesContext context)
- Overrides:
computeHashCode
in class BasicSkinImpl
Copyright © 2010. All Rights Reserved.