Report View Controller
Ties a ReportView to a Report.
Since
8.30
Parameters
the Activity holding the ReportView.
an inflated/constructed ReportView.
the report's ID.
Constructors
Functions
Adds a callback to be notified of various events and requests from this ReportViewController so that an enclosing Activity can appropriately handle requests or react to events. An enclosing Activity might implement a listener like this:
Handle a back action instigated elsewhere in the app. This method should be called, for example, from the owning Activity's onBackPressed method.
Needs to be called by the implementing activity to support the selection of ContextMenu items
Needs to be called by the implementing activity to support the creation of ContextMenus
Called whenever an item in your options menu is selected. This method should be called, for example, from the owning Activity's onOptionsItemSelected method.
Prepares the standard options menu to be displayed. This method should be called, for example, from the owning Activity's onPrepareOptionsMenu method.
Removes a callback that was previously added with addReportEventListener.