Interface IAddUICompProvider<UICOMP extends UIComp>

    • Field Detail

      • __panelEditor__

        static final PanelEditor[] __panelEditor__
        The Panel Editor instance in [0], do not use this instance, it is for internal use only.
    • Method Detail

      • getCreator

        IUICompCreator<UICOMP> getCreator()
        Retrieves the instance of the UI component creation interface.
      • setWizardPrompting

        default void setWizardPrompting​(PanelEditor panelEditor)
        Sets the component to enable wizard prompting.
      • isPromptWizardRequested

        default PanelEditor isPromptWizardRequested()
        Checks if this component wishes to perform a dialog with default settings prompting and VS component creation.
        Returns:
        The panel editor instance for prompting, or null for no prompting.
      • removeWizardPrompting

        default void removeWizardPrompting()
        Removes the wizard prompting.