Serialized Form
-
Package com.vaadin.v7.shared
-
Class com.vaadin.v7.shared.AbstractFieldState extends AbstractLegacyComponentState implements Serializable
-
Serialized Fields
-
focusDelegate
Connector focusDelegate
The component which should receive focus events instead of the custom field wrapper.This is not used in all fields, but needs to be here for the time being (#20468).
- Since:
- 7.7.5
-
hideErrors
boolean hideErrors
-
modified
boolean modified
-
propertyReadOnly
boolean propertyReadOnly
-
required
boolean required
-
tabIndex
int tabIndex
The tabulator index of the field.
-
-
-
Class com.vaadin.v7.shared.AbstractLegacyComponentState extends AbstractComponentState implements Serializable
-
Serialized Fields
-
immediate
boolean immediate
Deprecated. -
readOnly
boolean readOnly
Deprecated.
-
-
-
-
Package com.vaadin.v7.shared.form
-
Class com.vaadin.v7.shared.form.FormState extends AbstractFieldState implements Serializable
-
-
Package com.vaadin.v7.shared.ui.calendar
-
Class com.vaadin.v7.shared.ui.calendar.CalendarEventId extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.calendar.CalendarState extends AbstractLegacyComponentState implements Serializable
-
Serialized Fields
-
actions
List<CalendarState.Action> actions
-
dayNames
String[] dayNames
-
days
List<CalendarState.Day> days
-
eventCaptionAsHtml
boolean eventCaptionAsHtml
-
events
List<CalendarState.Event> events
-
eventSortOrder
CalendarState.EventSortOrder eventSortOrder
-
firstDayOfWeek
int firstDayOfWeek
-
firstHourOfDay
int firstHourOfDay
-
firstVisibleDayOfWeek
int firstVisibleDayOfWeek
-
format24H
boolean format24H
-
lastHourOfDay
int lastHourOfDay
-
lastVisibleDayOfWeek
int lastVisibleDayOfWeek
-
monthNames
String[] monthNames
-
now
String now
-
scroll
int scroll
-
-
-
Class com.vaadin.v7.shared.ui.calendar.CalendarState.Action extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.calendar.CalendarState.Day extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.calendar.CalendarState.Event extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.calendar.DateConstants extends Object implements Serializable
-
-
Package com.vaadin.v7.shared.ui.checkbox
-
Class com.vaadin.v7.shared.ui.checkbox.CheckBoxState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
checked
boolean checked
-
-
-
-
Package com.vaadin.v7.shared.ui.colorpicker
-
Class com.vaadin.v7.shared.ui.colorpicker.Color extends Object implements Serializable
-
Serialized Fields
-
alpha
int alpha
Deprecated. -
blue
int blue
Deprecated. -
green
int green
Deprecated. -
red
int red
Deprecated.
-
-
-
Class com.vaadin.v7.shared.ui.colorpicker.ColorPickerGradientState extends AbstractLegacyComponentState implements Serializable
-
Serialized Fields
-
bgColor
String bgColor
Deprecated. -
cursorX
int cursorX
Deprecated. -
cursorY
int cursorY
Deprecated.
-
-
-
Class com.vaadin.v7.shared.ui.colorpicker.ColorPickerGridState extends AbstractLegacyComponentState implements Serializable
-
Class com.vaadin.v7.shared.ui.colorpicker.ColorPickerState extends AbstractLegacyComponentState implements Serializable
-
Serialized Fields
-
color
String color
Deprecated. -
popupVisible
boolean popupVisible
Deprecated. -
showDefaultCaption
boolean showDefaultCaption
Deprecated.
-
-
-
-
Package com.vaadin.v7.shared.ui.combobox
-
Class com.vaadin.v7.shared.ui.combobox.ComboBoxConstants extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.combobox.ComboBoxState extends AbstractSelectState implements Serializable
-
-
Package com.vaadin.v7.shared.ui.datefield
-
Class com.vaadin.v7.shared.ui.datefield.DateFieldConstants extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.datefield.InlineDateFieldState extends TextualDateFieldState implements Serializable
-
Class com.vaadin.v7.shared.ui.datefield.PopupDateFieldState extends TextualDateFieldState implements Serializable
-
Serialized Fields
-
descriptionForAssistiveDevices
String descriptionForAssistiveDevices
-
textFieldEnabled
boolean textFieldEnabled
-
-
-
Class com.vaadin.v7.shared.ui.datefield.TextualDateFieldState extends AbstractFieldState implements Serializable
-
-
Package com.vaadin.v7.shared.ui.grid
-
Class com.vaadin.v7.shared.ui.grid.ColumnGroupState extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.grid.GridColumnState extends Object implements Serializable
-
Serialized Fields
-
editable
boolean editable
Whether the values in this column are editable when the editor interface is active. -
editorConnector
Connector editorConnector
The connector for the field used to edit cells in this column when the editor interface is active. -
expandRatio
int expandRatio
How much of the remaining space this column will reserve. -
headerCaption
String headerCaption
Column header caption. -
hidable
boolean hidable
Whether the column can be hidden by the user. -
hidden
boolean hidden
Whether this column is currently hidden. -
hidingToggleCaption
String hidingToggleCaption
The caption for the column hiding toggle. -
id
String id
Id used by grid connector to map server side column with client side column. -
maxWidth
double maxWidth
The maximum expansion width of this column. -1 for "no maximum". If maxWidth is less than the calculated width, maxWidth is ignored. -
minWidth
double minWidth
The minimum expansion width of this column. -1 for "no minimum". If minWidth is less than the calculated width, minWidth will win. -
rendererConnector
Connector rendererConnector
The connector for the renderer used to render the cells in this column. -
resizable
boolean resizable
Whether this column is resizable by the user. -
sortable
boolean sortable
Whether this column is sortable by the user. -
width
double width
Column width in pixels. Default column width is -1.0.
-
-
-
Class com.vaadin.v7.shared.ui.grid.GridConstants extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.grid.GridState extends TabIndexState implements Serializable
-
Serialized Fields
-
cellTooltipContentMode
ContentMode cellTooltipContentMode
The content mode used for cell tooltips.- Since:
- 8.3.2
-
columnOrder
List<String> columnOrder
Column order in grid. -
columnReorderingAllowed
boolean columnReorderingAllowed
Whether the columns can be reordered. -
columnResizeMode
ColumnResizeMode columnResizeMode
Column resize mode in grid.- Since:
- 7.7.5
-
columns
List<GridColumnState> columns
Columns in grid. -
editorBuffered
boolean editorBuffered
Buffered editor mode.- Since:
- 7.6
-
editorCancelCaption
String editorCancelCaption
The caption for the cancel button in the editor. -
editorEnabled
boolean editorEnabled
The enabled state of the editor interface. -
editorSaveCaption
String editorSaveCaption
The caption for the save button in the editor. -
footer
GridStaticSectionState footer
-
frozenColumnCount
int frozenColumnCount
The number of frozen columns. -
hasDescriptions
boolean hasDescriptions
Whether rows and/or cells have generated descriptions (tooltips).- Since:
- 7.6
-
header
GridStaticSectionState header
-
heightByRows
double heightByRows
The height of the Grid in terms of body rows. -
heightMode
HeightMode heightMode
The mode by which Grid defines its height. -
readOnly
boolean readOnly
Is the Grid read-only or not.- Since:
- 8.23
-
rowTooltipContentMode
ContentMode rowTooltipContentMode
The content mode used for row tooltips.- Since:
- 8.3.2
-
sortColumns
String[] sortColumns
Keys of the currently sorted columns. -
sortDirs
SortDirection[] sortDirs
Directions for each sorted column.
-
-
-
Class com.vaadin.v7.shared.ui.grid.GridStaticSectionState extends Object implements Serializable
-
Serialized Fields
-
rows
List<GridStaticSectionState.RowState> rows
-
visible
boolean visible
-
-
-
Class com.vaadin.v7.shared.ui.grid.GridStaticSectionState.CellState extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.grid.GridStaticSectionState.RowState extends Object implements Serializable
-
Serialized Fields
-
cellGroups
Map<Set<String>,GridStaticSectionState.CellState> cellGroups
Map from column id set to cell state for merged state. -
cells
List<GridStaticSectionState.CellState> cells
-
defaultRow
boolean defaultRow
-
styleName
String styleName
The style name for the row. Null if none.
-
-
-
-
Package com.vaadin.v7.shared.ui.grid.renderers
-
Package com.vaadin.v7.shared.ui.grid.selection
-
Class com.vaadin.v7.shared.ui.grid.selection.MultiSelectionModelState extends SharedState implements Serializable
-
Serialized Fields
-
allSelected
boolean allSelected
-
userSelectionAllowed
boolean userSelectionAllowed
-
-
-
Class com.vaadin.v7.shared.ui.grid.selection.SingleSelectionModelState extends SharedState implements Serializable
-
Serialized Fields
-
deselectAllowed
boolean deselectAllowed
-
userSelectionAllowed
boolean userSelectionAllowed
-
-
-
-
Package com.vaadin.v7.shared.ui.label
-
Class com.vaadin.v7.shared.ui.label.LabelState extends AbstractLegacyComponentState implements Serializable
-
Serialized Fields
-
contentMode
ContentMode contentMode
-
text
String text
-
-
-
-
Package com.vaadin.v7.shared.ui.optiongroup
-
Class com.vaadin.v7.shared.ui.optiongroup.OptionGroupConstants extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.optiongroup.OptionGroupState extends AbstractSelectState implements Serializable
-
-
Package com.vaadin.v7.shared.ui.progressindicator
-
Class com.vaadin.v7.shared.ui.progressindicator.ProgressBarState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
indeterminate
boolean indeterminate
-
state
Float state
-
-
-
Class com.vaadin.v7.shared.ui.progressindicator.ProgressIndicatorState extends ProgressBarState implements Serializable
-
Serialized Fields
-
pollingInterval
int pollingInterval
Deprecated.
-
-
-
-
Package com.vaadin.v7.shared.ui.select
-
Class com.vaadin.v7.shared.ui.select.AbstractSelectState extends AbstractFieldState implements Serializable
-
-
Package com.vaadin.v7.shared.ui.slider
-
Class com.vaadin.v7.shared.ui.slider.SliderState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
maxValue
double maxValue
-
minValue
double minValue
-
orientation
SliderOrientation orientation
-
resolution
int resolution
The number of fractional digits that are considered significant. Must be non-negative. -
value
double value
-
-
-
-
Package com.vaadin.v7.shared.ui.table
-
Class com.vaadin.v7.shared.ui.table.TableConstants extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.table.TableState extends AbstractSelectState implements Serializable
-
Serialized Fields
-
collapseMenuContent
CollapseMenuContent collapseMenuContent
-
-
-
-
Package com.vaadin.v7.shared.ui.textarea
-
Class com.vaadin.v7.shared.ui.textarea.RichTextAreaState extends AbstractTextFieldState implements Serializable
-
Class com.vaadin.v7.shared.ui.textarea.TextAreaState extends AbstractTextFieldState implements Serializable
-
Serialized Fields
-
rows
int rows
Deprecated.Number of visible rows in the text area. The default is 5. -
wordwrap
boolean wordwrap
Deprecated.Tells if word-wrapping should be used in the text area.
-
-
-
-
Package com.vaadin.v7.shared.ui.textfield
-
Class com.vaadin.v7.shared.ui.textfield.AbstractTextFieldState extends AbstractFieldState implements Serializable
-
Serialized Fields
-
columns
int columns
Deprecated.Number of visible columns in the TextField. -
inputPrompt
String inputPrompt
Deprecated.The prompt to display in an empty field. Null when disabled. -
maxLength
int maxLength
Deprecated.Maximum character count in text field. -
text
String text
Deprecated.The text in the field.
-
-
-
Class com.vaadin.v7.shared.ui.textfield.TextFieldConstants extends Object implements Serializable
-
-
Package com.vaadin.v7.shared.ui.tree
-
Class com.vaadin.v7.shared.ui.tree.TreeConstants extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.tree.TreeState extends AbstractSelectState implements Serializable
-
-
Package com.vaadin.v7.shared.ui.treetable
-
Class com.vaadin.v7.shared.ui.treetable.TreeTableConstants extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.treetable.TreeTableState extends TableState implements Serializable
-
-
Package com.vaadin.v7.shared.ui.twincolselect
-
Class com.vaadin.v7.shared.ui.twincolselect.TwinColSelectConstants extends Object implements Serializable
-
Class com.vaadin.v7.shared.ui.twincolselect.TwinColSelectState extends AbstractSelectState implements Serializable
-
-
Package com.vaadin.v7.shared.ui.upload
-
Class com.vaadin.v7.shared.ui.upload.UploadState extends AbstractLegacyComponentState implements Serializable
-