All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gwtbootstrap.timepicker.client.ui.base.HasMinuteStep Maven / Gradle / Ivy

The newest version!
package com.github.gwtbootstrap.timepicker.client.ui.base;

/**
 * Define a element that will have the minuteStep property
 *
 * @author Carlos Alexandro Becker
 * @author Joshua Godi
 * @since 2.3.2.0
 */
public interface HasMinuteStep {

    /**
     * Sets the minuteStep property on the component
     *
     * @param minuteStep: minute step of the minute component
     */
    public void setMinuteStep(int minuteStep);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy