Interface UIPluginView

    • Method Detail

      • getDataSource

        java.lang.Object getDataSource()
        Retrieve the data sources related to this view.
        Returns:
        dependent upon subclasses implementation
      • getViewID

        java.lang.String getViewID()
        ID of the view
        Returns:
        ID of the view
        Since:
        2.3.0.6
      • closeView

        void closeView()
        Closes the view
        Since:
        2.3.0.6
      • getPluginInterface

        PluginInterface getPluginInterface()
        Gets the plugin interface associated with this view, null if none defined
        Since:
        4.5.1.1