Tree Items description

Hi everyone.

Is there a way to set a description to an item of a Vaadin Tree?

Thank you.

Hi Sorin,
You can use the below method


setItemDescriptionGenerator(ItemDescriptionGenerator generator);

Thank’s. It works!