Class WindowMidSpanAccess
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.dialog.GeneratedVaadinDialog<com.vaadin.flow.component.dialog.Dialog>
-
- com.vaadin.flow.component.dialog.Dialog
-
- com.vaadin.componentfactory.EnhancedDialog
-
- org.neotropic.util.visual.dialog.ConfirmDialog
-
- com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.WindowMidSpanAccess
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier
,com.vaadin.flow.component.DetachNotifier
,com.vaadin.flow.component.HasComponents
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,com.vaadin.flow.component.HasSize
,Serializable
,ActionCompletedListener
public class WindowMidSpanAccess extends ConfirmDialog implements ActionCompletedListener
Window to manage mid-span access and splice of links- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.flow.component.dialog.Dialog
com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent, com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
-
Nested classes/interfaces inherited from class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent<R extends com.vaadin.flow.component.dialog.GeneratedVaadinDialog<R>>
-
Nested classes/interfaces inherited from interface org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionCompletedListener
ActionCompletedListener.ActionCompletedEvent
-
-
Constructor Summary
Constructors Constructor Description WindowMidSpanAccess(BusinessObjectLight node, List<BusinessObjectLight> nodes, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts, NewBusinessObjectVisualAction newBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction, ManagePortMirroringVisualAction managePortMirroringVisualAction, PhysicalConnectionsService physicalConnectionsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionCompleted(ActionCompletedListener.ActionCompletedEvent event)
Notifies that a module action has been completed.void
close()
void
open()
void
selectButtons()
-
Methods inherited from class org.neotropic.util.visual.dialog.ConfirmDialog
getBtnConfirm, setContentSizeFull, setHeader
-
Methods inherited from class com.vaadin.componentfactory.EnhancedDialog
add, addComponentAtIndex, addThemeVariants, addToFooter, addToHeader, remove, removeAll, setContent, setFooter, setHeader, setThemeVariants
-
Methods inherited from class com.vaadin.flow.component.dialog.Dialog
addAttachListener, addDetachListener, addDialogCloseActionListener, addOpenedChangeListener, addResizeListener, getChildren, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, isCloseOnEsc, isCloseOnOutsideClick, isDraggable, isModal, isOpened, isResizable, setCloseOnEsc, setCloseOnOutsideClick, setDraggable, setHeight, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setModal, setOpened, setResizable, setWidth
-
Methods inherited from class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
getAriaLabelString, isOpenedBoolean, setAriaLabel
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
-
-
-
Constructor Detail
-
WindowMidSpanAccess
public WindowMidSpanAccess(BusinessObjectLight node, List<BusinessObjectLight> nodes, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts, NewBusinessObjectVisualAction newBusinessObjectVisualAction, NewBusinessObjectFromTemplateVisualAction newBusinessObjectFromTemplateVisualAction, NewMultipleBusinessObjectsVisualAction newMultipleBusinessObjectsVisualAction, ManagePortMirroringVisualAction managePortMirroringVisualAction, PhysicalConnectionsService physicalConnectionsService)
-
-
Method Detail
-
open
public void open()
- Overrides:
open
in classcom.vaadin.flow.component.dialog.Dialog
-
close
public void close()
- Overrides:
close
in classcom.vaadin.flow.component.dialog.Dialog
-
selectButtons
public void selectButtons()
-
actionCompleted
public void actionCompleted(ActionCompletedListener.ActionCompletedEvent event)
Description copied from interface:ActionCompletedListener
Notifies that a module action has been completed.- Specified by:
actionCompleted
in interfaceActionCompletedListener
-
-