Class TaskNotificationDialog
- java.lang.Object
 - 
- org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>
 - 
- org.neotropic.kuwaiba.modules.optional.taskman.components.TaskNotificationDialog
 
 
 
- 
- All Implemented Interfaces:
 Comparable<AbstractVisualAction>
@CssImport("./css/poolConfigurationDialog.css") @Component public class TaskNotificationDialog extends AbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>Visual wrapper of show a task notification.- Author:
 - Mauricio Ruiz Beltrán <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 inherited from class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractVisualAction
childrenActions, formatOptions, icon, listeners, moduleId, type 
 - 
 
- 
Constructor Summary
Constructors Constructor Description TaskNotificationDialog() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractActiongetModuleAction()The underlying action wrapped by this visual object.com.vaadin.flow.component.dialog.DialoggetVisualComponent(ModuleActionParameterSet parameters)Creates and returns the visual component (Dialog) to display task results or error message.- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getVisualComponent
public com.vaadin.flow.component.dialog.Dialog getVisualComponent(ModuleActionParameterSet parameters)
Creates and returns the visual component (Dialog) to display task results or error message.- Specified by:
 getVisualComponentin classAbstractVisualAction<com.vaadin.flow.component.dialog.Dialog>- Parameters:
 parameters- ModuleActionParameterSet containing the task information.- Returns:
 - Dialog The dialog containing the task result or error message.
 
 
- 
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.
 
 
 - 
 
 -