onInitController abstract method

void onInitController(
  1. C controller
)

Called when the controller is initialized (first time or reset). Use this to set options, initial data, etc.

Implementation

void onInitController(C controller);