ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.component.animation
Class BehaviorBase

java.lang.Object
  extended by javax.faces.component.behavior.BehaviorBase
      extended by javax.faces.component.behavior.ClientBehaviorBase
          extended by org.icefaces.ace.component.animation.BehaviorBase
All Implemented Interfaces:
javax.faces.component.behavior.Behavior, javax.faces.component.behavior.ClientBehavior, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder
Direct Known Subclasses:
AnimationBehavior

public class BehaviorBase
extends javax.faces.component.behavior.ClientBehaviorBase


Field Summary
protected  java.util.Map<java.lang.String,javax.el.ValueExpression> bindings
           
 
Constructor Summary
BehaviorBase()
           
 
Method Summary
static java.lang.Object restoreAttachedState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
           
static java.util.Map<java.lang.String,javax.el.ValueExpression> restoreBindingsState(javax.faces.context.FacesContext context, java.lang.Object state)
           
static java.lang.Object saveAttachedState(javax.faces.context.FacesContext context, java.lang.Object attachedObject)
           
 java.lang.Object saveBindingsState(javax.faces.context.FacesContext context)
           
 
Methods inherited from class javax.faces.component.behavior.ClientBehaviorBase
decode, getHints, getRenderer, getRendererType, getScript
 
Methods inherited from class javax.faces.component.behavior.BehaviorBase
addBehaviorListener, broadcast, clearInitialState, initialStateMarked, isTransient, markInitialState, removeBehaviorListener, restoreState, saveState, setTransient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.behavior.Behavior
broadcast
 

Field Detail

bindings

protected java.util.Map<java.lang.String,javax.el.ValueExpression> bindings
Constructor Detail

BehaviorBase

public BehaviorBase()
Method Detail

saveBindingsState

public java.lang.Object saveBindingsState(javax.faces.context.FacesContext context)

restoreBindingsState

public static java.util.Map<java.lang.String,javax.el.ValueExpression> restoreBindingsState(javax.faces.context.FacesContext context,
                                                                                            java.lang.Object state)

restoreAttachedState

public static java.lang.Object restoreAttachedState(javax.faces.context.FacesContext context,
                                                    java.lang.Object stateObj)
                                             throws java.lang.IllegalStateException
Throws:
java.lang.IllegalStateException

saveAttachedState

public static java.lang.Object saveAttachedState(javax.faces.context.FacesContext context,
                                                 java.lang.Object attachedObject)

ICEfaces ACE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.