javax.faces.component.behavior
Class ClientBehaviorContext
java.lang.Object
javax.faces.component.behavior.ClientBehaviorContext
public abstract class ClientBehaviorContext
- extends java.lang.Object
- Since:
- 2.0
- Version:
- $Revision: 696523 $ $Date: 2009-03-14 15:23:50 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientBehaviorContext
public ClientBehaviorContext()
createClientBehaviorContext
public static ClientBehaviorContext createClientBehaviorContext(FacesContext context,
UIComponent component,
java.lang.String eventName,
java.lang.String sourceId,
java.util.Collection<ClientBehaviorContext.Parameter> parameters)
getComponent
public abstract UIComponent getComponent()
getEventName
public abstract java.lang.String getEventName()
getFacesContext
public abstract FacesContext getFacesContext()
getParameters
public abstract java.util.Collection<ClientBehaviorContext.Parameter> getParameters()
getSourceId
public abstract java.lang.String getSourceId()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.