Skip navigation links
A C D E F G H I L M N O P R S T U V 

A

addToggleListener(ComponentEventListener<NativeDetails.ToggleEvent>) - Method in class com.vaadin.flow.component.html.NativeDetails
Adds a listener for toggle events fired by the details, which are dispatched to the details element whenever its state changes between open and closed.
Anchor - Class in com.vaadin.flow.component.html
Component representing an <a> element.
Anchor() - Constructor for class com.vaadin.flow.component.html.Anchor
Creates a new empty anchor component.
Anchor(String, String) - Constructor for class com.vaadin.flow.component.html.Anchor
Creates an anchor component with the given text content and href.
Anchor(String, String, AnchorTarget) - Constructor for class com.vaadin.flow.component.html.Anchor
Creates an anchor component with the given target, text content and href.
Anchor(AbstractStreamResource, String) - Constructor for class com.vaadin.flow.component.html.Anchor
Creates an anchor component with the given text content and stream resource.
Anchor(String, Component...) - Constructor for class com.vaadin.flow.component.html.Anchor
Creates an anchor component with the given href and components as children of this component.
AnchorTarget - Enum in com.vaadin.flow.component.html
Enum representing target attribute values for an <a> element.
AnchorTargetValue - Interface in com.vaadin.flow.component.html
Represents target attribute values for an <a> element.
Article - Class in com.vaadin.flow.component.html
Component representing a <article> element.
Article() - Constructor for class com.vaadin.flow.component.html.Article
Creates a new empty article.
Article(Component...) - Constructor for class com.vaadin.flow.component.html.Article
Creates a new article with the given child components.
Aside - Class in com.vaadin.flow.component.html
Component representing a <aside> element.
Aside() - Constructor for class com.vaadin.flow.component.html.Aside
Creates a new empty aside.
Aside(Component...) - Constructor for class com.vaadin.flow.component.html.Aside
Creates a new aside with the given child components.

C

com.vaadin.flow.component.html - package com.vaadin.flow.component.html
 

D

Description() - Constructor for class com.vaadin.flow.component.html.DescriptionList.Description
Creates a new empty description.
Description(Component...) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Description
Creates a new description with the given child components.
Description(String) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Description
Creates a new description with the given text.
DescriptionList - Class in com.vaadin.flow.component.html
Component representing a <dl> element.
DescriptionList() - Constructor for class com.vaadin.flow.component.html.DescriptionList
Creates a new empty description list.
DescriptionList(Map<DescriptionList.Term, DescriptionList.Description>) - Constructor for class com.vaadin.flow.component.html.DescriptionList
Creates a new description list with the given map of terms and descriptions.
DescriptionList.Description - Class in com.vaadin.flow.component.html
Component representing a <dd> element.
DescriptionList.Term - Class in com.vaadin.flow.component.html
Component representing a <dt> element.
Div - Class in com.vaadin.flow.component.html
Component representing a <div> element.
Div() - Constructor for class com.vaadin.flow.component.html.Div
Creates a new empty div.
Div(Component...) - Constructor for class com.vaadin.flow.component.html.Div
Creates a new div with the given child components.

E

Emphasis - Class in com.vaadin.flow.component.html
Component representing a <em> element.
Emphasis() - Constructor for class com.vaadin.flow.component.html.Emphasis
Creates a new empty emphasis.
Emphasis(Component...) - Constructor for class com.vaadin.flow.component.html.Emphasis
Creates a new emphasis with the given child components.
Emphasis(String) - Constructor for class com.vaadin.flow.component.html.Emphasis
Creates a new emphasis with the given text.

F

Footer - Class in com.vaadin.flow.component.html
Component representing a <footer> element.
Footer() - Constructor for class com.vaadin.flow.component.html.Footer
Creates a new empty footer.
Footer(Component...) - Constructor for class com.vaadin.flow.component.html.Footer
Creates a new footer with the given child components.
forString(String) - Static method in interface com.vaadin.flow.component.html.AnchorTargetValue
Gets an object instance wrapping the value string representation.

G

getAllow() - Method in class com.vaadin.flow.component.html.IFrame
Gets the value of allow attribute.
getAlt() - Method in class com.vaadin.flow.component.html.Image
Gets the alternate text for the image.
getContent() - Method in class com.vaadin.flow.component.html.NativeDetails
Returns the details content which was set via NativeDetails.setContent(Component).
getFor() - Method in class com.vaadin.flow.component.html.Label
Gets the id of the component that this label describes.
getHref() - Method in class com.vaadin.flow.component.html.Anchor
Gets the URL that this anchor links to.
getImportance() - Method in class com.vaadin.flow.component.html.IFrame
Gets the importance attribute value.
getName() - Method in class com.vaadin.flow.component.html.IFrame
Gets the name attribute.
getPlaceholder() - Method in class com.vaadin.flow.component.html.Input
Gets the placeholder text.
getSandbox() - Method in class com.vaadin.flow.component.html.IFrame
Gets the list of sandbox attribute values.
getSrc() - Method in class com.vaadin.flow.component.html.IFrame
Gets the source of the iframe.
getSrc() - Method in class com.vaadin.flow.component.html.Image
Gets the image URL.
getSrcdoc() - Method in class com.vaadin.flow.component.html.IFrame
Gets the srcdoc of the iframe.
getSummary() - Method in class com.vaadin.flow.component.html.NativeDetails
Returns NativeDetails.Summary component associated with this details.
getSummaryText() - Method in class com.vaadin.flow.component.html.NativeDetails
Returns the textual summary of this details.
getTarget() - Method in class com.vaadin.flow.component.html.Anchor
Gets the target window, tab or frame name for this anchor.
getTargetValue() - Method in class com.vaadin.flow.component.html.Anchor
Gets the target window, tab or frame value for this anchor.
getType() - Method in class com.vaadin.flow.component.html.Input
Gets the type of this input.
getType() - Method in class com.vaadin.flow.component.html.OrderedList
 
getValue() - Method in enum com.vaadin.flow.component.html.AnchorTarget
 
getValue() - Method in interface com.vaadin.flow.component.html.AnchorTargetValue
Gets the string value representation.
getValue() - Method in enum com.vaadin.flow.component.html.IFrame.ImportanceType
 
getValue() - Method in enum com.vaadin.flow.component.html.IFrame.SandboxType
 
getValueChangeMode() - Method in class com.vaadin.flow.component.html.Input
 
getValueChangeTimeout() - Method in class com.vaadin.flow.component.html.Input

H

H1 - Class in com.vaadin.flow.component.html
Component representing a <h1> element.
H1() - Constructor for class com.vaadin.flow.component.html.H1
Creates a new empty heading.
H1(Component...) - Constructor for class com.vaadin.flow.component.html.H1
Creates a new heading with the given child components.
H1(String) - Constructor for class com.vaadin.flow.component.html.H1
Creates a new heading with the given text.
H2 - Class in com.vaadin.flow.component.html
Component representing a <h2> element.
H2() - Constructor for class com.vaadin.flow.component.html.H2
Creates a new empty heading.
H2(Component...) - Constructor for class com.vaadin.flow.component.html.H2
Creates a new heading with the given child components.
H2(String) - Constructor for class com.vaadin.flow.component.html.H2
Creates a new heading with the given text.
H3 - Class in com.vaadin.flow.component.html
Component representing a <h3> element.
H3() - Constructor for class com.vaadin.flow.component.html.H3
Creates a new empty heading.
H3(Component...) - Constructor for class com.vaadin.flow.component.html.H3
Creates a new heading with the given child components.
H3(String) - Constructor for class com.vaadin.flow.component.html.H3
Creates a new heading with the given text.
H4 - Class in com.vaadin.flow.component.html
Component representing a <h4> element.
H4() - Constructor for class com.vaadin.flow.component.html.H4
Creates a new empty heading.
H4(Component...) - Constructor for class com.vaadin.flow.component.html.H4
Creates a new heading with the given child components.
H4(String) - Constructor for class com.vaadin.flow.component.html.H4
Creates a new heading with the given text.
H5 - Class in com.vaadin.flow.component.html
Component representing a <h5> element.
H5() - Constructor for class com.vaadin.flow.component.html.H5
Creates a new empty heading.
H5(Component...) - Constructor for class com.vaadin.flow.component.html.H5
Creates a new heading with the given child components.
H5(String) - Constructor for class com.vaadin.flow.component.html.H5
Creates a new heading with the given text.
H6 - Class in com.vaadin.flow.component.html
Component representing a <h6> element.
H6() - Constructor for class com.vaadin.flow.component.html.H6
Creates a new empty heading.
H6(Component...) - Constructor for class com.vaadin.flow.component.html.H6
Creates a new heading with the given child components.
H6(String) - Constructor for class com.vaadin.flow.component.html.H6
Creates a new heading with the given text.
Header - Class in com.vaadin.flow.component.html
Component representing a <header> element.
Header() - Constructor for class com.vaadin.flow.component.html.Header
Creates a new empty header.
Header(Component...) - Constructor for class com.vaadin.flow.component.html.Header
Creates a new header with the given child components.
Hr - Class in com.vaadin.flow.component.html
Component representing a <hr> element.
Hr() - Constructor for class com.vaadin.flow.component.html.Hr
Creates a new hr.

I

IFrame - Class in com.vaadin.flow.component.html
Component representing a <iframe> element.
IFrame() - Constructor for class com.vaadin.flow.component.html.IFrame
Creates a new iframe.
IFrame(String) - Constructor for class com.vaadin.flow.component.html.IFrame
Creates a new iframe with a source URL.
IFrame.ImportanceType - Enum in com.vaadin.flow.component.html
Importance types.
IFrame.SandboxType - Enum in com.vaadin.flow.component.html
Sandbox types.
Image - Class in com.vaadin.flow.component.html
Component representing a <img> element.
Image() - Constructor for class com.vaadin.flow.component.html.Image
Creates a new empty image.
Image(String, String) - Constructor for class com.vaadin.flow.component.html.Image
Creates an image with the given URL and an alternative text.
Image(AbstractStreamResource, String) - Constructor for class com.vaadin.flow.component.html.Image
Creates an image with the given stream resource and an alternative text.
Input - Class in com.vaadin.flow.component.html
Component representing an <input> element.
Input() - Constructor for class com.vaadin.flow.component.html.Input
Creates a new input without any specific type, with ON_CHANGE value change mode.
Input(ValueChangeMode) - Constructor for class com.vaadin.flow.component.html.Input
Creates a new input without any specific type.
isOpen() - Method in class com.vaadin.flow.component.html.NativeDetails
Return whether or not the details is opened and the content is displayed.
isOpened() - Method in class com.vaadin.flow.component.html.NativeDetails.ToggleEvent
Return whether or not the details was opened or closed in this event.

L

Label - Class in com.vaadin.flow.component.html
Component for a <label> element, which represents a caption for an item in a user interface.
Label() - Constructor for class com.vaadin.flow.component.html.Label
Creates a new empty label.
Label(String) - Constructor for class com.vaadin.flow.component.html.Label
Creates a new label with the given text content.
ListItem - Class in com.vaadin.flow.component.html
Component representing a <li> element.
ListItem() - Constructor for class com.vaadin.flow.component.html.ListItem
Creates a new empty list item.
ListItem(Component...) - Constructor for class com.vaadin.flow.component.html.ListItem
Creates a new list item with the given child components.
ListItem(String) - Constructor for class com.vaadin.flow.component.html.ListItem
Creates a new list item with the given text.

M

Main - Class in com.vaadin.flow.component.html
Component representing a <main> element.
Main() - Constructor for class com.vaadin.flow.component.html.Main
Creates a new empty main.
Main(Component...) - Constructor for class com.vaadin.flow.component.html.Main
Creates a new main with the given child components.

N

NativeButton - Class in com.vaadin.flow.component.html
Component representing a <button> element.
NativeButton() - Constructor for class com.vaadin.flow.component.html.NativeButton
Creates a new empty button.
NativeButton(String) - Constructor for class com.vaadin.flow.component.html.NativeButton
Creates a button with the given text.
NativeButton(String, ComponentEventListener<ClickEvent<NativeButton>>) - Constructor for class com.vaadin.flow.component.html.NativeButton
Creates a button with the given text and click listener.
NativeDetails - Class in com.vaadin.flow.component.html
Component representing a <details> element.
NativeDetails() - Constructor for class com.vaadin.flow.component.html.NativeDetails
Creates a new details with an empty summary.
NativeDetails(String) - Constructor for class com.vaadin.flow.component.html.NativeDetails
Creates a new details with the given summary.
NativeDetails(Component) - Constructor for class com.vaadin.flow.component.html.NativeDetails
Creates a new details with the given content of the summary.
NativeDetails(String, Component) - Constructor for class com.vaadin.flow.component.html.NativeDetails
Creates a new details using the provided summary and content.
NativeDetails(Component, Component) - Constructor for class com.vaadin.flow.component.html.NativeDetails
Creates a new details using the provided summary content and content.
NativeDetails.Summary - Class in com.vaadin.flow.component.html
Component representing a <summary> element.
NativeDetails.ToggleEvent - Class in com.vaadin.flow.component.html
Represents the DOM event "toggle".
Nav - Class in com.vaadin.flow.component.html
Component representing a <nav> element.
Nav() - Constructor for class com.vaadin.flow.component.html.Nav
Creates a new empty nav.
Nav(Component...) - Constructor for class com.vaadin.flow.component.html.Nav
Creates a new nav with the given child components.

O

onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.html.Anchor
 
OrderedList - Class in com.vaadin.flow.component.html
Component representing a <ol> element.
OrderedList() - Constructor for class com.vaadin.flow.component.html.OrderedList
Creates a new empty ordered list.
OrderedList(OrderedList.NumberingType) - Constructor for class com.vaadin.flow.component.html.OrderedList
Creates a new empty ordered list with the specified OrderedList.NumberingType.
OrderedList(ListItem...) - Constructor for class com.vaadin.flow.component.html.OrderedList
Creates a new ordered list with the given list items.
OrderedList.NumberingType - Enum in com.vaadin.flow.component.html
Defines the numbering type of the list items.

P

Paragraph - Class in com.vaadin.flow.component.html
Component representing a <p> element.
Paragraph() - Constructor for class com.vaadin.flow.component.html.Paragraph
Creates a new empty paragraph.
Paragraph(Component...) - Constructor for class com.vaadin.flow.component.html.Paragraph
Creates a new paragraph with the given child components.
Paragraph(String) - Constructor for class com.vaadin.flow.component.html.Paragraph
Creates a new paragraph with the given text.
Pre - Class in com.vaadin.flow.component.html
Component representing a <pre> element.
Pre() - Constructor for class com.vaadin.flow.component.html.Pre
Creates a new empty preformatted text block.
Pre(Component...) - Constructor for class com.vaadin.flow.component.html.Pre
Creates a new preformatted text block with the given child components.
Pre(String) - Constructor for class com.vaadin.flow.component.html.Pre
Creates a new paragraph with the given text.

R

removeHref() - Method in class com.vaadin.flow.component.html.Anchor
Removes href attribute.

S

Section - Class in com.vaadin.flow.component.html
Component representing a <section> element.
Section() - Constructor for class com.vaadin.flow.component.html.Section
Creates a new empty section.
Section(Component...) - Constructor for class com.vaadin.flow.component.html.Section
Creates a new section with the given child components.
setAllow(String) - Method in class com.vaadin.flow.component.html.IFrame
Sets the allow property to specify a feature policy.
setAlt(String) - Method in class com.vaadin.flow.component.html.Image
Sets the alternate text for the image.
setContent(Component) - Method in class com.vaadin.flow.component.html.NativeDetails
Sets the details content and removes the previously set content.
setFor(Component) - Method in class com.vaadin.flow.component.html.Label
Sets the component that this label describes.
setFor(String) - Method in class com.vaadin.flow.component.html.Label
Sets the id of the component that this label describes.
setHref(String) - Method in class com.vaadin.flow.component.html.Anchor
Sets the URL that this anchor links to.
setHref(AbstractStreamResource) - Method in class com.vaadin.flow.component.html.Anchor
Sets the URL that this anchor links to with the URL of the given StreamResource.
setImportance(IFrame.ImportanceType) - Method in class com.vaadin.flow.component.html.IFrame
Sets the importance attribute to the specified IFrame.ImportanceType value.
setName(String) - Method in class com.vaadin.flow.component.html.IFrame
Sets the name attribute.
setOpen(boolean) - Method in class com.vaadin.flow.component.html.NativeDetails
Sets whether or not the details should be opened.
setPlaceholder(String) - Method in class com.vaadin.flow.component.html.Input
Sets the placeholder text that is shown if the input is empty.
setSandbox(IFrame.SandboxType...) - Method in class com.vaadin.flow.component.html.IFrame
Sets the sandbox attribute to the given IFrame.SandboxTypes.
setSrc(String) - Method in class com.vaadin.flow.component.html.IFrame
Sets the source of the iframe.
setSrc(String) - Method in class com.vaadin.flow.component.html.Image
Sets the image URL.
setSrc(AbstractStreamResource) - Method in class com.vaadin.flow.component.html.Image
Sets the image URL with the URL of the given StreamResource.
setSrcdoc(String) - Method in class com.vaadin.flow.component.html.IFrame
Sets the srcdoc of the iframe.
setSummary(Component...) - Method in class com.vaadin.flow.component.html.NativeDetails
Sets the components of the summary.
setSummaryText(String) - Method in class com.vaadin.flow.component.html.NativeDetails
Sets the text of the summary.
setTarget(String) - Method in class com.vaadin.flow.component.html.Anchor
Sets the target window, tab or frame for this anchor.
setTarget(AnchorTargetValue) - Method in class com.vaadin.flow.component.html.Anchor
Sets the target window, tab or frame for this anchor.
setType(String) - Method in class com.vaadin.flow.component.html.Input
Sets the type of this input.
setType(OrderedList.NumberingType) - Method in class com.vaadin.flow.component.html.OrderedList
 
setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.html.Input
 
setValueChangeTimeout(int) - Method in class com.vaadin.flow.component.html.Input
 
Span - Class in com.vaadin.flow.component.html
Component representing a <span> element.
Span() - Constructor for class com.vaadin.flow.component.html.Span
Creates a new empty span.
Span(Component...) - Constructor for class com.vaadin.flow.component.html.Span
Creates a new span with the given child components.
Span(String) - Constructor for class com.vaadin.flow.component.html.Span
Creates a new span with the given text.
Summary() - Constructor for class com.vaadin.flow.component.html.NativeDetails.Summary
Creates a new empty summary.

T

Term() - Constructor for class com.vaadin.flow.component.html.DescriptionList.Term
Creates a new empty term.
Term(Component...) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Term
Creates a new term with the given child components.
Term(String) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Term
Creates a new term with the given text.
ToggleEvent(NativeDetails, boolean) - Constructor for class com.vaadin.flow.component.html.NativeDetails.ToggleEvent
ToggleEvent base constructor.

U

UnorderedList - Class in com.vaadin.flow.component.html
Component representing a <ul> element.
UnorderedList() - Constructor for class com.vaadin.flow.component.html.UnorderedList
Creates a new empty unordered list.
UnorderedList(ListItem...) - Constructor for class com.vaadin.flow.component.html.UnorderedList
Creates a new unordered list with the given list items.

V

valueOf(String) - Static method in enum com.vaadin.flow.component.html.AnchorTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.html.IFrame.ImportanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.html.IFrame.SandboxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.html.OrderedList.NumberingType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.html.AnchorTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.html.IFrame.ImportanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.html.IFrame.SandboxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.html.OrderedList.NumberingType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2000–2025 Vaadin Ltd. All rights reserved.