com.github.gwtbootstrap.timepicker.client.ui.base.HasSecondStep Maven / Gradle / Ivy
package com.github.gwtbootstrap.timepicker.client.ui.base;
/**
* Define a element that will have the secondStep property
*
* @author Carlos Alexandro Becker
* @author Joshua Godi
* @since 2.3.2.0
*/
public interface HasSecondStep {
/**
* Sets the secondStep property on the component
*
* @param secondStep: second step of the minute component
*/
public void setSecondStep(int secondStep);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy