Progressindicator and listener

Hi,

Is there any way to add clicklistener to the progressindicator. Or listener that listenes when mouse is over the progressindicator?

Thanks in advance.

Hi,

Some of the layouts support attaching clicklisteners and you can check to component on which the click happened from the event. Don’t like the idea of layout click listener personally, but I guess you could use them here.

But mouseover listeners for ProgressListener? Haven’t heard that requirement before. You’ll need some client side extensions for that. I’d suggest to extend CustomComponent to CustomComponentWithMouseOverListener and share it in the Directory. You might win an iPad :wink:

cheers,
matti