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, setValueBinding
encodeAll, getContainerClientId, getValueExpression, setValueExpression
public 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.ViewIdHolder
public void setViewId(java.lang.String __viewId)
setViewId
in interface org.ajax4jsf.context.ViewIdHolder
public java.lang.String getViewId()
getViewId
in interface org.ajax4jsf.context.ViewIdHolder
public java.lang.String getLayout()
public void setLayout(java.lang.String layout)
layout
- the layout to setpublic boolean isAjaxRendered()
isAjaxRendered
in interface org.ajax4jsf.component.AjaxOutput
public void setAjaxRendered(boolean ajaxRendered)
setAjaxRendered
in interface org.ajax4jsf.component.AjaxOutput
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class javax.faces.component.UIComponentBase
javax.faces.event.AbortProcessingException
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class javax.faces.component.UIComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class javax.faces.component.UIComponentBase
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
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 java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public boolean isWasNavigation()
Copyright © 2014. All Rights Reserved.