| Modifier and Type | Field and Description |
|---|---|
String |
AbstractColorPickerState.color |
boolean |
AbstractColorPickerState.popupVisible |
| Modifier and Type | Field and 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.
|
| Modifier and Type | Field and Description |
|---|---|
String |
TextualDateFieldState.placeholder |
| Modifier and Type | Field and 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.
|
| Modifier and Type | Field and Description |
|---|---|
int |
ListSelectState.rows |
| Modifier and Type | Field and Description |
|---|---|
int |
NativeSelectState.visibleItemCount
The number of items that are visible.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
RadioButtonGroupState.htmlContentAllowed
Is HTML allowed in the item captions.
|
boolean |
CheckBoxGroupState.htmlContentAllowed |
| Modifier and Type | Field and Description |
|---|---|
int |
RichTextAreaState.maxLength
Maximum character count in text field.
|
String |
RichTextAreaState.value
The text in the field.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
TabsheetState.tabCaptionsAsHtml |
int |
TabsheetState.tabIndex
Index of the component when switching focus - not related to Tabsheet
tabs.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Field and Description |
|---|---|
int |
TwinColSelectState.rows |
| Modifier and Type | Field and Description |
|---|---|
String |
UploadState.acceptMimeTypes
Upload component's list of accepted content-types.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.