public interface HasSectionHeaderTitleHoverHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addSectionHeaderTitleHoverHandler(SectionHeaderTitleHoverHandler handler)
Optional stringMethod to fire when the user hovers over this section header and the title is clipped.
|
com.google.gwt.event.shared.HandlerRegistration addSectionHeaderTitleHoverHandler(SectionHeaderTitleHoverHandler handler)
showClippedTitleOnHover
is true, the
default behavior is to show a hover canvas containing the HTML returned by titleHoverHTML()
. Call SectionHeaderTitleHoverEvent.cancel()
from within SectionHeaderTitleHoverHandler.onSectionHeaderTitleHover(com.smartgwt.client.widgets.layout.events.SectionHeaderTitleHoverEvent)
to suppress this
default behavior.handler
- the sectionHeaderTitleHover handlerHandlerRegistration
used to remove this handler