BehaviorEvent is the event that can be generated from
component jakarta.faces.component.behavior.Behavior
.
Modifier and Type | Field and Description |
---|---|
private final Behavior | |
private static final long |
Access | Constructor and Description |
---|---|
public | BehaviorEvent(UIComponent
Source component, Behavior UIComponent for this eventBehavior that sent this event
Construct a new event object from the specified source component and |
public | BehaviorEvent(FacesContext
the Faces context. facesContext, UIComponent Source component, Behavior UIComponent for this eventBehavior that sent this eventConstruct a new event object from the Faces context, specified source component and behavior. |
Modifier and Type | Method and Description |
---|---|
public Behavior |
behavior | back to summary |
---|---|
private final Behavior behavior |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
BehaviorEvent | back to summary |
---|---|
public BehaviorEvent(UIComponent component, Behavior behavior)
Construct a new event object from the specified source component and
|
BehaviorEvent | back to summary |
---|---|
public BehaviorEvent(FacesContext facesContext, UIComponent component, Behavior behavior) Construct a new event object from the Faces context, specified source component and behavior.
|
getBehavior | back to summary |
---|---|
public Behavior getBehavior()
Return the source
|