This class contains functionality that EVERY view must provide. More...
This class contains functionality that EVERY view must provide.
All views must inherit from this class. If a class doesn't inherit from this class, it isn't a view. Don't put functionality here unless every view can support it.