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 StringAbstractColorPickerState. colorbooleanAbstractColorPickerState. 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 booleanComboBoxState. allowNewItemsTrue to allow the user to send new items to the server, false to only select among existing items.intComboBoxState. pageLengthNumber of items to show per page or 0 to disable paging.StringComboBoxState. placeholderThe prompt to display in an empty field.StringComboBoxState. suggestionPopupWidthSuggestion pop-up's width as a CSS string.booleanComboBoxState. textInputAllowedIf 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 StringTextualDateFieldState. 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 booleanGridState. columnReorderingAllowedWhether the columns can be reordered.intGridState. frozenColumnCountThe number of frozen columns.doubleGridState. heightByRowsThe height of the Grid in terms of body rows.HeightModeGridState. heightModeThe 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 intListSelectState. 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 intNativeSelectState. visibleItemCountThe 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 booleanCheckBoxGroupState. htmlContentAllowedbooleanRadioButtonGroupState. htmlContentAllowedIs 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 intRichTextAreaState. maxLengthMaximum character count in text field.StringRichTextAreaState. valueThe 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 booleanTabsheetState. tabCaptionsAsHtmlintTabsheetState. tabIndexIndex 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 intTextAreaState. rowsNumber of visible rows in the text area.booleanTextAreaState. wordWrapTells 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 intAbstractTextFieldState. maxLengthMaximum character count in text field.StringAbstractTextFieldState. placeholderThe prompt to display in an empty field.StringAbstractTextFieldState. textThe 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 intTwinColSelectState. 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 StringUploadState. acceptMimeTypesUpload component's list of accepted content-types.
-