public class UIData extends UIComponentBase implements NamingContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
SEPARATOR_CHAR| Constructor and Description |
|---|
UIData() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(FacesEvent event) |
void |
encodeBegin(FacesContext context) |
void |
encodeEnd(FacesContext context) |
java.lang.String |
getClientId(FacesContext context) |
java.lang.String |
getFamily() |
int |
getFirst() |
UIComponent |
getFooter() |
UIComponent |
getHeader() |
int |
getRowCount() |
java.lang.Object |
getRowData() |
int |
getRowIndex() |
int |
getRows() |
java.lang.Object |
getValue() |
java.lang.String |
getVar() |
boolean |
isRowAvailable() |
void |
processDecodes(FacesContext context) |
void |
processUpdates(FacesContext context) |
void |
processValidators(FacesContext context) |
void |
queueEvent(FacesEvent event) |
void |
restoreState(FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(FacesContext context) |
void |
setFirst(int first) |
void |
setFooter(UIComponent footer) |
void |
setHeader(UIComponent header) |
void |
setRowIndex(int rowIndex) |
void |
setRows(int rows) |
void |
setValue(java.lang.Object value) |
void |
setValueBinding(java.lang.String name,
ValueBinding binding) |
void |
setVar(java.lang.String var) |
addFacesListener, decode, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransientpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public void setFooter(UIComponent footer)
public UIComponent getFooter()
public void setHeader(UIComponent header)
public UIComponent getHeader()
public boolean isRowAvailable()
public int getRowCount()
public java.lang.Object getRowData()
public int getRowIndex()
public void setRowIndex(int rowIndex)
public void setRows(int rows)
public void setVar(java.lang.String var)
public java.lang.String getVar()
public void setValueBinding(java.lang.String name,
ValueBinding binding)
setValueBinding in class UIComponentBasepublic java.lang.String getClientId(FacesContext context)
getClientId in class UIComponentBasepublic void queueEvent(FacesEvent event)
queueEvent in class UIComponentBasepublic void broadcast(FacesEvent event) throws AbortProcessingException
broadcast in class UIComponentBaseAbortProcessingExceptionpublic void encodeBegin(FacesContext context) throws java.io.IOException
encodeBegin in class UIComponentBasejava.io.IOExceptionpublic void encodeEnd(FacesContext context) throws java.io.IOException
encodeEnd in class UIComponentBasejava.io.IOExceptionUIComponentBase.encodeEnd(javax.faces.context.FacesContext)public void processDecodes(FacesContext context)
processDecodes in class UIComponentBasepublic void processValidators(FacesContext context)
processValidators in class UIComponentBasepublic void processUpdates(FacesContext context)
processUpdates in class UIComponentBasepublic void setValue(java.lang.Object value)
public java.lang.Object saveState(FacesContext context)
saveState in interface StateHoldersaveState in class UIComponentBasepublic void restoreState(FacesContext context, java.lang.Object state)
restoreState in interface StateHolderrestoreState in class UIComponentBasepublic java.lang.String getFamily()
getFamily in class UIComponentpublic void setFirst(int first)
public int getFirst()
public int getRows()
public java.lang.Object getValue()