Uses of Class
com.vaadin.shared.annotations.DelegateToWidget

Packages that use DelegateToWidget
com.vaadin.shared.ui.colorpicker   
com.vaadin.shared.ui.textarea   
 

Uses of DelegateToWidget in com.vaadin.shared.ui.colorpicker
 

Fields in com.vaadin.shared.ui.colorpicker with annotations of type DelegateToWidget
 java.lang.String ColorPickerState.color
           
 boolean ColorPickerState.popupVisible
           
 

Uses of DelegateToWidget in com.vaadin.shared.ui.textarea
 

Fields in com.vaadin.shared.ui.textarea with annotations of type DelegateToWidget
 int TextAreaState.rows
          Number of visible rows in the text area.
 boolean TextAreaState.wordwrap
          Tells if word-wrapping should be used in the text area.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.