|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasChangedHandlers
Method Summary | |
---|---|
HandlerRegistration |
addChangedHandler(ChangedHandler handler)
If this field is editable, any FormItem.addChangedHandler(com.smartgwt.client.widgets.form.fields.events.ChangedHandler) handler
specified on the ListGridField will be passed onto the editors for this field. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addChangedHandler(ChangedHandler handler)
FormItem.addChangedHandler(com.smartgwt.client.widgets.form.fields.events.ChangedHandler)
handler
specified on the ListGridField will be passed onto the editors for this field.
handler
- the changed handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |