onInitController abstract method
void
onInitController(
- 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);