javax.faces.component.UIInput.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of myfaces-api Show documentation
Show all versions of myfaces-api Show documentation
The public API classes of the Apache MyFaces CORE JSF-2.2 project
<?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