Skip to content

Commit 61405a8

Browse files
authored
#561 done (#563)
1 parent ed7bbd0 commit 61405a8

File tree

5 files changed

+595
-692
lines changed

5 files changed

+595
-692
lines changed

demo-v24/src/main/java/org/vaadin/miki/demo/providers/SuperCheckboxProvider.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

superfields/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ A `CustomField<T>` capable of building components and matching them with object'
124124

125125
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.
126126

127-
### `SuperCheckbox`
128-
129-
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.
130-
131127
## Select fields
132128

133129
### `ItemGrid`

superfields/src/main/java/org/vaadin/miki/superfields/checkbox/SuperCheckbox.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)