public abstract class UIInclude
extends javax.faces.component.UIComponentBase
implements org.ajax4jsf.context.ViewIdHolder, javax.faces.component.NamingContainer, org.ajax4jsf.component.AjaxOutput
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
LAYOUT_BLOCK |
static java.lang.String |
LAYOUT_INLINE |
static java.lang.String |
LAYOUT_NONE |
| Constructor and Description |
|---|
UIInclude() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
java.lang.String |
getFamily() |
java.lang.String |
getLayout() |
java.lang.String |
getViewId() |
boolean |
isAjaxRendered() |
boolean |
isWasNavigation() |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
processValidators(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setAjaxRendered(boolean ajaxRendered) |
void |
setLayout(java.lang.String layout) |
void |
setViewId(java.lang.String __viewId) |
boolean |
skipNavigation(java.lang.String ViewId) |
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getContainerClientId, getValueExpression, setValueExpressionpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String LAYOUT_NONE
public static final java.lang.String LAYOUT_BLOCK
public static final java.lang.String LAYOUT_INLINE
public boolean skipNavigation(java.lang.String ViewId)
skipNavigation in interface org.ajax4jsf.context.ViewIdHolderpublic void setViewId(java.lang.String __viewId)
setViewId in interface org.ajax4jsf.context.ViewIdHolderpublic java.lang.String getViewId()
getViewId in interface org.ajax4jsf.context.ViewIdHolderpublic java.lang.String getLayout()
public void setLayout(java.lang.String layout)
layout - the layout to setpublic boolean isAjaxRendered()
isAjaxRendered in interface org.ajax4jsf.component.AjaxOutputpublic void setAjaxRendered(boolean ajaxRendered)
setAjaxRendered in interface org.ajax4jsf.component.AjaxOutputpublic void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionpublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic 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 java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic boolean isWasNavigation()
Copyright © 2014. All Rights Reserved.