Uses of Class
org.vaadin.firitin.components.formlayout.VFormLayout
-
Uses of VFormLayout in org.vaadin.firitin.components.formlayout
Modifier 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