Interface HasReadOnlyDisplayChangedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
ButtonItem
,CancelItem
,CanvasItem
,DateRangeItem
,FileItem
,IPickTreeItem
,MultiComboBoxItem
,MultiFileItem
,PickTreeItem
,RelativeDateItem
,ResetItem
,RichTextItem
,SectionItem
,ShuttleItem
,SliderItem
,SubmitItem
,ToggleItem
,ToolbarItem
,ViewFileItem
-
Method Summary
Modifier and TypeMethodDescriptionNotification method called when thereadOnlyDisplay
setting is modified.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addReadOnlyDisplayChangedHandler
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:
handler
- the readOnlyDisplayChanged handler- Returns:
HandlerRegistration
used to remove this handler
-