Uses of Class
com.vaadin.shared.annotations.DelegateToWidget
-
Packages that use DelegateToWidget Package Description com.vaadin.shared.ui.colorpicker com.vaadin.shared.ui.grid 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 Modifier and Type Field Description 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 Modifier and Type Field Description boolean
GridState. columnReorderingAllowed
Whether the columns can be reorderedboolean
GridState. editorBuffered
Buffered editor modeString
GridState. editorCancelCaption
The caption for the cancel button in the editorString
GridState. editorSaveCaption
The caption for the save button in the editordouble
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.tabsheet
Fields in com.vaadin.shared.ui.tabsheet with annotations of type DelegateToWidget Modifier and Type Field Description boolean
TabsheetState. tabCaptionsAsHtml
-
Uses of DelegateToWidget in com.vaadin.shared.ui.textarea
Fields in com.vaadin.shared.ui.textarea with annotations of type DelegateToWidget Modifier and Type Field Description 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.
-