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