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

de.agilecoders.wicket.markup.html.bootstrap.button.BootstrapButton Maven / Gradle / Ivy

package de.agilecoders.wicket.markup.html.bootstrap.button;

/**
 * TODO: document
 *
 * @author miha
 * @version 1.0
 */
public interface BootstrapButton {

    T setSize(ButtonSize buttonSize);

    T setType(ButtonType buttonType);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy