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

com.sksamuel.jqm4gwt.HasClearButton Maven / Gradle / Ivy

The newest version!
package com.sksamuel.jqm4gwt;

/**
 * For widgets that can have clear button.
 */
public interface HasClearButton {

    boolean isClearButton();

    void setClearButton(boolean value);

    T withClearButton(boolean value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy