Class CopyContractToPoolVisualAction

  • All Implemented Interfaces:
    Comparable<AbstractVisualAction>

    @Component
    public class CopyContractToPoolVisualAction
    extends AbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>
    Visual wrapper of copy contract to pool action.
    Author:
    Mauricio Ruiz Beltrán <mauricio.ruiz@kuwaiba.org>
    • Field Detail

      • PARAM_POOL

        public static String PARAM_POOL
        Parameter pool.
      • PARAM_CONTRACT

        public static String PARAM_CONTRACT
        Parameter contract.
      • PARAM_COMMAND

        public static String PARAM_COMMAND
        Parameter command.
    • Constructor Detail

      • CopyContractToPoolVisualAction

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