| 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.UICommandField Summary | |
static String | |
static String | |
Constructor Summary | |
Method Summary | |
void |
|
void |
|
MethodBinding | |
MethodBinding | |
ActionListener[] | |
String | |
Object |
|
boolean | |
void |
|
void |
|
void |
|
Object |
|
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 addActionListener(ActionListener listener)
- Specified by:
- addActionListener in interface ActionSource
public void broadcast(FacesEvent event) throws AbortProcessingException
- Overrides:
- broadcast in interface UIComponentBase
public MethodBinding getActionListener()
- Specified by:
- getActionListener in interface ActionSource
public ActionListener[] getActionListeners()
- Specified by:
- getActionListeners in interface ActionSource
public Object getValue()
public void removeActionListener(ActionListener listener)
- Specified by:
- removeActionListener in interface ActionSource
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 setAction(MethodBinding action)
- Specified by:
- setAction in interface ActionSource
public void setActionListener(MethodBinding actionListener)
- Specified by:
- setActionListener in interface ActionSource
public void setImmediate(boolean immediate)
- Specified by:
- setImmediate in interface ActionSource
public void setValue(Object value)