Interface ReportContext<T>

All Superinterfaces:
BaseContext, SpecialistsBroker

public interface ReportContext<T> extends BaseContext
Context providing information and accessors for report plugin items.
Since:
5.1.19
  • Method Details

    • getObject

      T getObject()
      Returns the current object provided by DataProvider.
      Since:
      5.1.19
    • repaint

      void repaint()
      Repaints the snippet element belonging to (getObject()).
      Since:
      5.2.9