Skip to content

Commit

Permalink
#221 done
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-miki committed Sep 3, 2020
1 parent 9c3a946 commit ec2fcfc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions superfields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Both components behave funky when changing locale at runtime if their calendars

A highly configurable grid that allows single selection. Each cell in the grid corresponds to one item (in contrast to Vaadin `Grid`, which displays one item per row).

### `GridSelect`

A single-selection `Grid` that is a value component, meaning it broadcasts value change events (rather than selection events). It allows access to the underlying `Grid`, except changing selection mode.

### `SuperTabs`

A customisable tabbed pane (something like `TabSheet` in the Vaadin 8 era) that also serves as a value component (current value corresponds to the selected tab).
Expand All @@ -90,6 +94,10 @@ A boolean field that changes its value (`true` or `false`) depending on whether

## Other components

### `MultiClickButton`

A button that needs to be clicked many times before it notifies its click listeners. Each transition is stored as a state with text, icon, class names and theme names.

### `UnloadObserver`

A component that listens and reacts to browser's `beforeunload` events that happen for example when browser window/tab is closed. The support [varies between browsers](https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event), but in general is quite good. This should work with at least the major browsers.
Expand Down

0 comments on commit ec2fcfc

Please sign in to comment.