Interface TopologyComponentServerRpc

  • All Superinterfaces:
    Serializable, com.vaadin.shared.communication.ServerRpc

    public interface TopologyComponentServerRpc
    extends com.vaadin.shared.communication.ServerRpc
    • Method Detail

      • doubleClicked

        void doubleClicked​(com.vaadin.shared.MouseEventDetails eventDetails)
      • deselectAllItems

        void deselectAllItems()
      • edgeClicked

        void edgeClicked​(String edgeId)
      • backgroundClicked

        void backgroundClicked()
      • scrollWheel

        void scrollWheel​(double scrollVal,
                         int x,
                         int y)
      • mapPhysicalBounds

        void mapPhysicalBounds​(int width,
                               int height)
      • marqueeSelection

        void marqueeSelection​(String[] vertexIds,
                              com.vaadin.shared.MouseEventDetails eventDetails)
      • contextMenu

        void contextMenu​(String target,
                         String type,
                         int x,
                         int y)
      • clientCenterPoint

        void clientCenterPoint​(int x,
                               int y)
      • vertexClicked

        void vertexClicked​(String vertexId,
                           com.vaadin.shared.MouseEventDetails eventDetails,
                           String platform)
      • updateVertices

        void updateVertices​(List<String> vertices)
      • backgroundDoubleClick

        void backgroundDoubleClick​(double x,
                                   double y)