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

de.larmic.jsf2.component.html.HtmlInputComponent Maven / Gradle / Ivy

The newest version!
package de.larmic.jsf2.component.html;

public interface HtmlInputComponent {

	String getTooltip();

	boolean isReadonly();

	boolean getFloating();

    boolean getDisableDefaultStyleClasses();

    String getComponentStyleClass();

    String getInputStyleClass();

    String getLabelStyleClass();

	boolean isRequired();

	boolean isValid();

	String getLabel();

	Object getValue();

	String getClientId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy