Interface ModelEditorConfigurer.IHeader

  • Enclosing class:
    ModelEditorConfigurer

    public static interface ModelEditorConfigurer.IHeader
    Defines the interface for a header component created by a configurer.
    Author:
    Holger Eichelberger
    • Method Detail

      • revalidateComponents

        void revalidateComponents​(boolean hasErrors)
        Called to revalidate the UI components.
        Parameters:
        hasErrors - whether the actual (model) editor this header is attached to has errors
      • close

        void close()
        Closes the header component.