org.ajax4jsf.renderkit
Class HandlersChain

java.lang.Object
  extended by org.ajax4jsf.renderkit.HandlersChain

public final class HandlersChain
extends java.lang.Object

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
HandlersChain(javax.faces.component.UIComponent component)
           
HandlersChain(javax.faces.component.UIComponent component, boolean includeClientId)
           
HandlersChain(javax.faces.component.UIComponent component, java.util.Collection<javax.faces.component.behavior.ClientBehaviorContext.Parameter> parameters)
           
HandlersChain(javax.faces.component.UIComponent component, java.util.Collection<javax.faces.component.behavior.ClientBehaviorContext.Parameter> parameters, boolean includeClientId)
           
 
Method Summary
 void addBehaviors(javax.faces.context.FacesContext context, java.lang.String domEventName)
           
 void addBehaviors(javax.faces.context.FacesContext context, java.lang.String domEventName, java.lang.String logicalEventName)
           
 void addInlineHandlerAsValue(javax.faces.context.FacesContext context, java.lang.String handlerValue)
           
 void addInlineHandlerFromAttribute(javax.faces.context.FacesContext context, java.lang.String attributeName)
           
static java.util.List<javax.faces.component.behavior.ClientBehaviorContext.Parameter> createParametersList(java.util.Map<java.lang.String,java.lang.Object> parametersMap)
           
 boolean hasSubmittingBehavior()
           
 java.lang.String toScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlersChain

public HandlersChain(javax.faces.component.UIComponent component)

HandlersChain

public HandlersChain(javax.faces.component.UIComponent component,
                     boolean includeClientId)

HandlersChain

public HandlersChain(javax.faces.component.UIComponent component,
                     java.util.Collection<javax.faces.component.behavior.ClientBehaviorContext.Parameter> parameters)

HandlersChain

public HandlersChain(javax.faces.component.UIComponent component,
                     java.util.Collection<javax.faces.component.behavior.ClientBehaviorContext.Parameter> parameters,
                     boolean includeClientId)
Method Detail

hasSubmittingBehavior

public boolean hasSubmittingBehavior()

addInlineHandlerAsValue

public void addInlineHandlerAsValue(javax.faces.context.FacesContext context,
                                    java.lang.String handlerValue)

addInlineHandlerFromAttribute

public void addInlineHandlerFromAttribute(javax.faces.context.FacesContext context,
                                          java.lang.String attributeName)

addBehaviors

public void addBehaviors(javax.faces.context.FacesContext context,
                         java.lang.String domEventName)

addBehaviors

public void addBehaviors(javax.faces.context.FacesContext context,
                         java.lang.String domEventName,
                         java.lang.String logicalEventName)

toScript

public java.lang.String toScript()

createParametersList

public static java.util.List<javax.faces.component.behavior.ClientBehaviorContext.Parameter> createParametersList(java.util.Map<java.lang.String,java.lang.Object> parametersMap)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.