Uses of Class
com.vaadin.shared.annotations.DelegateToWidget
-
-
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
AbstractColorPickerState. color
boolean
AbstractColorPickerState. popupVisible
-
Uses of DelegateToWidget in com.vaadin.shared.ui.combobox
Fields in com.vaadin.shared.ui.combobox with annotations of type DelegateToWidget Modifier and Type Field Description boolean
ComboBoxState. allowNewItems
True to allow the user to send new items to the server, false to only select among existing items.int
ComboBoxState. pageLength
Number of items to show per page or 0 to disable paging.String
ComboBoxState. placeholder
The prompt to display in an empty field.String
ComboBoxState. suggestionPopupWidth
Suggestion pop-up's width as a CSS string.boolean
ComboBoxState. textInputAllowed
If text input is not allowed, the ComboBox behaves like a pretty NativeSelect - the user can not enter any text and clicking the text field opens the drop down with options. -
Uses of DelegateToWidget in com.vaadin.shared.ui.datefield
Fields in com.vaadin.shared.ui.datefield with annotations of type DelegateToWidget Modifier and Type Field Description String
TextualDateFieldState. placeholder
-
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 reordered.int
GridState. frozenColumnCount
The number of frozen columns.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.listselect
Fields in com.vaadin.shared.ui.listselect with annotations of type DelegateToWidget Modifier and Type Field Description int
ListSelectState. rows
-
Uses of DelegateToWidget in com.vaadin.shared.ui.nativeselect
Fields in com.vaadin.shared.ui.nativeselect with annotations of type DelegateToWidget Modifier and Type Field Description int
NativeSelectState. visibleItemCount
The number of items that are visible. -
Uses of DelegateToWidget in com.vaadin.shared.ui.optiongroup
Fields in com.vaadin.shared.ui.optiongroup with annotations of type DelegateToWidget Modifier and Type Field Description boolean
CheckBoxGroupState. htmlContentAllowed
boolean
RadioButtonGroupState. htmlContentAllowed
Is HTML allowed in the item captions. -
Uses of DelegateToWidget in com.vaadin.shared.ui.richtextarea
Fields in com.vaadin.shared.ui.richtextarea with annotations of type DelegateToWidget Modifier and Type Field Description int
RichTextAreaState. maxLength
Maximum character count in text field.String
RichTextAreaState. value
The text in the field. -
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
int
TabsheetState. tabIndex
Index of the component when switching focus - not related to Tabsheet tabs. -
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. -
Uses of DelegateToWidget in com.vaadin.shared.ui.textfield
Fields in com.vaadin.shared.ui.textfield with annotations of type DelegateToWidget Modifier and Type Field Description int
AbstractTextFieldState. maxLength
Maximum character count in text field.String
AbstractTextFieldState. placeholder
The prompt to display in an empty field.String
AbstractTextFieldState. text
The text in the field. -
Uses of DelegateToWidget in com.vaadin.shared.ui.twincolselect
Fields in com.vaadin.shared.ui.twincolselect with annotations of type DelegateToWidget Modifier and Type Field Description int
TwinColSelectState. rows
-
Uses of DelegateToWidget in com.vaadin.shared.ui.upload
Fields in com.vaadin.shared.ui.upload with annotations of type DelegateToWidget Modifier and Type Field Description String
UploadState. acceptMimeTypes
Upload component's list of accepted content-types.
-