icon
Basics
Use icon
to add a standalone icon anywhere on the view.
<icon icon="CAR"/>
<icon icon="AIRPLANE"/>
<icon icon="TRAIN"/>
Icon Sets
There are two built-in icon sets containing frequently used icons: Vaadin and Lumo. To differentiate between sets, add its prefix before the icon name. If no prefix is present, the Vaadin set is used.
<icon icon="USER"/>
<icon icon="vaadin:user"/>
<icon icon="lumo:user"/>
Components with Icons
Icon can be a part of a component. See an example of using an icon with the button component.
Handlers
To generate a handler stub in Jmix Studio, use the Handlers tab of the Jmix UI inspector panel or the Generate Handler action available in the top panel of the view class and through the Code → Generate menu (Alt+Insert / Cmd+N). |
See Also
See Vaadin Docs for more information.
Was this page helpful?
Thank you for your feedback