com.github.gwtbootstrap.timepicker.client.ui.base.HasShowSeconds Maven / Gradle / Ivy
package com.github.gwtbootstrap.timepicker.client.ui.base;
/**
* Define a element that will have the showSeconds property
*
* @author Carlos Alexandro Becker
* @author Joshua Godi
* @since 2.3.2.0
*/
public interface HasShowSeconds {
/**
* Sets the showSeconds property component
*
* @param showSeconds: if true shows the seconds selection
*/
public void setShowSeconds(boolean showSeconds);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy