You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.timepicker.

Class StepsUtil

  • public class StepsUtil
    extends Object

    Utility class around the time picker steps functionality. The logic in here is extracted for reuse by the DateTimePicker component.

    NOTE: This class is not part of the public API surface and for internal use only

    • Field Detail

      • DEFAULT_WEB_COMPONENT_STEP

        public static final Duration DEFAULT_WEB_COMPONENT_STEP

        Default step value of the web component, as Duration

    • Constructor Detail

      • StepsUtil

        public StepsUtil()
    • Method Detail

      • convertDurationToStepsValue

        public static double convertDurationToStepsValue​(Duration duration)

        Converts a Duration object into a decimal value that is used internally by the time picker web component.

        Parameters:

        duration -

        Returns:

      • convertStepsValueToDuration

        public static Duration convertStepsValueToDuration​(double stepsValue)

        Converts the decimal steps value use internally by the time picker web component into a Duration instance

        Parameters:

        stepsValue -

        Returns: