Serialized Form
-
Package com.vaadin.flow.component.html
-
Class com.vaadin.flow.component.html.Anchor
class Anchor extends com.vaadin.flow.component.HtmlContainer implements Serializable-
Serialized Fields
-
href
Serializable href
-
-
-
Class com.vaadin.flow.component.html.Article
class Article extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Aside
class Aside extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Code
class Code extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.DescriptionList
class DescriptionList extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.DescriptionList.Description
class Description extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.DescriptionList.Term
class Term extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Div
class Div extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Emphasis
class Emphasis extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.FieldSet
class FieldSet extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.FieldSet.Legend
class Legend extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H1
class H1 extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H2
class H2 extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H3
class H3 extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H4
class H4 extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H5
class H5 extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H6
class H6 extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Header
class Header extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Hr
class Hr extends com.vaadin.flow.component.HtmlComponent implements Serializable -
Class com.vaadin.flow.component.html.HtmlObject
class HtmlObject extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.IFrame
class IFrame extends com.vaadin.flow.component.HtmlComponent implements Serializable -
Class com.vaadin.flow.component.html.Image
class Image extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Input
class Input extends com.vaadin.flow.component.AbstractSinglePropertyField<Input,String> implements Serializable -
Serialized Fields
-
currentMode
com.vaadin.flow.data.value.ValueChangeMode currentMode
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.html.ListItem
class ListItem extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Main
class Main extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeButton
class NativeButton extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeDetails
class NativeDetails extends com.vaadin.flow.component.HtmlComponent implements Serializable-
Serialized Fields
-
content
com.vaadin.flow.component.Component content
-
summary
NativeDetails.Summary summary
-
-
-
Class com.vaadin.flow.component.html.NativeDetails.Summary
class Summary extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeDetails.ToggleEvent
class ToggleEvent extends com.vaadin.flow.component.ComponentEvent<NativeDetails> implements Serializable-
Serialized Fields
-
open
boolean open
-
-
-
Class com.vaadin.flow.component.html.NativeLabel
class NativeLabel extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeTable
class NativeTable extends com.vaadin.flow.component.HtmlContainer implements Serializable-
Serialized Fields
-
bodies
List<NativeTableBody> bodies
The list of<tbody>elements of the table. -
caption
NativeTableCaption caption
The table's caption. -
foot
NativeTableFooter foot
The<tfoot>element of this table. -
head
NativeTableHeader head
The<thead>element of this table.
-
-
-
Class com.vaadin.flow.component.html.NativeTableBody
class NativeTableBody extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeTableCaption
class NativeTableCaption extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeTableCell
class NativeTableCell extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeTableHeader
class NativeTableHeader extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeTableHeaderCell
class NativeTableHeaderCell extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeTableRow
class NativeTableRow extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.OrderedList
class OrderedList extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Paragraph
class Paragraph extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Param
class Param extends com.vaadin.flow.component.HtmlComponent implements Serializable -
Class com.vaadin.flow.component.html.Pre
class Pre extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.RangeInput
class RangeInput extends com.vaadin.flow.component.AbstractSinglePropertyField<RangeInput,Double> implements Serializable -
Serialized Fields
-
currentMode
com.vaadin.flow.data.value.ValueChangeMode currentMode
-
enabled
boolean enabled
-
readOnly
boolean readOnly
Range input element doesn't support the "read-only" attribute or property. We'll disable the component instead. -
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.html.Section
class Section extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Span
class Span extends com.vaadin.flow.component.HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.UnorderedList
class UnorderedList extends com.vaadin.flow.component.HtmlContainer implements Serializable
-