diff options
author | Leif Åstrand <leif@vaadin.com> | 2015-09-18 11:27:18 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-11-30 13:49:09 +0000 |
commit | 715d9ed84666c858c759d27d00b57d629bbe9b7b (patch) | |
tree | a944f2927b8a09143b29d170a5b00999b266abc4 /shared | |
parent | 5ff2b734d379f31d0f82b4c3cfbb7d39ad05fc03 (diff) | |
download | vaadin-framework-715d9ed84666c858c759d27d00b57d629bbe9b7b.tar.gz vaadin-framework-715d9ed84666c858c759d27d00b57d629bbe9b7b.zip |
Fail during compile if required methods are missing (#18924)
A ComponentConnector must override either getWidget or createWidget for
the framework to know the type of the component's widget. Similarly
either getRenderer och createRenderer must be overridden for
AbstractRendererConnector.
Prior to this patch, the compilation succeeded when critical methods
were missing - the user just got various hard-to-debug issues when the
broken connector was used.
Change-Id: I6ec07e2f1c1b15047802e64208485b1d999c0aee
Diffstat (limited to 'shared')
0 files changed, 0 insertions, 0 deletions