Class ComponentOptionsDialog
- 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.ComponentOptionsDialog
-
- 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 ComponentOptionsDialog extends com.vaadin.flow.component.dialog.Dialog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractWiretapNodeabstractWiretapNodeprotected java.lang.StringcomponentNameprotected org.ikasan.spec.module.client.ConfigurationServiceconfigurationRestServiceprotected booleanconfiguredResourceprotected java.lang.StringflowNameprotected Modulemoduleprotected org.ikasan.vaadin.visjs.network.NetworkDiagramnetworkDiagramprotected org.ikasan.spec.module.client.TriggerServicetriggerRestService
-
Constructor Summary
Constructors Modifier Constructor Description protectedComponentOptionsDialog(Module module, java.lang.String flowName, java.lang.String componentName, boolean configuredResource, org.ikasan.spec.module.client.ConfigurationService configurationRestService, org.ikasan.spec.module.client.TriggerService triggerRestService, org.ikasan.vaadin.visjs.network.NetworkDiagram networkDiagram, AbstractWiretapNode abstractWiretapNode, org.ikasan.spec.module.client.MetaDataService metaDataApplicationRestService, org.ikasan.spec.persistence.BatchInsert<org.ikasan.spec.metadata.ModuleMetaData> moduleMetaDataService)
-
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
-
configurationRestService
protected org.ikasan.spec.module.client.ConfigurationService configurationRestService
-
triggerRestService
protected org.ikasan.spec.module.client.TriggerService triggerRestService
-
module
protected Module module
-
flowName
protected java.lang.String flowName
-
componentName
protected java.lang.String componentName
-
networkDiagram
protected org.ikasan.vaadin.visjs.network.NetworkDiagram networkDiagram
-
abstractWiretapNode
protected AbstractWiretapNode abstractWiretapNode
-
configuredResource
protected boolean configuredResource
-
-
Constructor Detail
-
ComponentOptionsDialog
protected ComponentOptionsDialog(Module module, java.lang.String flowName, java.lang.String componentName, boolean configuredResource, org.ikasan.spec.module.client.ConfigurationService configurationRestService, org.ikasan.spec.module.client.TriggerService triggerRestService, org.ikasan.vaadin.visjs.network.NetworkDiagram networkDiagram, AbstractWiretapNode abstractWiretapNode, org.ikasan.spec.module.client.MetaDataService metaDataApplicationRestService, org.ikasan.spec.persistence.BatchInsert<org.ikasan.spec.metadata.ModuleMetaData> moduleMetaDataService)
-
-