Class WiretapManagementDialog
- 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
-
- org.ikasan.dashboard.ui.visualisation.component.WiretapManagementDialog
-
- 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,java.io.Serializable
public class WiretapManagementDialog extends com.vaadin.flow.component.dialog.Dialog- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWiretapManagementDialog(org.ikasan.spec.module.client.TriggerService triggerRestService, Module module, Flow flow, java.util.List<org.ikasan.spec.metadata.DecoratorMetaData> decoratorMetaDataList, AbstractWiretapNode abstractWiretapNode, org.ikasan.vaadin.visjs.network.NetworkDiagram networkDiagram, java.lang.String type, java.lang.String relationship)
-
Method Summary
-
Methods inherited from class com.vaadin.flow.component.dialog.Dialog
add, addAttachListener, addComponentAtIndex, addDetachListener, addDialogCloseActionListener, addOpenedChangeListener, addResizeListener, close, getChildren, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, isCloseOnEsc, isCloseOnOutsideClick, isDraggable, isModal, isOpened, isResizable, open, remove, removeAll, 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
-
-
-
-
Field Detail
-
BEFORE
public static final java.lang.String BEFORE
-
AFTER
public static final java.lang.String AFTER
-
WIRETAP
public static final java.lang.String WIRETAP
- See Also:
- Constant Field Values
-
LOG
public static final java.lang.String LOG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WiretapManagementDialog
protected WiretapManagementDialog(org.ikasan.spec.module.client.TriggerService triggerRestService, Module module, Flow flow, java.util.List<org.ikasan.spec.metadata.DecoratorMetaData> decoratorMetaDataList, AbstractWiretapNode abstractWiretapNode, org.ikasan.vaadin.visjs.network.NetworkDiagram networkDiagram, java.lang.String type, java.lang.String relationship)
-
-