public class WindowIdHolderComponent
extends javax.faces.component.UIOutput
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
WindowIdHolderComponent()
Default constructor might be invoked by the jsf implementation
|
WindowIdHolderComponent(String windowId)
Constructor which creates the holder for the given window-id
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addWindowIdHolderComponent(javax.faces.context.FacesContext facesContext,
String windowId)
Needed for server-side window-handler and client-side window handler for supporting postbacks
|
String |
getWindowId() |
static WindowIdHolderComponent |
getWindowIdHolderComponent(javax.faces.component.UIViewRoot uiViewRoot) |
void |
restoreState(javax.faces.context.FacesContext facesContext,
Object state) |
Object |
saveState(javax.faces.context.FacesContext facesContext) |
clearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventpublic static final String COMPONENT_TYPE
public WindowIdHolderComponent()
public WindowIdHolderComponent(String windowId)
windowId - current window-idpublic static void addWindowIdHolderComponent(javax.faces.context.FacesContext facesContext,
String windowId)
public static WindowIdHolderComponent getWindowIdHolderComponent(javax.faces.component.UIViewRoot uiViewRoot)
public Object saveState(javax.faces.context.FacesContext facesContext)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIOutputpublic void restoreState(javax.faces.context.FacesContext facesContext,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIOutputpublic String getWindowId()
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.