I would like that my Vaadin components be set a style id:
<div id="menu"> ... </div>
and not only a style class:
<div class="menu"> ... </div>
Anyone have an idea? Thanks.
So you would want to set an ID yourself, or that Vaadin set them for you?
You can set ID’s yourself using the setDebugId method for each component instance. Do note, that each ID should be unique for each individual component instance.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With