Interface ContextAwareLiveWidget<TYPE>

Type Parameters:
TYPE -
All Superinterfaces:
Deflatable<TYPE>, LiveWidget<TYPE>
All Known Implementing Classes:
FigureWidget, LiveOneClickTable, LivePivotWidget, PandasDataFrameWidget

public interface ContextAwareLiveWidget<TYPE>
extends LiveWidget<TYPE>
Interface for Live Widgets that are context aware.
  • Method Details

    • setName

      void setName​(String name)
      Sets the name of the Live Widget.
      Parameters:
      name - the name of the Live Widget
    • getName

      String getName()
      Gets the name of the Live Widget.
      Returns:
      the name of the Live Widget
    • setProcessorConnection

      void setProcessorConnection​(QueryProcessorConnection processorConnection)
      Sets the processor connection.
      Parameters:
      processorConnection - the processor connection
    • getProcessorConnection

      QueryProcessorConnection getProcessorConnection()
      gets the processor connection.
      Returns:
      the processor connection
    • setSessionId

      void setSessionId​(int sessionId)
      Sets the session ID for console widgets.
      Parameters:
      sessionId - the session ID
    • getSessionId

      int getSessionId()
      Gets the session ID for console widgets.
      Returns:
      the session ID