if the source checked out is not wrong, I see the following
public static class CaptionImpl extends HTML implements Caption {
public CaptionImpl() {
super();
setStyleName("Caption");
}
}
in class DialogBox source file,
but
com.google.gwt.user.client.ui.DialogBox.Caption has the following interface
addMouseDownHandler,addMouseUpHandler,addMouseOutHandler,addMouseOverHandler
addMouseMoveHandler,fireEvent, getHTML, setHTML, getText, setText,
setHTML, asWidget
so how could the com.google.gwt.user.client.ui.DialogBox.CaptionImpl implement Caption Inteface???
jhulford於 2012年6月1日星期五UTC+8下午9時27分11秒寫道: