Class UICreateEvent

  • All Implemented Interfaces:
    IMessageBox

    public class UICreateEvent
    extends UIBaseEvent<UIComp>
    The UI component Create Event. This event is fired when the panel or UI component has been virtualized and is ready.
    Author:
    Christopher Mindus
    • Constructor Detail

      • UICreateEvent

        public UICreateEvent​(UIComp source)
        Constructs the event for a component.
        Parameters:
        source - The source.
        Throws:
        java.lang.NullPointerException - If the source is null.