public class PostRenderViewEvent extends ComponentSystemEvent
このイベントのインスタンスが SystemEventListener.processEvent(javax.faces.event.SystemEvent) または ComponentSystemEventListener.processEvent(javax.faces.event.ComponentSystemEvent) に渡されると、リスナーの実装は、このイベントインスタンスの source が、レンダリングされたばかりの UIViewRoot インスタンスであると想定する場合があります。
sourceSE| コンストラクターと説明 |
|---|
PostRenderViewEvent(FacesContext facesContext, UIViewRoot root) 引数 |
PostRenderViewEvent(UIViewRoot root) 引数 |
getComponent, isAppropriateListener, processListenergetFacesContextgetSourceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic PostRenderViewEvent(UIViewRoot root)
引数 root がちょうどレンダリングされたことを示す新しい PostRenderViewEvent をインスタンス化します。
root - レンダリングされたばかりの UIViewRoot IllegalArgumentExceptionSE - 引数が null の場合。public PostRenderViewEvent(FacesContext facesContext, UIViewRoot root)
引数 root がちょうどレンダリングされたことを示す新しい PostRenderViewEvent をインスタンス化します。
facesContext - Faces コンテキスト。root - レンダリングされたばかりの UIViewRoot IllegalArgumentExceptionSE - 引数が null の場合。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.