Class BlotterAdapter

    • Constructor Summary

      Constructors 
      Constructor Description
      BlotterAdapter​(com.caplin.datasource.DataSource dataSource)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createBlotter​(BlotterListener blotterListener, com.caplin.datasource.blotter.BlotterConfiguration config)  
      protected void createBlotter​(java.lang.String blotterIdentifier, java.lang.String channelNamespace, java.lang.String itemNamespace, BlotterListener blotterListener)  
      protected void createNestedBlotter​(java.lang.String blotterIdentifier, java.lang.String channelNamespace, java.lang.String subContainerNamespace, java.lang.String itemNamespace, BlotterListener blotterListener)  
      protected void createSearchBlotter​(java.lang.String blotterIdentifier, java.lang.String channelNamespace, java.lang.String itemNamespace, SearchBlotterListener searchBlotterListener)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlotterAdapter

        public BlotterAdapter​(com.caplin.datasource.DataSource dataSource)
    • Method Detail

      • createBlotter

        protected void createBlotter​(java.lang.String blotterIdentifier,
                                     java.lang.String channelNamespace,
                                     java.lang.String itemNamespace,
                                     BlotterListener blotterListener)
      • createSearchBlotter

        protected void createSearchBlotter​(java.lang.String blotterIdentifier,
                                           java.lang.String channelNamespace,
                                           java.lang.String itemNamespace,
                                           SearchBlotterListener searchBlotterListener)
      • createNestedBlotter

        protected void createNestedBlotter​(java.lang.String blotterIdentifier,
                                           java.lang.String channelNamespace,
                                           java.lang.String subContainerNamespace,
                                           java.lang.String itemNamespace,
                                           BlotterListener blotterListener)
      • createBlotter

        protected void createBlotter​(BlotterListener blotterListener,
                                     com.caplin.datasource.blotter.BlotterConfiguration config)