- 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.
- 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
-
- 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
-
- 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
- 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.
- 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
-
- 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
-
- 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
-
- 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.