Recipes
Task-oriented end-to-end snippets. Each recipe walks from imports through behaviour for a complete pattern.
Data + UI
- CRUD with a Table —
Table+Store+AjaxProxy+ add / remove / sync toolbar. - Bind a record to a form — wire
TextField/Checkbox/ComboBoxto aModelRecordviaBinding. - Custom cell type — build a
CurrencyCellwith renderer + editor. - Virtualized lists — large datasets in
TreeandTable.
Windows + dialogs
- Floating window with custom content.
- Modal dialog with async result.
- Right-click menu.
- Toast notifications.
Theming + interaction
- Custom brand theme — derive from
DefaultTheme. - Keyboard shortcuts in
MenuBar— pair shortcut hints with real handlers.
Construction patterns
- Construct components from an options object — pass styling and behavioural defaults to any component constructor instead of chaining setters.