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 thereadOnlyDisplaysetting is modified.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addReadOnlyDisplayChangedHandler
Notification method called when thereadOnlyDisplaysetting 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
canvasis aDynamicForm, the form'sDynamicForm.readOnlyDisplaysetting is set toappearance.Standard
CanvasItem-based form items may customize the default behavior.- Parameters:
 handler- the readOnlyDisplayChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -