パッケージ jakarta.faces.event

クラス BehaviorEvent

実装されているすべてのインターフェース:
SerializableSE
既知の直属サブクラス
AjaxBehaviorEvent

public abstract class BehaviorEvent extends FacesEvent

BehaviorEvent は、コンポーネント Behavior から生成できるイベントです。

導入:
2.0
関連事項:
  • コンストラクターの詳細

    • BehaviorEvent

      public BehaviorEvent(UIComponent component, Behavior behavior)

      指定されたソースコンポーネントと behavior から新しいイベントオブジェクトを構築します。

      パラメーター:
      component - このイベントのソース UIComponent
      behavior - このイベントを送信した Behavior
      例外:
      IllegalArgumentExceptionSE - component または behavior が null の場合
      導入:
      2.0
    • BehaviorEvent

      public BehaviorEvent(FacesContext facesContext, UIComponent component, Behavior behavior)

      Faces コンテキスト、指定されたソースコンポーネントおよび動作から新しいイベントオブジェクトを構築します。

      パラメーター:
      facesContext - Faces コンテキスト。
      component - このイベントのソース UIComponent
      behavior - このイベントを送信した Behavior
      例外:
      IllegalArgumentExceptionSE - component または behavior が null の場合
      導入:
      2.3
  • メソッドの詳細

    • getBehavior

      public Behavior getBehavior()

      このイベントを送信したソース Behavior を返します。

      戻り値:
      Behavior
      導入:
      2.0