public interface HasCanEditChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addCanEditChangedHandler(CanEditChangedHandler handler)
Notification method called when
canEdit is modified. |
com.google.gwt.event.shared.HandlerRegistration addCanEditChangedHandler(CanEditChangedHandler handler)
canEdit
is modified.
Developers may make use of this to toggle between an editable and a read-only appearance for custom FormItems.handler
- the canEditChanged handlerHandlerRegistration
used to remove this handler