public class UISelectReference
extends javax.faces.component.UIOutput
component1.2.stg
with class
SelectReferenceTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UISelectReference() |
Modifier and Type | Method and Description |
---|---|
String |
getFor()
Id of the component, this is related to.
|
String |
getRenderRange()
Range of items to render.
|
void |
restoreState(javax.faces.context.FacesContext context,
Object componentState) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setFor(String forComponent) |
void |
setRenderRange(String renderRange) |
getConverter, getFamily, getLocalValue, getValue, setConverter, setValue
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final String COMPONENT_TYPE
public String getRenderRange()
public void setRenderRange(String renderRange)
public String getFor()
public void setFor(String forComponent)
public void restoreState(javax.faces.context.FacesContext context, Object componentState)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIOutput
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIOutput
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.