Uses of Class
org.vaadin.firitin.components.formlayout.VFormLayout
-
Packages that use VFormLayout Package Description org.vaadin.firitin.components.formlayout -
-
Uses of VFormLayout in org.vaadin.firitin.components.formlayout
Methods in org.vaadin.firitin.components.formlayout that return VFormLayout Modifier and Type Method Description VFormLayoutVFormLayout. withFormItem(com.vaadin.flow.component.Component component, String label, int colspan)VFormLayoutVFormLayout. withResponsiveSteps(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep... steps)VFormLayoutVFormLayout. withResponsiveSteps(List<com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep> steps)VFormLayoutVFormLayout. withResponsiveStepsFourCols(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition position, String minWidthTwoCol, String minWidthThreeCol, String minWidthFourthCol)shorthand for three col configurationVFormLayoutVFormLayout. withResponsiveStepsOneCol(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition position)shorthand for one col configurationVFormLayoutVFormLayout. withResponsiveStepsThreeCols(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition position, String minWidthTwoCol, String minWidthThreeCol)shorthand for three col configurationVFormLayoutVFormLayout. withResponsiveStepsTwoCols(com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition position, String minWidthTwoCol)shorthand for two col configuration
-