| Modifier and Type | Method and Description |
|---|---|
static ReadonlyChangeEvent |
create(Input<?> input,
boolean readOnly)
Create a new
ReadonlyChangeEvent. |
boolean |
isReadOnly()
Returns whether this input component is in read-only mode or not.
|
boolean isReadOnly()
false if the user can modify the value, true if notstatic ReadonlyChangeEvent create(Input<?> input, boolean readOnly)
ReadonlyChangeEvent.input - The source inputreadOnly - The read-only stateCopyright © 2020 The Holon Platform. All rights reserved.