Package io.jmix.flowui.component
Class WrapperUtils
java.lang.Object
io.jmix.flowui.component.WrapperUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
convertToFormLayoutLabelsPosition
(SupportsResponsiveSteps.ResponsiveStep.LabelsPosition labelsPosition) static List<com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep>
convertToFormLayoutResponsiveStep
(List<SupportsResponsiveSteps.ResponsiveStep> responsiveSteps) static LogicalCondition.Type
-
Method Details
-
convertToFormLayoutResponsiveStep
public static List<com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep> convertToFormLayoutResponsiveStep(List<SupportsResponsiveSteps.ResponsiveStep> responsiveSteps) -
convertToFormLayoutLabelsPosition
@Nullable public static com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition convertToFormLayoutLabelsPosition(@Nullable SupportsResponsiveSteps.ResponsiveStep.LabelsPosition labelsPosition) -
convertToLogicalConditionType
public static LogicalCondition.Type convertToLogicalConditionType(LogicalFilterComponent.Operation operation)
-