|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIData
org.apache.myfaces.custom.datalist.HtmlDataList
Field Summary | |
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIData |
COMPONENT_FAMILY |
Fields inherited from interface javax.faces.component.NamingContainer |
SEPARATOR_CHAR |
Constructor Summary | |
HtmlDataList()
|
Method Summary | |
java.lang.String |
getLayout()
|
java.lang.String |
getRowCountVar()
|
java.lang.String |
getRowIndexVar()
|
void |
processDecodes(javax.faces.context.FacesContext context)
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setLayout(java.lang.String layout)
|
void |
setRowCountVar(java.lang.String rowCountVar)
|
void |
setRowIndex(int rowIndex)
|
void |
setRowIndexVar(java.lang.String rowIndexVar)
|
Methods inherited from class javax.faces.component.UIData |
broadcast, encodeBegin, getClientId, getFamily, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, isRowAvailable, processUpdates, processValidators, queueEvent, setFirst, setFooter, setHeader, setRows, setValue, setValueBinding, setVar |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, decode, encodeChildren, encodeEnd, 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, setTransient |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
public HtmlDataList()
Method Detail |
public void processDecodes(javax.faces.context.FacesContext context)
public void setRowIndex(int rowIndex)
public void setLayout(java.lang.String layout)
public java.lang.String getLayout()
public void setRowIndexVar(java.lang.String rowIndexVar)
public java.lang.String getRowIndexVar()
public void setRowCountVar(java.lang.String rowCountVar)
public java.lang.String getRowCountVar()
public java.lang.Object saveState(javax.faces.context.FacesContext context)
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |