This interface defines some methods that are important in the lifecycle of a custom view.
Definition CustomViewLifecycle.h:29
virtual ~ICustomViewLifecycle()=default
Destructor (virtual / requirement for interface).
virtual void afterApplyAttributes()
Called after the attributes have been applied by the framework.
Definition CustomViewLifecycle.h:47
Definition CustomController.h:25