Uses of Class
org.vaadin.firitin.components.formlayout.VFormLayout
Packages that use VFormLayout
-
Uses of VFormLayout in org.vaadin.firitin.components.formlayout
Classes in org.vaadin.firitin.components.formlayout that implement interfaces with type arguments of type VFormLayoutModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.vaadin.firitin.components.formlayout that return VFormLayoutModifier and TypeMethodDescriptionVFormLayout.withFormItem
(com.vaadin.flow.component.Component component, String label, int colspan) VFormLayout.withResponsiveSteps
(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep... steps) VFormLayout.withResponsiveSteps
(List<com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep> steps) VFormLayout.withResponsiveStepsFourCols
(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition position, String minWidthTwoCol, String minWidthThreeCol, String minWidthFourthCol) shorthand for three col configurationVFormLayout.withResponsiveStepsOneCol
(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition position) shorthand for one col configurationVFormLayout.withResponsiveStepsThreeCols
(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition position, String minWidthTwoCol, String minWidthThreeCol) shorthand for three col configurationVFormLayout.withResponsiveStepsTwoCols
(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition position, String minWidthTwoCol) shorthand for two col configuration