Class DeleteSynchronizationGroupVisualAction
- java.lang.Object
-
- org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>
-
- org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteSynchronizationGroupVisualAction
-
- All Implemented Interfaces:
Comparable<AbstractVisualAction>
@Component public class DeleteSynchronizationGroupVisualAction extends AbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>
Visual wrapper of delete Synchronization Group action.- Author:
- Mauricio Ruiz <mauricio.ruiz@kuwaiba.org>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
AbstractVisualAction.VisualActionType
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_RELEASE_GROUPParameter, group to be delete.-
Fields inherited from class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
childrenActions, formatOptions, icon, listeners, moduleId, type
-
-
Constructor Summary
Constructors Constructor Description DeleteSynchronizationGroupVisualAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.server.CommandgetCommandClose()refresh gridAbstractActiongetModuleAction()The underlying action wrapped by this visual object.com.vaadin.flow.component.dialog.DialoggetVisualComponent(ModuleActionParameterSet parameters)The visual component (a XXLayout, for example), to be embedded in a Dialog upon triggering the action.voidsetCommandClose(com.vaadin.flow.server.Command commandClose)-
Methods inherited from class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
clearListeners, compareTo, fireActionCompletedEvent, getChildrenActions, getFormatOptions, getIcon, getModuleId, registerActionCompletedLister, setChildrenActions, setFormatOptions, setIcon, setModuleId, unregisterListener
-
-
-
-
Field Detail
-
PARAM_RELEASE_GROUP
public static String PARAM_RELEASE_GROUP
Parameter, group to be delete.
-
-
Method Detail
-
getVisualComponent
public com.vaadin.flow.component.dialog.Dialog getVisualComponent(ModuleActionParameterSet parameters)
Description copied from class:AbstractVisualActionThe visual component (a XXLayout, for example), to be embedded in a Dialog upon triggering the action.- Specified by:
getVisualComponentin classAbstractVisualAction<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 underlyingAbstractAction.- Returns:
- The visual component.
-
getModuleAction
public AbstractAction getModuleAction()
Description copied from class:AbstractVisualActionThe underlying action wrapped by this visual object.- Specified by:
getModuleActionin classAbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>- Returns:
- The action.
-
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
-
-