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.MxGraph
View 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCutFiber()
boolean
isShowLeftoverFiber()
boolean
isSpliceFiber()
void
setCutFiber(boolean cutFiber)
void
setShowLeftoverFiber(boolean showLeftoverFiber)
void
setSpliceFiber(boolean spliceFiber)
-
Methods inherited from class com.neotropic.flow.component.mxgraph.MxGraph
addBindedKeyListener, addCell, addCellMovedListener, addCellSelectedListener, addCellStyle, addCellUnselectedListener, addClickGraphListener, addContextMenuItem, addContextMenuItemSelectedListener, addDeleteCellSelectedListener, addEdge, addEdgeCompleteListener, addGraphChangedListener, addGraphLoadedListener, addLayer, addMouseMoveGraphListener, addMouseOverEvent, addNode, addRightClickGraphListener, alignCells, alignCells, beginUpdate, bindKey, bindKey, enablePanning, endUpdate, executePartitionLayout, executePartitionLayout, executeStackLayout, executeStackLayout, executeStackLayout, executeStackLayout, executeStackLayout, getConnectable, getEdges, getGrid, getHeight, getIsCellEditable, getIsCellMovable, getIsCellResizable, getLayers, getMaxHeight, getMaxWidth, getNodes, getOutlineDisplay, getOverflow, getOverrideCurrentStyle, getScale, getTooltips, getTranslationX, getTranslationY, getWidth, hasOutline, refreshGraph, removeAllCells, removeEdge, removeIncompleteEdges, removeLayer, removeNode, setBackgroundImage, setBeginUpdateOnInit, setCellsEditable, setCellsLocked, setCellsMovable, setCellsResizable, setCellsSelectable, setChildrenCellPosition, setConnectable, setCustomOutlinePosition, 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, 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, getUI, hasListener, 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) 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)
-
-