Interface IDataView

    • Method Detail

      • init

        void init​(IEnvironmentSpace space,
                  java.util.Map properties)
        Initialize the view.
      • getType

        java.lang.String getType()
        Returns the type of the view.
        Returns:
        type of the view
      • getObjects

        java.lang.Object[] getObjects()
        Returns a list of objects in this view
        Returns:
        list of objects
      • update

        void update​(IEnvironmentSpace space)
        Updates the view.
        Parameters:
        space - the space of the view