How do I Manually Mediate a View Component
There are occasions where the automatic mediation of view components is not desired, or impossible. In these cases, it is possible to manually create the Mediator instance for a class:
mediatorMap.createMediator(contextView);
The above assumes that the view component was previously mapped to a mediator using the mapView() method of the mediatorMap.