Class UpdateTaskVisualAction

  • All Implemented Interfaces:
    Comparable<AbstractVisualAction>

    @Component
    public class UpdateTaskVisualAction
    extends AbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>
    Visual wrapper of update a task action.
    Author:
    Mauricio Ruiz <mauricio.ruiz@kuwaiba.org>
    • Constructor Detail

      • UpdateTaskVisualAction

        public UpdateTaskVisualAction()
    • 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.
      • getUpdateTask

        public com.vaadin.flow.server.Command getUpdateTask()
      • setUpdateTask

        public void setUpdateTask​(com.vaadin.flow.server.Command updateTask)