GWT 2.7.0

Uses of Class
com.google.gwt.uibinder.client.UiField

Packages that use UiField
com.google.gwt.editor.ui.client User interface components for the bean editor framework. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of UiField in com.google.gwt.editor.ui.client
 

Fields in com.google.gwt.editor.ui.client with annotations of type UiField
(package private)  SimplePanel ValueBoxEditorDecorator.contents
           
(package private)  DivElement ValueBoxEditorDecorator.errorLabel
           
 

Uses of UiField in com.google.gwt.user.client.ui
 

Fields in com.google.gwt.user.client.ui with annotations of type UiField
(package private)  DivElement NotificationMole.borderElement
           
(package private)  Element NativeVerticalScrollbar.contentDiv
          The div inside the scrollable div that forces scrollbars to appear.
(package private)  Element NativeHorizontalScrollbar.contentDiv
          The div inside the scrollable div that forces scrollbars to appear.
(package private)  DivElement NotificationMole.heightMeasure
           
(package private)  SpanElement NotificationMole.notificationText
           
(package private)  Element NativeVerticalScrollbar.scrollable
          The scrollable div used to create a scrollbar.
(package private)  Element NativeHorizontalScrollbar.scrollable
          The scrollable div used to create a scrollbar.
 


GWT 2.7.0