jouni / DashLayout

Flexible and efficient layouts for Vaadin
http://vaadin.com/addon/dashlayout
5 stars 0 forks source link

LayoutClickListener doesn't work with current vaadin version #9

Open thjaeckle opened 12 years ago

thjaeckle commented 12 years ago

Hi.

The DashLayout is a really cool alternative to simply "kill" some divs. I noticed that with the latest Vaadin version (I currently use 6.7.8), LayoutClickEvents doesn't work.

I think this is beacause the "click event identifier" changed:

Currently in "AbstractOrderedLayout": private static final String CLICK_EVENT = EventId.LAYOUT_CLICK; // = "layout_click"

in VDashLayout: public static final String CLICK_EVENT_IDENTIFIER = "click";

It would be great if this could be fixed.

Regards Thomas