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

org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane.xml Maven / Gradle / Ivy

Go to download

JSF components and utilities that can be used with any JSF implementation. This library is compatible with both JSF1.1 and JSF1.2; however for JSF1.2 users there is an alternative build of Tomahawk available that takes advantage of JSF1.2 features to offer some additional benefits.

There is a newer version: 1.1.14
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>
    <component-class>org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane</component-class>
    <base-class>javax.faces.component.html.HtmlPanelGroup</base-class>
    <component-type>org.apache.myfaces.HtmlPanelTabbedPane</component-type>
    <component-family>javax.faces.Panel</component-family>
    <renderer-type>org.apache.myfaces.TabbedPane</renderer-type>
    <field>
        <name>selectedIndex</name>
        <type>int</type>
        <default-value>0</default-value>
    </field>
    <field>
        <name>bgcolor</name>
        <type>java.lang.String</type>
    </field>
    <field generateProperty="false" >
        <name>tabChangeListener</name>
        <type>javax.faces.el.MethodBinding</type>
    </field>
    <field>
        <name>activeTabStyleClass</name>
        <type>java.lang.String</type>
    </field>
    <field>
        <name>inactiveTabStyleClass</name>
        <type>java.lang.String</type>
    </field>
    <field>
        <name>disabledTabStyleClass</name>
        <type>java.lang.String</type>
    </field>
    <field>
        <name>activeSubStyleClass</name>
        <type>java.lang.String</type>
    </field>
    <field>
        <name>inactiveSubStyleClass</name>
        <type>java.lang.String</type>
    </field>
    <field>
        <name>tabContentStyleClass</name>
        <type>java.lang.String</type>
    </field>
    <field>
        <name>activePanelTabVar</name>
        <type>java.lang.String</type>
    </field>
</component>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy