Interface ReadOnlyDisplayChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification method called when thereadOnlyDisplay
setting is modified.
-
Method Details
-
onReadOnlyDisplayChanged
Notification method called when thereadOnlyDisplay
setting is modified. Developers may make use of this to toggle between an editable and a read-only appearance of thecanvas
.The default behavior is: when the
canvas
is aDynamicForm
, the form'sDynamicForm.readOnlyDisplay
setting is set toappearance
.Standard
CanvasItem
-based form items may customize the default behavior.- Parameters:
event
- the event
-