|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.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, encodeEnd, 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, 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)
processDecodes
in class javax.faces.component.UIData
public void setRowIndex(int rowIndex)
setRowIndex
in class javax.faces.component.UIData
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)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIData
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |