|
||||||||||
| 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.UICommand
org.apache.myfaces.tobago.component.UICommand
public class UICommand
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UICommand |
|---|
COMPONENT_FAMILY |
| Constructor Summary | |
|---|---|
UICommand()
|
|
| Method Summary | |
|---|---|
void |
encodeChildren(javax.faces.context.FacesContext facesContext)
|
String[] |
getRenderedPartially()
|
String |
getTarget()
|
boolean |
isDefaultCommand()
|
boolean |
isDisabled()
|
boolean |
isTransition()
|
void |
processDecodes(javax.faces.context.FacesContext context)
|
void |
queueEvent(javax.faces.event.FacesEvent facesEvent)
|
void |
restoreState(javax.faces.context.FacesContext context,
Object savedState)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setDefaultCommand(boolean defaultCommand)
|
void |
setDisabled(boolean disabled)
|
void |
setRenderedPartially(String renderedPartially)
|
void |
setRenderedPartially(String[] renderedPartially)
|
void |
setTarget(String target)
|
void |
setTransition(boolean transition)
|
| Methods inherited from class javax.faces.component.UICommand |
|---|
addActionListener, broadcast, getAction, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setAction, setActionListener, setImmediate, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, decode, encodeBegin, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public UICommand()
| Method Detail |
|---|
public boolean isDefaultCommand()
public void setDefaultCommand(boolean defaultCommand)
public String[] getRenderedPartially()
public void setRenderedPartially(String renderedPartially)
public void setRenderedPartially(String[] renderedPartially)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public boolean isTransition()
public void setTransition(boolean transition)
public String getTarget()
public void setTarget(String target)
public Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UICommand
public void restoreState(javax.faces.context.FacesContext context,
Object savedState)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UICommandpublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBase
public void encodeChildren(javax.faces.context.FacesContext facesContext)
throws IOException
encodeChildren in class javax.faces.component.UIComponentBaseIOExceptionpublic void queueEvent(javax.faces.event.FacesEvent facesEvent)
queueEvent in class javax.faces.component.UICommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||