public class UISandboxSnapshots
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FILTER_DATE_ALL |
static java.lang.String |
FILTER_DATE_MONTH |
static java.lang.String |
FILTER_DATE_TODAY |
static java.lang.String |
FILTER_DATE_WEEK |
| Constructor and Description |
|---|
UISandboxSnapshots() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeChildren(javax.faces.context.FacesContext context) |
java.lang.String |
getDateFilter() |
java.lang.String |
getFamily() |
boolean |
getRendersChildren() |
java.lang.String |
getValue()
Returns the Sandbox to show the snapshots for
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setDateFilter(java.lang.String dateFilter) |
void |
setValue(java.lang.String value)
Sets the Sandbox to show the snapshots for
|
outputAttributeaddFacesListener, broadcast, decode, encodeEnd, 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 FILTER_DATE_ALL
public static final java.lang.String FILTER_DATE_TODAY
public static final java.lang.String FILTER_DATE_WEEK
public static final java.lang.String FILTER_DATE_MONTH
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.UIComponentBasepublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic 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 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 java.lang.String getValue()
public void setValue(java.lang.String value)
value - The Sandbox namepublic java.lang.String getDateFilter()
public void setDateFilter(java.lang.String dateFilter)
dateFilter - The date filter to set.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.