|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasIconClickHandlers
Method Summary | |
---|---|
HandlerRegistration |
addIconClickHandler(IconClickHandler handler)
If this button is showing an 'icon' , a separate click handler for the
icon may be defined as this.iconClick . |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addIconClickHandler(IconClickHandler handler)
'icon'
, a separate click handler for the
icon may be defined as this.iconClick
. Returning false will suppress the standard button click handling
code.
handler
- the iconClick handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |