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

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

package de.larmic.butterfaces.component.html;

import java.util.List;

import javax.faces.component.UIComponent;

public interface HtmlInputComponent {

    String getTooltip();

    boolean isReadonly();

    boolean isHideLabel();

    String getStyleClass();

    boolean isRequired();

    boolean isValid();

    String getLabel();

    Object getValue();

    String getClientId();

    UIComponent getFacet(final String name);

    List getSupportedFacets();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy