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