Class PreRenderComponentEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      PreRenderComponentEvent​(UIComponent component)
      Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.
    • Constructor Detail

      • PreRenderComponentEvent

        public PreRenderComponentEvent​(UIComponent component)

        Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.

        Parameters:
        component - the UIComponent that is about to be rendered.