Uses of Interface
javax.faces.component.behavior.Behavior
-
Packages that use Behavior Package Description javax.faces.application javax.faces.component.behavior javax.faces.event -
-
Uses of Behavior in javax.faces.application
Methods in javax.faces.application that return Behavior Modifier and Type Method Description Behavior
Application. createBehavior(String behaviorId)
Behavior
ApplicationWrapper. createBehavior(String behaviorId)
-
Uses of Behavior in javax.faces.component.behavior
Subinterfaces of Behavior in javax.faces.component.behavior Modifier and Type Interface Description interface
ClientBehavior
Classes in javax.faces.component.behavior that implement Behavior Modifier and Type Class Description class
AjaxBehavior
class
BehaviorBase
class
ClientBehaviorBase
-
Uses of Behavior in javax.faces.event
Methods in javax.faces.event that return Behavior Modifier and Type Method Description Behavior
BehaviorEvent. getBehavior()
Constructors in javax.faces.event with parameters of type Behavior Constructor Description AjaxBehaviorEvent(UIComponent component, Behavior behavior)
AjaxBehaviorEvent(FacesContext facesContext, UIComponent uiComponent, Behavior behavior)
BehaviorEvent(UIComponent component, Behavior behavior)
BehaviorEvent(FacesContext facesContext, UIComponent uiComponent, Behavior behavior)
-