public class

UISelectReference

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

Class Overview

Renders a set of option related to and same type as the for component. UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.SelectReferenceTagDeclaration.

Summary

Constants
String COMPONENT_TYPE
[Expand]
Inherited Constants
From class javax.faces.component.UIOutput
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UISelectReference()
Public Methods
String getFor()
Id of the component, this is related to.
String getRenderRange()
Range of items to render.
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setFor(String forComponent)
void setRenderRange(String renderRange)
[Expand]
Inherited Methods
From class javax.faces.component.UIOutput
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 javax.faces.component.ValueHolder

Constants

public static final String COMPONENT_TYPE

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

Public Constructors

public UISelectReference ()

Public Methods

public String getFor ()

Id of the component, this is related to.

public String getRenderRange ()

Range of items to render.

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setFor (String forComponent)

public void setRenderRange (String renderRange)