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

javax.faces.component.UIInput.xml Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE component PUBLIC
  "-//MyFaces//DTD MyFaces component def 1.0//EN"
  "http://myfaces.apache.org/dtd/Component.dtd">
<component generateStateMethods="false" >
    <component-class>javax.faces.component.UIInput</component-class>
    <base-class>javax.faces.component.UIOutput</base-class>
    <component-type>javax.faces.Input</component-type>
    <component-family>javax.faces.Input</component-family>
    <renderer-type>javax.faces.Text</renderer-type>
    <field>
        <name>immediate</name>
        <type>boolean</type>
        <default-value>false</default-value>
    </field>
    <field generateProperty="false" saveState="true" >
        <name>localValueSet</name>
        <type>boolean</type>
        <default-value>false</default-value>
    </field>
    <field>
        <name>required</name>
        <type>boolean</type>
        <default-value>false</default-value>
    </field>
    <field generateProperty="false" saveState="true"  >
        <name>submittedValue</name>
        <type>java.lang.Object</type>
    </field>
    <field generateProperty="false" saveState="true" >
        <name>valid</name>
        <type>boolean</type>
        <default-value>true</default-value>
    </field>
    <field generateProperty="false" saveState="true" >
        <name>validator</name>
        <type>javax.faces.el.MethodBinding</type>
    </field>
    <field generateProperty="false" >
        <name>valueChangeListener</name>
        <type>javax.faces.el.MethodBinding</type>
    </field>
</component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy