javax.faces.component.behavior
Class ClientBehaviorContext
java.lang.Object
javax.faces.component.behavior.ClientBehaviorContext
public abstract class ClientBehaviorContext
- extends Object
- Since:
- 2.0
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,
String eventName,
String sourceId,
Collection<ClientBehaviorContext.Parameter> parameters)
getComponent
public abstract UIComponent getComponent()
getEventName
public abstract String getEventName()
getFacesContext
public abstract FacesContext getFacesContext()
getParameters
public abstract Collection<ClientBehaviorContext.Parameter> getParameters()
getSourceId
public abstract String getSourceId()
Copyright © 2014 The Apache Software Foundation. All rights reserved.