| Package | Description |
|---|---|
| com.vaadin.shared.ui.colorpicker | |
| com.vaadin.shared.ui.grid | |
| com.vaadin.shared.ui.tabsheet | |
| com.vaadin.shared.ui.textarea |
| Modifier and Type | Field and Description |
|---|---|
String |
ColorPickerState.color |
boolean |
ColorPickerState.popupVisible |
| Modifier and Type | Field and Description |
|---|---|
boolean |
GridState.columnReorderingAllowed
Whether the columns can be reordered
|
boolean |
GridState.editorBuffered
Buffered editor mode
|
String |
GridState.editorCancelCaption
The caption for the cancel button in the editor
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
TabsheetState.tabCaptionsAsHtml |
| 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.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.