|
||||||||||
| 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
org.ajax4jsf.component.UISelector
public abstract class UISelector
Base class for component, performed AJAX encoding on selected values in iterable components ( UIData, trees etc )
| Field Summary |
|---|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
UISelector()
|
|
| Method Summary | |
|---|---|
void |
encodeAjaxChild(javax.faces.context.FacesContext context,
java.lang.String path,
java.util.Set<java.lang.String> ids,
java.util.Set<java.lang.String> renderedAreas)
|
abstract java.lang.String |
getIterationProperty()
Name of serRow ( or simple ) method for setup current value in iterable component |
abstract void |
setIterationProperty(java.lang.String newSelectMethod)
|
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getFamily, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ajax4jsf.component.AjaxDataEncoder |
|---|
getAjaxKeys, setAjaxKeys |
| Constructor Detail |
|---|
public UISelector()
| Method Detail |
|---|
public abstract java.lang.String getIterationProperty()
public abstract void setIterationProperty(java.lang.String newSelectMethod)
newSelectMethod - the value to set
public void encodeAjaxChild(javax.faces.context.FacesContext context,
java.lang.String path,
java.util.Set<java.lang.String> ids,
java.util.Set<java.lang.String> renderedAreas)
throws java.io.IOException
encodeAjaxChild in interface org.ajax4jsf.component.AjaxChildrenEncoderjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||