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

Packages that use DelegateToWidget
com.vaadin.shared.ui.colorpicker   
com.vaadin.shared.ui.grid   
com.vaadin.shared.ui.loginform   
com.vaadin.shared.ui.tabsheet   
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.grid
 

Fields in com.vaadin.shared.ui.grid with annotations of type DelegateToWidget
 boolean GridState.columnReorderingAllowed
          Whether the columns can be reordered
 boolean GridState.editorBuffered
          Buffered editor mode
 java.lang.String GridState.editorCancelCaption
          The caption for the cancel button in the editor
 java.lang.String GridState.editorSaveCaption
          The caption for the save button in the editor
 double GridState.heightByRows
          The height of the Grid in terms of body rows.
 HeightMode GridState.heightMode
          The mode by which Grid defines its height.
 

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

Fields in com.vaadin.shared.ui.loginform with annotations of type DelegateToWidget
 java.lang.String LoginFormState.contextPath
           
 

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

Fields in com.vaadin.shared.ui.tabsheet with annotations of type DelegateToWidget
 boolean TabsheetState.tabCaptionsAsHtml
           
 

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-2014 Vaadin Ltd. All Rights Reserved.