-
Notifications
You must be signed in to change notification settings - Fork 11
Icons
Miguel Pérez Colom edited this page Oct 11, 2024
·
6 revisions
Mateu supports a set of icons which can be used in menu options, buttons or as any other fields in forms.
They can be included in your UI by using the Icon enum.
You have an icon
parameter in the @MenuOption
, @Submenu
, @Action
, @MainAction
and @Button
annotations.
If you include an icon field in your form you will see a dropdown to let the user choose one Icon value. If you annotate it with @Icon
the icon itself will be shown and you will be able to annotate it with @CallActionOnClick
to run a form action when the user clicks on it.
- Home
- Disclaimer
- See it in action
- User manual (v3)
- UX and IA
- Internals
- Roadmap
- Javadoc
- SonarQube
- Other MDD frameworks
- Thanks