|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.icesoft.faces.context.effects.CurrentStyle
public class CurrentStyle
Effects can change a components style. This class keeps track of these changes
Field Summary | |
---|---|
static java.lang.String |
CSS_UPDATE_FIELD
Name of field used to send CSS Updated |
Constructor Summary | |
---|---|
CurrentStyle(java.lang.String cssString)
|
Method Summary | |
---|---|
static void |
apply(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
Apply CSS changes to the rendered componenent |
static void |
apply(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element targetElement,
java.lang.String style)
|
static void |
apply(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
org.w3c.dom.Element targetElement,
java.lang.String style,
javax.faces.context.ResponseWriter writer)
Apply css changes to rendered component |
static void |
apply(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
javax.faces.context.ResponseWriter writer)
|
static java.util.Map |
decode(javax.faces.context.FacesContext facesContext)
Parse cssUpdates from browser. |
static void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
Parse CSS updates for a componenet |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCssString()
|
java.lang.String |
getLastCssString()
|
void |
setLastCssString(java.lang.String lastCssString)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CSS_UPDATE_FIELD
Constructor Detail |
---|
public CurrentStyle(java.lang.String cssString)
cssString
- Method Detail |
---|
public java.lang.String getCssString()
public java.lang.String getLastCssString()
public void setLastCssString(java.lang.String lastCssString)
public static void apply(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
facesContext
- uiComponent
- public static void apply(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, org.w3c.dom.Element targetElement, java.lang.String style)
public static void apply(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, javax.faces.context.ResponseWriter writer)
public static void apply(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, org.w3c.dom.Element targetElement, java.lang.String style, javax.faces.context.ResponseWriter writer)
facesContext
- uiComponent
- targetElement
- style
- public static java.util.Map decode(javax.faces.context.FacesContext facesContext)
public static void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
facesContext
- uiComponent
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |