javax.faces.component.UISelectMany.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> <component-class>javax.faces.component.UISelectMany</component-class> <base-class>javax.faces.component.UIInput</base-class> <component-type>javax.faces.SelectMany</component-type> <component-family>javax.faces.SelectMany</component-family> <renderer-type>javax.faces.Listbox</renderer-type> <field generateProperty="false" saveState="false" > <name>selectedValues</name> <type>[Ljava.lang.Object;</type> </field> </component>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy