Index

A C F G R S T V 
All Classes and Interfaces|All Packages|Serialized Form

A

add(Component, int) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Adds a component with the desired colspan.
addFormItem(Component, Component) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Convenience method for creating and adding a new FormItem to this layout that wraps the given field with a component as its label.
addFormItem(Component, String) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Convenience method for creating and adding a new FormItem to this layout that wraps the given field with a label.
addToLabel(Component...) - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
Adds the given components as children of this component at the slot 'label'.
ASIDE - Enum constant in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
Labels are displayed on the left hand side of the wrapped component.

C

com.vaadin.flow.component.formlayout - package com.vaadin.flow.component.formlayout
 

F

FormItem() - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.FormItem
Constructs an empty FormItem.
FormItem(Component...) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.FormItem
Constructs a FormItem with the given initial components to wrap.
FormLayout - Class in com.vaadin.flow.component.formlayout
Form Layout allows you to build responsive forms with multiple columns and to position input labels on top or to the side of the input.
FormLayout() - Constructor for class com.vaadin.flow.component.formlayout.FormLayout
Constructs an empty layout.
FormLayout(Component...) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout
Constructs a FormLayout with the given initial components.
FormLayout.FormItem - Class in com.vaadin.flow.component.formlayout
Server-side component for the <vaadin-form-item> element.
FormLayout.ResponsiveStep - Class in com.vaadin.flow.component.formlayout
A class used in describing the responsive layouting behavior of a FormLayout.
FormLayout.ResponsiveStep.LabelsPosition - Enum Class in com.vaadin.flow.component.formlayout
Enum for describing the position of label components in a FormLayout.FormItem.

G

getColspan(Component) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Gets the colspan of the given component.
getResponsiveSteps() - Method in class com.vaadin.flow.component.formlayout.FormLayout
Get the list of FormLayout.ResponsiveSteps used to configure this layout.

R

readJson(JsonObject) - Method in class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
 
remove(Component...) - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
Removes the given child components from this component.
removeAll() - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
Removes all contents from this component, this includes child components, text content as well as child elements that have been added directly to this component using the Element API.
ResponsiveStep(String, int) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
Constructs a ResponsiveStep with the given minimum width and number of columns.
ResponsiveStep(String, int, FormLayout.ResponsiveStep.LabelsPosition) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
Constructs a ResponsiveStep with the given minimum width, number of columns and label position.

S

setColspan(Component, int) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Sets the colspan of the given component's element.
setResponsiveSteps(FormLayout.ResponsiveStep...) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Configure the responsive steps used in this layout.
setResponsiveSteps(List<FormLayout.ResponsiveStep>) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Configure the responsive steps used in this layout.

T

toJson() - Method in class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
 
TOP - Enum constant in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
Labels are displayed atop the wrapped component.
toString() - Method in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
 

V

valueOf(String) - Static method in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
Returns an array containing the constants of this enum class, in the order they are declared.
A C F G R S T V 
All Classes and Interfaces|All Packages|Serialized Form