One problem when you deal with some more complicated parts of views in your custom code, is that you have to initialize
different kind of plugins for yourself.
We could solve this by magically initialize the plugins, when requested by methods like:
- getQuery()
- getDisplay()
- getStyle()
- etc.