Class ArtifactEditorDialog

    • Constructor Detail

      • ArtifactEditorDialog

        public ArtifactEditorDialog()
    • Method Detail

      • getVisualComponent

        public com.vaadin.flow.component.dialog.Dialog getVisualComponent​(ModuleActionParameterSet parameters)
        Description copied from class: AbstractVisualAction
        The visual component (a XXLayout, for example), to be embedded in a Dialog upon triggering the action.
        Specified by:
        getVisualComponent in class AbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>
        Parameters:
        parameters - The initial parameters necessary to build the visual component. Some or all these parameters might be later passed to the underlying AbstractAction.
        Returns:
        The visual component.
      • getAsXML

        public byte[] getAsXML​(com.vaadin.flow.component.orderedlayout.VerticalLayout layout)
        Get the current form as a byte array with the XML document.
        Parameters:
        layout - Contains the elements.
        Returns:
        The byte array with the form.