public abstract class BehaviorEvent extends FacesEvent
BehaviorEvent は、コンポーネント Behavior から生成できるイベントです。
sourceSE| コンストラクターと説明 |
|---|
BehaviorEvent(FacesContext facesContext, UIComponent component, Behavior behavior)Faces コンテキスト、指定されたソースコンポーネントおよび動作から新しいイベントオブジェクトを構築します。 |
BehaviorEvent(UIComponent component, Behavior behavior) 指定されたソースコンポーネントと |
| 修飾子と型 | メソッドと説明 |
|---|---|
Behavior | getBehavior() このイベントを送信したソース |
getComponent, getFacesContext, getPhaseId, isAppropriateListener, processListener, queue, setPhaseIdgetSourceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic BehaviorEvent(UIComponent component, Behavior behavior)
指定されたソースコンポーネントと behavior から新しいイベントオブジェクトを構築します。
component - このイベントのソース UIComponentbehavior - このイベントを送信した BehaviorIllegalArgumentExceptionSE - component または behavior が null の場合 public BehaviorEvent(FacesContext facesContext, UIComponent component, Behavior behavior)
Faces コンテキスト、指定されたソースコンポーネントおよび動作から新しいイベントオブジェクトを構築します。
facesContext - Faces コンテキスト。component - このイベントのソース UIComponentbehavior - このイベントを送信した BehaviorIllegalArgumentExceptionSE - component または behavior が null の場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.