public class

UISelectItems

extends UISelectItems
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ javax.faces.component.UISelectItems
         ↳ org.apache.myfaces.tobago.component.UISelectItems

Class Overview

Add a child UISelectItems component to the UIComponent associated with the closed parent UIComponent custom action. UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.SelectItemsTagDeclaration.

Summary

Constants
String COMPONENT_TYPE
[Expand]
Inherited Constants
From class javax.faces.component.UISelectItems
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UISelectItems()
[Expand]
Inherited Methods
From class javax.faces.component.UISelectItems
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.StateHolder

Constants

public static final String COMPONENT_TYPE

Constant Value: "org.apache.myfaces.tobago.SelectItems"

Public Constructors

public UISelectItems ()