I tried : VerticalLayout Left = new VerticalLayout(); final MouseEvents hl

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

???