Hi, i’m writing a vaadin javascript extension which extends a TextField with jquery.
On normal pages this works well but if used within a
Table.ColumnGenerator
it does not.
Apparently the jquery id selector does not yield a result when i call
myExtension.extend(myTextField)
within the ColumnGenerator.
Once the page is rendered i can manually extend via a
Button.ClickListener()
.
Where and when is the correct place to call the extend method? I’ve tried
attach()
and
View#enter()
but neither of those works.
Using vaadin 7.5.5.