Class UiNetworkGraph.NodeClickedEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiNetworkGraph

    public static class UiNetworkGraph.NodeClickedEvent
    extends java.lang.Object
    implements UiEvent
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String componentId  
      protected java.lang.String nodeId  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeClickedEvent()
      Deprecated.
      Only for Jackson deserialization.
      NodeClickedEvent​(java.lang.String componentId, java.lang.String nodeId)  
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • nodeId

        protected java.lang.String nodeId
    • Constructor Detail

      • NodeClickedEvent

        @Deprecated
        public NodeClickedEvent()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • NodeClickedEvent

        public NodeClickedEvent​(java.lang.String componentId,
                                java.lang.String nodeId)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent
      • getNodeId

        public java.lang.String getNodeId()