Class OspLocationView
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.neotropic.flow.component.mxgraph.MxGraph
-
- com.neotropic.kuwaiba.modules.commercial.ospman.dialogs.OspLocationView
-
- 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,com.vaadin.flow.component.HasStyle,Serializable
public class OspLocationView extends com.neotropic.flow.component.mxgraph.MxGraphView to Outside Plant Locations (manholes, hand holes, etc.)- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OspLocationView(BusinessObjectLight location, BusinessObjectLight cable, BusinessObjectLight device, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts, ManagePortMirroringVisualAction managePortMirroringVisualAction, PhysicalConnectionsService physicalConnectionsService, boolean showLeftover, boolean exchange, LoggingService log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCutFiber()booleanisShowLeftoverFiber()booleanisSpliceFiber()voidsetCutFiber(boolean cutFiber)voidsetShowLeftoverFiber(boolean showLeftoverFiber)voidsetSpliceFiber(boolean spliceFiber)-
Methods inherited from class com.neotropic.flow.component.mxgraph.MxGraph
addBindedKeyListener, addCell, addCellMovedListener, addCellSelectedListener, addCellStyle, addCellUnselectedListener, addClickGraphListener, addContextMenuItem, addContextMenuItem, addContextMenuItemSelectedListener, addDeleteCellSelectedListener, addEdge, addEdgeCompleteListener, addGraphChangedListener, addGraphLoadedListener, addLayer, addMouseMoveGraphListener, addMouseOverEvent, addNode, addResizeCellListener, addRightClickGraphListener, alignCells, alignCells, beginUpdate, bindKey, bindKey, enablePanning, endUpdate, executeHierarchicalLayout, executePartitionLayout, executePartitionLayout, executeStackLayout, executeStackLayout, executeStackLayout, executeStackLayout, executeStackLayout, getConnectable, getEdges, getGrid, getHeight, getIsCellEditable, getIsCellMovable, getIsCellResizable, getLayers, getMaxHeight, getMaxWidth, getNodes, getOutlineDisplay, getOverflow, getOverrideCurrentStyle, getScale, getSVG, getTooltips, getTranslationX, getTranslationY, getWidth, hasOutline, refreshGraph, removeAllCells, removeEdge, removeIncompleteEdges, removeLayer, removeListeners, removeNode, setBackgroundImage, setBeginUpdateOnInit, setBPMNModeEnabled, setCellsEditable, setCellsLocked, setCellsMovable, setCellsResizable, setCellsSelectable, setChildrenCellPosition, setConnectable, setCustomOutlinePosition, setDropEnabled, setEdges, setFullSize, setGrid, setHasOutline, setHeight, setIsCellEditable, setIsCellMovable, setIsCellResizable, setLayers, setMaxHeight, setMaxWidth, setNodes, setOutlineDisplay, setOutlineHeight, setOutlineWidth, setOverflow, setOverrideCurrentStyle, setRecursiveResize, setRotationEnabled, setScale, setTooltips, setTranslationX, setTranslationY, setWidth, updateCellSize, updateSVG, zoomIn, zoomOut, zoomTo, zoomTo
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
-
-
-
-
Constructor Detail
-
OspLocationView
public OspLocationView(BusinessObjectLight location, BusinessObjectLight cable, BusinessObjectLight device, ApplicationEntityManager aem, BusinessEntityManager bem, MetadataEntityManager mem, TranslationService ts, ManagePortMirroringVisualAction managePortMirroringVisualAction, PhysicalConnectionsService physicalConnectionsService, boolean showLeftover, boolean exchange, LoggingService log) throws InventoryException
- Throws:
InventoryException
-
-
Method Detail
-
isSpliceFiber
public boolean isSpliceFiber()
-
setSpliceFiber
public void setSpliceFiber(boolean spliceFiber)
-
isCutFiber
public boolean isCutFiber()
-
setCutFiber
public void setCutFiber(boolean cutFiber)
-
isShowLeftoverFiber
public boolean isShowLeftoverFiber()
-
setShowLeftoverFiber
public void setShowLeftoverFiber(boolean showLeftoverFiber)
-
-