public class AttachedBehaviors extends Object implements Serializable
This class holds collection of BehaviorHandler
instances, attached to the composite component.
Descendant components from that composite uses that collection to substitute actual instance
Modifier and Type | Field and Description |
---|---|
static String |
COMPOSITE_BEHAVIORS_KEY |
Constructor and Description |
---|
AttachedBehaviors() |
Modifier and Type | Method and Description |
---|---|
void |
add(String eventName,
javax.faces.view.facelets.TagHandler owner) |
javax.faces.view.facelets.TagHandler |
get(String value) |
static AttachedBehaviors |
getAttachedBehaviorsHandler(javax.faces.component.UIComponent component) |
public static final String COMPOSITE_BEHAVIORS_KEY
public void add(String eventName, javax.faces.view.facelets.TagHandler owner)
public javax.faces.view.facelets.TagHandler get(String value)
public static AttachedBehaviors getAttachedBehaviorsHandler(javax.faces.component.UIComponent component)
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.