Skip to content

Commit

Permalink
#408 done
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-miki committed Sep 15, 2022
1 parent 3b1952c commit a43b046
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion superfields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ A `CustomField<Object>`. It checks the type of the value passed to it and attemp

A `CustomField<T>` capable of building components and matching them with object's properties. Once configured it is basically an automated form generator. This component is highly configurable and details on how to use it are present in [the project's wiki](https://github.com/vaadin-miki/super-fields/wiki).

In most common cases one would use `ObjectFieldFactory` to create and configure `ObjectField`, and then annotate data model class with the additional information. Please consult the demo application or the tests (`ObjectFieldTest` and `NestedObjectFieldTest`) for details.
In most common cases one would use `ObjectFieldFactory` to create and configure `ObjectField`, and then annotate data model class with the additional information. Please consult the demo application or the tests (`ObjectFieldTest`, `NestedObjectFieldTest` and `EnumObjectTest`) for details. Also please note that [`ObjectFieldFactory` will become a separate library](https://github.com/vaadin-miki/super-fields/issues/401) at some point in the future.

### `SuperCheckbox`

It is known that [`Checkbox` does not support read-only mode](https://github.com/vaadin/web-components/issues/688). This component exists as a workaround and binds `enabled` and `readOnly` as one: setting the checkbox to read-only will disable it.

## Select fields

Expand Down

0 comments on commit a43b046

Please sign in to comment.