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, setPhaseId
getSourceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public BehaviorEvent(UIComponent component, Behavior behavior)
指定されたソースコンポーネントと behavior
から新しいイベントオブジェクトを構築します。
component
- このイベントのソース UIComponent
behavior
- このイベントを送信した Behavior
IllegalArgumentExceptionSE
- component
または behavior
が null
の場合 public BehaviorEvent(FacesContext facesContext, UIComponent component, Behavior behavior)
Faces コンテキスト、指定されたソースコンポーネントおよび動作から新しいイベントオブジェクトを構築します。
facesContext
- Faces コンテキスト。component
- このイベントのソース UIComponent
behavior
- このイベントを送信した Behavior
IllegalArgumentExceptionSE
- component
または behavior
が null
の場合 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.