| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.faces.component.UIComponentjavax.faces.component.UIComponentBasejavax.faces.component.UIDataField Summary | |
static String | |
static String | |
Fields inherited from interface javax.faces.component.NamingContainer | |
SEPARATOR_CHAR | |
Constructor Summary | |
| |
Method Summary | |
void |
|
void |
|
void |
|
String |
|
String | |
int |
|
UIComponent | |
UIComponent | |
int | |
Object | |
int | |
int |
|
Object |
|
String |
|
boolean | |
void |
|
void |
|
void |
|
void |
|
void |
|
Object |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class javax.faces.component.UIComponent | |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getFamily, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, setId, setParent, setRendered, setRendererType, setValueBinding | |
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public void broadcast(FacesEvent event) throws AbortProcessingException
- Overrides:
- broadcast in interface UIComponentBase
public void encodeBegin(FacesContext context) throws IOException
- Overrides:
- encodeBegin in interface UIComponentBase
public void encodeEnd(FacesContext context) throws IOException
- Overrides:
- encodeEnd in interface UIComponentBase
public String getClientId(FacesContext context)
- Overrides:
- getClientId in interface UIComponentBase
- Parameters:
context-
- Returns:
- String
public int getFirst()
public int getRowCount()
public Object getRowData()
public int getRowIndex()
public int getRows()
public Object getValue()
public String getVar()
public boolean isRowAvailable()
public void processDecodes(FacesContext context)
- Overrides:
- processDecodes in interface UIComponentBase
public void processUpdates(FacesContext context)
- Overrides:
- processUpdates in interface UIComponentBase
public void processValidators(FacesContext context)
- Overrides:
- processValidators in interface UIComponentBase
public void restoreState(FacesContext context, Object state)
- Overrides:
- restoreState in interface UIComponentBase
public Object saveState(FacesContext context)
- Specified by:
- saveState in interface StateHolder
- Overrides:
- saveState in interface UIComponentBase
public void setFirst(int first)
public void setRowIndex(int rowIndex)
public void setRows(int rows)
public void setValue(Object value)
public void setValueBinding(String name,
ValueBinding binding)
- Overrides:
- setValueBinding in interface UIComponentBase
public void setVar(String var)