ScrollPanel (GWT Javadoc)
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget asWidgetConstructor DetailScrollPanelpublic ScrollPanel()...
7.5 使用与自定义GWT控件.doc
7.5 使用与自定义GWT控件通过自定义控件,可以极大地扩展GWT程序界面,还能封装...56publicclassListBoxextendsScrollPanel{78privateVerticalPanellistBoxContent;910 ...
GWT事件处理 / 蓝讯
import com.google.gwt.user.client.ui.Label; import com.google.gwt.user.client.ui.RootPanel; import com.google.gwt.user.client.ui.ScrollPanel; impo...