|
||||||||||
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.component.UIComponentControl
org.richfaces.component.html.HtmlComponentControl
public class HtmlComponentControl
Component-Type org.richfaces.ComponentControl Component-Family org.richfaces.ComponentControl Renderer-Type org.richfaces.ComponentControlRenderer
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
HtmlComponentControl()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getAttachTiming()
Defines an Id of a component or HTML element listened by the control component Getter for attachTiming |
java.lang.String |
getAttachTo()
Client identifier of the component or id of the existing DOM element that is a source for given event. |
java.lang.String |
getEvent()
The Event that is used to trigger the operation on the target component Getter for event |
java.lang.String |
getFamily()
|
java.lang.String |
getFor()
Client identifier of the target component. |
java.lang.String |
getName()
The optional name of the function that might be used to trigger the operation on the target component Getter for name |
java.lang.String |
getOperation()
The function of Javascript API that will be invoked. |
java.lang.String |
getParams()
The set of parameters passed to the function of Javascript API that will be invoked. |
boolean |
isDisableDefault()
If "true", it is used to avoid a problem with form submit and modalPanel showing Getter for disableDefault |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAttachTiming(java.lang.String __attachTiming)
Defines an Id of a component or HTML element listened by the control component Setter for attachTiming |
void |
setAttachTo(java.lang.String __attachTo)
Client identifier of the component or id of the existing DOM element that is a source for given event. |
void |
setDisableDefault(boolean __disableDefault)
If "true", it is used to avoid a problem with form submit and modalPanel showing Setter for disableDefault |
void |
setEvent(java.lang.String __event)
The Event that is used to trigger the operation on the target component Setter for event |
void |
setFor(java.lang.String __for)
Client identifier of the target component. |
void |
setName(java.lang.String __name)
The optional name of the function that might be used to trigger the operation on the target component Setter for name |
void |
setOperation(java.lang.String __operation)
The function of Javascript API that will be invoked. |
void |
setParams(java.lang.String __params)
The set of parameters passed to the function of Javascript API that will be invoked. |
Methods inherited from class org.richfaces.component.UIComponentControl |
---|
getEncodedParametersMap, getEventString, replaceBackSlashes, replaceClientIds, setParent, setParentProperties |
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, 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 HtmlComponentControl()
Method Detail |
---|
public void setAttachTiming(java.lang.String __attachTiming)
setAttachTiming
in class UIComponentControl
attachTiming
- - new valuepublic java.lang.String getAttachTiming()
getAttachTiming
in class UIComponentControl
public void setAttachTo(java.lang.String __attachTo)
setAttachTo
in class UIComponentControl
attachTo
- - new valuepublic java.lang.String getAttachTo()
getAttachTo
in class UIComponentControl
public void setDisableDefault(boolean __disableDefault)
disableDefault
- - new valuepublic boolean isDisableDefault()
public void setEvent(java.lang.String __event)
setEvent
in interface org.ajax4jsf.component.AjaxSupport
setEvent
in class UIComponentControl
event
- - new valuepublic java.lang.String getEvent()
getEvent
in interface org.ajax4jsf.component.AjaxSupport
getEvent
in class UIComponentControl
public void setFor(java.lang.String __for)
setFor
in class UIComponentControl
for
- - new valuepublic java.lang.String getFor()
getFor
in class UIComponentControl
public void setName(java.lang.String __name)
setName
in class UIComponentControl
name
- - new valuepublic java.lang.String getName()
getName
in class UIComponentControl
public void setOperation(java.lang.String __operation)
setOperation
in class UIComponentControl
operation
- - new valuepublic java.lang.String getOperation()
getOperation
in class UIComponentControl
public void setParams(java.lang.String __params)
setParams
in class UIComponentControl
params
- - new valuepublic java.lang.String getParams()
getParams
in class UIComponentControl
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 |