I tried : VerticalLayout Left = new VerticalLayout();
final MouseEvents hlMouseEvents = MouseEvents.enableFor(Left);
But I get : undefined method for the enablefor … Only click methods show up, no mention of mouse overs
???
I tried : VerticalLayout Left = new VerticalLayout();
final MouseEvents hlMouseEvents = MouseEvents.enableFor(Left);
But I get : undefined method for the enablefor … Only click methods show up, no mention of mouse overs
???