createController abstract method
Creates a FSelectController<T>.
Overriding managed subclasses should always return controller if it is non-null, e.g. return controller ?? MyController();
Implementation
@visibleForOverriding
FSelectController<T> createController();