Package | Description |
---|---|
jakarta.faces.application | |
jakarta.faces.component.behavior | |
jakarta.faces.event |
Modifier and Type | Method and Description |
---|---|
Behavior |
ApplicationWrapper.createBehavior(String behaviorId)
The default behavior of this method is to call |
Behavior |
Application.createBehavior(String behaviorId)
Instantiate and return a new
Behavior instance of the class specified
by a previous call to addBehavior() for the specified behavior id. |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientBehavior
ClientBehavior is the base contract for |
Modifier and Type | Class and Description |
---|---|
class |
AjaxBehavior
An instance of this class is added as a
|
class |
BehaviorBase
BehaviorBase is a convenience base class that provides a default implementation of the
|
class |
ClientBehaviorBase
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all
methods defined by |
Modifier and Type | Method and Description |
---|---|
Behavior |
BehaviorEvent.getBehavior()
Return the source |
Constructor and Description |
---|
AjaxBehaviorEvent(FacesContext facesContext,
UIComponent component,
Behavior behavior)
Construct a new event object from the Faces context, specified source component and Ajax behavior. |
AjaxBehaviorEvent(UIComponent component,
Behavior behavior)
Construct a new event object from the specified source component and Ajax behavior. |
BehaviorEvent(FacesContext facesContext,
UIComponent component,
Behavior behavior)
Construct a new event object from the Faces context, specified source component and behavior. |
BehaviorEvent(UIComponent component,
Behavior behavior)
Construct a new event object from the specified source component and |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.