public class UIActions
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class[] |
ACTION_CLASS_ARGS |
static java.lang.String |
COMPONENT_ACTIONEVAL |
static java.lang.String |
COMPONENT_ACTIONLINK |
static java.lang.String |
COMPONENT_PERMISSIONEVAL |
static java.lang.String |
RENDERER_ACTIONLINK |
| Constructor and Description |
|---|
UIActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeChildren(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
java.lang.Object |
getContext()
Get the object that forms the context for this group of actions
|
java.lang.String |
getFamily() |
boolean |
getRendersChildren() |
boolean |
getShowLink()
Get whether to show the link as well as the image if specified
|
java.lang.String |
getValue()
Get the value (for this component the value is the ID of an Action Group config block)
|
int |
getVerticalSpacing() |
void |
reset()
Resets the component to force a re-initialisation.
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setContext(java.lang.Object context)
Set the the object that forms the context for this group of actions
|
void |
setShowLink(boolean showLink)
Set whether to show the link as well as the image if specified
|
void |
setValue(java.lang.String value)
Set the value (for this component the value is the ID of an Action Group config block)
|
void |
setVerticalSpacing(int verticalSpacing) |
outputAttributeaddFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String RENDERER_ACTIONLINK
public static final java.lang.String COMPONENT_ACTIONLINK
public static final java.lang.String COMPONENT_PERMISSIONEVAL
public static final java.lang.String COMPONENT_ACTIONEVAL
public static final java.lang.Class[] ACTION_CLASS_ARGS
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentUIComponent.getFamily()public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBaseStateHolder.saveState(javax.faces.context.FacesContext)public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponentBase.encodeBegin(javax.faces.context.FacesContext)public boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBaseUIComponentBase.getRendersChildren()public void encodeChildren(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeChildren in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponentBase.encodeChildren(javax.faces.context.FacesContext)public void encodeEnd(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeEnd in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponentBase.encodeEnd(javax.faces.context.FacesContext)public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the valuepublic java.lang.Object getContext()
public void setContext(java.lang.Object context)
context - the contextpublic boolean getShowLink()
public void setShowLink(boolean showLink)
showLink - Whether to show the link as well as the image if specifiedpublic int getVerticalSpacing()
public void setVerticalSpacing(int verticalSpacing)
verticalSpacing - The verticalSpacing to set.public void reset()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.