public class

UISelectItem

extends AbstractUISelectItem
implements SupportsMarkup
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ javax.faces.component.UISelectItem
         ↳ org.apache.myfaces.tobago.internal.component.AbstractUISelectItem
           ↳ org.apache.myfaces.tobago.component.UISelectItem

Class Overview

Add a child UISelectItem 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.SelectItemTagDeclaration.

Summary

Constants
String COMPONENT_TYPE
[Expand]
Inherited Constants
From class javax.faces.component.UISelectItem
From interface org.apache.myfaces.tobago.component.OnComponentPopulated
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UISelectItem()
Public Methods
Markup getCurrentMarkup()
String getItemImage()
Image to be displayed to the user for this option.
Markup getMarkup()
boolean isItemDisabled()
Flag indicating whether the option created by this component is disabled.
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setCurrentMarkup(Markup currentMarkup)
void setItemDisabled(boolean itemDisabled)
void setItemImage(String itemImage)
void setMarkup(Markup markup)
[Expand]
Inherited Methods
From class org.apache.myfaces.tobago.internal.component.AbstractUISelectItem
From class javax.faces.component.UISelectItem
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.StateHolder
From interface org.apache.myfaces.tobago.component.OnComponentPopulated
From interface org.apache.myfaces.tobago.component.SupportsMarkup

Constants

public static final String COMPONENT_TYPE

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

Public Constructors

public UISelectItem ()

Public Methods

public Markup getCurrentMarkup ()

public String getItemImage ()

Image to be displayed to the user for this option.

public Markup getMarkup ()

public boolean isItemDisabled ()

Flag indicating whether the option created by this component is disabled.
Default: false

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setCurrentMarkup (Markup currentMarkup)

public void setItemDisabled (boolean itemDisabled)

public void setItemImage (String itemImage)

public void setMarkup (Markup markup)