Package com.google.gwt.user.client.ui
Interface DialogBox.Caption
- All Superinterfaces:
HasAllMouseHandlers,HasHandlers,HasHTML,HasMouseDownHandlers,HasMouseMoveHandlers,HasMouseOutHandlers,HasMouseOverHandlers,HasMouseUpHandlers,HasMouseWheelHandlers,HasSafeHtml,HasText,IsWidget
- All Known Implementing Classes:
DialogBox.CaptionImpl
- Enclosing class:
- DialogBox
public static interface DialogBox.Caption
extends HasAllMouseHandlers, HasHTML, HasSafeHtml, IsWidget
Set of characteristic interfaces supported by the
DialogBox
caption.-
Method Summary
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEventMethods inherited from interface com.google.gwt.event.dom.client.HasMouseDownHandlers
addMouseDownHandlerMethods inherited from interface com.google.gwt.event.dom.client.HasMouseMoveHandlers
addMouseMoveHandlerMethods inherited from interface com.google.gwt.event.dom.client.HasMouseOutHandlers
addMouseOutHandlerMethods inherited from interface com.google.gwt.event.dom.client.HasMouseOverHandlers
addMouseOverHandlerMethods inherited from interface com.google.gwt.event.dom.client.HasMouseUpHandlers
addMouseUpHandlerMethods inherited from interface com.google.gwt.event.dom.client.HasMouseWheelHandlers
addMouseWheelHandlerMethods inherited from interface com.google.gwt.safehtml.client.HasSafeHtml
setHTML