|
||||||||||
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.richfaces.ui.component.UIInsert
org.richfaces.ui.component.html.HtmlInsert
public class HtmlInsert
Component-Type org.richfaces.ui.Insert Component-Family org.richfaces.ui.Insert Renderer-Type org.richfaces.ui.InsertRenderer
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
HtmlInsert()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Attribute defines encoding for inserted content Getter for encoding |
java.lang.String |
getErrorContent()
Attribute defines the alternative content that will be shown in case component cannot read the resource defined with 'src' attribute. |
java.lang.String |
getFamily()
|
java.lang.String |
getHighlight()
Defines a type of code Getter for highlight |
java.lang.String |
getSrc()
Defines the path to the file with source code Getter for src |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setEncoding(java.lang.String __encoding)
Attribute defines encoding for inserted content Setter for encoding |
void |
setErrorContent(java.lang.String __errorContent)
Attribute defines the alternative content that will be shown in case component cannot read the resource defined with 'src' attribute. |
void |
setHighlight(java.lang.String __highlight)
Defines a type of code Setter for highlight |
void |
setSrc(java.lang.String __src)
Defines the path to the file with source code Setter for src |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, 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 HtmlInsert()
Method Detail |
---|
public void setEncoding(java.lang.String __encoding)
setEncoding
in class UIInsert
encoding
- - new valuepublic java.lang.String getEncoding()
getEncoding
in class UIInsert
public void setErrorContent(java.lang.String __errorContent)
setErrorContent
in class UIInsert
errorContent
- - new valuepublic java.lang.String getErrorContent()
getErrorContent
in class UIInsert
public void setHighlight(java.lang.String __highlight)
setHighlight
in class UIInsert
highlight
- - new valuepublic java.lang.String getHighlight()
getHighlight
in class UIInsert
public void setSrc(java.lang.String __src)
setSrc
in class UIInsert
src
- - new valuepublic java.lang.String getSrc()
getSrc
in class UIInsert
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
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 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |