public class UIWorkflowSummary
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
Modifier and Type | Field and Description |
---|---|
protected org.alfresco.service.cmr.workflow.WorkflowInstance |
value |
Constructor and Description |
---|
UIWorkflowSummary() |
Modifier and Type | Method and Description |
---|---|
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
java.lang.String |
getFamily() |
boolean |
getRendersChildren() |
org.alfresco.service.cmr.workflow.WorkflowInstance |
getValue()
Returns the workflow instance this component is showing information on
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setValue(org.alfresco.service.cmr.workflow.WorkflowInstance value)
Sets the workflow instance to show the summary for
|
outputAttribute
addFacesListener, broadcast, decode, encodeChildren, 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, setValueBinding
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
encodeBegin
in class javax.faces.component.UIComponentBase
java.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context) throws java.io.IOException
encodeEnd
in class javax.faces.component.UIComponentBase
java.io.IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.component.UIComponentBase
public org.alfresco.service.cmr.workflow.WorkflowInstance getValue()
public void setValue(org.alfresco.service.cmr.workflow.WorkflowInstance value)
value
- The workflow instanceCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.