|
||||||||||
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.tobago.component.UIData
org.apache.myfaces.tobago.component.UIDataFixTobago931
public class UIDataFixTobago931
This component is an alternative to its parent. It was written as an workaround for problems with Sun RI 1.1_02. See bug TOBAGO-931 in the bug tracker. To use it, define it in you faces-config.xml.
Field Summary |
---|
Fields inherited from class org.apache.myfaces.tobago.component.UIData |
---|
ATTR_SCROLL_POSITION, COMPONENT_TYPE, DEFAULT_DIRECT_LINK_COUNT, DEFAULT_ROW_COUNT, FACET_SORTER, MULTI, NONE, SINGLE, SINGLE_OR_NONE, SORTER_ID |
Fields inherited from class javax.faces.component.UIData |
---|
COMPONENT_FAMILY |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
UIDataFixTobago931()
|
Method Summary | |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext context)
Perform necessary actions when rendering of this component starts, before delegating to the inherited implementation which calls the associated renderer's encodeBegin method. |
java.lang.String |
getClientId(javax.faces.context.FacesContext facesContext)
|
int |
getRowCount()
|
java.lang.Object |
getRowData()
|
int |
getRowIndex()
|
boolean |
isRowAvailable()
|
void |
processUpdates(javax.faces.context.FacesContext context)
|
void |
processValidators(javax.faces.context.FacesContext context)
|
void |
setRowIndex(int rowIndex)
|
void |
setValue(java.lang.Object value)
|
void |
setValueBinding(java.lang.String name,
javax.faces.el.ValueBinding binding)
|
Methods inherited from class javax.faces.component.UIData |
---|
getFamily, getFirst, getFooter, getHeader, getValue, getVar, setFirst, setFooter, setHeader, setVar |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, decode, encodeChildren, 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 |
Constructor Detail |
---|
public UIDataFixTobago931()
Method Detail |
---|
public java.lang.String getClientId(javax.faces.context.FacesContext facesContext)
getClientId
in class javax.faces.component.UIData
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class javax.faces.component.UIData
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class UIData
public void setValue(java.lang.Object value)
setValue
in class javax.faces.component.UIData
public void setValueBinding(java.lang.String name, javax.faces.el.ValueBinding binding)
setValueBinding
in class javax.faces.component.UIData
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
encodeBegin
in class UIData
java.io.IOException
public boolean isRowAvailable()
isRowAvailable
in class javax.faces.component.UIData
public int getRowCount()
getRowCount
in class javax.faces.component.UIData
public java.lang.Object getRowData()
getRowData
in class javax.faces.component.UIData
public int getRowIndex()
getRowIndex
in class javax.faces.component.UIData
public void setRowIndex(int rowIndex)
setRowIndex
in class javax.faces.component.UIData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |