Class ReleaseSyncDataSourceConfigurationVisualAction

  • All Implemented Interfaces:
    Comparable<AbstractVisualAction>

    @Component
    public class ReleaseSyncDataSourceConfigurationVisualAction
    extends AbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>
    Visual wrapper of release Synchronization Data Source Configuration action.
    Author:
    Mauricio Ruiz <mauricio.ruiz@kuwaiba.org>
    • Constructor Detail

      • ReleaseSyncDataSourceConfigurationVisualAction

        public ReleaseSyncDataSourceConfigurationVisualAction()
    • 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.
      • getCommandClose

        public com.vaadin.flow.server.Command getCommandClose()
        refresh grid
        Returns:
        commandClose;Command; refresh action
      • setCommandClose

        public void setCommandClose​(com.vaadin.flow.server.Command commandClose)
        Parameters:
        commandClose - ;Command; refresh action