public final class BehaviorStack extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
BehaviorStack.BehaviorInfo |
Constructor and Description |
---|
BehaviorStack() |
Modifier and Type | Method and Description |
---|---|
void |
addBehaviors(javax.faces.context.FacesContext context,
javax.faces.component.behavior.ClientBehaviorHolder behaviorHolder) |
static BehaviorStack |
getBehaviorStack(javax.faces.context.FacesContext context,
boolean createIfNull) |
boolean |
isEmpty() |
BehaviorStack.BehaviorInfo |
popBehavior() |
void |
pushBehavior(javax.faces.context.FacesContext context,
javax.faces.component.behavior.ClientBehavior clientBehavior,
String behaviorId,
String eventName) |
public static BehaviorStack getBehaviorStack(javax.faces.context.FacesContext context, boolean createIfNull)
public boolean isEmpty()
public void addBehaviors(javax.faces.context.FacesContext context, javax.faces.component.behavior.ClientBehaviorHolder behaviorHolder)
public void pushBehavior(javax.faces.context.FacesContext context, javax.faces.component.behavior.ClientBehavior clientBehavior, String behaviorId, String eventName)
public BehaviorStack.BehaviorInfo popBehavior()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.