|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.ajax4jsf.component.UIInclude
org.ajax4jsf.component.html.Include
public class Include
Component-Type org.ajax4jsf.Include Component-Family javax.faces.Output Renderer-Type org.ajax4jsf.components.AjaxIncludeRenderer include content of external view. Navigation cases in included file change only viewId of included page, and don't perform navigation in root view.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class org.ajax4jsf.component.UIInclude |
---|
LAYOUT_BLOCK, LAYOUT_INLINE, LAYOUT_NONE |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
Include()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getDir()
Direction indication for text that does not inherit directionality. |
java.lang.String |
getFamily()
|
java.lang.String |
getLang()
Code describing the language used in the generated markup for this component Getter for lang |
java.lang.String |
getStyle()
CSS style(s) is/are to be applied when this component is rendered Getter for style |
java.lang.String |
getStyleClass()
Corresponds to the HTML class attribute Getter for styleClass |
java.lang.String |
getTitle()
Advisory title information about markup elements generated for this component Getter for title |
boolean |
isKeepTransient()
Flag for mark all child components to non-transient. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setDir(java.lang.String __dir)
Direction indication for text that does not inherit directionality. |
void |
setKeepTransient(boolean __keepTransient)
Flag for mark all child components to non-transient. |
void |
setLang(java.lang.String __lang)
Code describing the language used in the generated markup for this component Setter for lang |
void |
setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass |
void |
setTitle(java.lang.String __title)
Advisory title information about markup elements generated for this component Setter for title |
Methods inherited from class org.ajax4jsf.component.UIInclude |
---|
broadcast, getLayout, getViewId, isAjaxRendered, isWasNavigation, processDecodes, processUpdates, processValidators, queueEvent, setAjaxRendered, setLayout, setViewId, skipNavigation |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public Include()
Method Detail |
---|
public void setDir(java.lang.String __dir)
dir
- - new valuepublic java.lang.String getDir()
public void setKeepTransient(boolean __keepTransient)
keepTransient
- - new valuepublic boolean isKeepTransient()
public void setLang(java.lang.String __lang)
lang
- - new valuepublic java.lang.String getLang()
public void setStyle(java.lang.String __style)
style
- - new valuepublic java.lang.String getStyle()
public void setStyleClass(java.lang.String __styleClass)
styleClass
- - new valuepublic java.lang.String getStyleClass()
public void setTitle(java.lang.String __title)
title
- - new valuepublic java.lang.String getTitle()
public java.lang.String getFamily()
getFamily
in class UIInclude
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UIInclude
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UIInclude
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |