|
||||||||||
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.UIEffect
org.richfaces.component.html.HtmlEffect
public class HtmlEffect
Component-Type org.richfaces.Effect Component-Family org.richfaces.Effect Renderer-Type org.richfaces.EffectRenderer It presents the google map in JSF applications
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
HtmlEffect()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getEvent()
Event on the component or html tag the effect is attached to Getter for event |
java.lang.String |
getFamily()
|
java.lang.String |
getFor()
Id of the target component. |
java.lang.String |
getName()
Generated Javascript name. |
java.lang.String |
getParams()
Parameters passed to the effect function. |
java.lang.String |
getTargetId()
The id of the element the effect apply to. |
java.lang.String |
getType()
Defines the type of effect. |
boolean |
isDisableDefault()
Disable default action for target event ( append "return false;" to javascript ) Getter for disableDefault |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setDisableDefault(boolean __disableDefault)
Disable default action for target event ( append "return false;" to javascript ) Setter for disableDefault |
void |
setEvent(java.lang.String __event)
Event on the component or html tag the effect is attached to Setter for event |
void |
setFor(java.lang.String __for)
Id of the target component. |
void |
setName(java.lang.String __name)
Generated Javascript name. |
void |
setParams(java.lang.String __params)
Parameters passed to the effect function. |
void |
setTargetId(java.lang.String __targetId)
The id of the element the effect apply to. |
void |
setType(java.lang.String __type)
Defines the type of effect. |
Methods inherited from class org.richfaces.component.UIEffect |
---|
getEventString, 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 HtmlEffect()
Method Detail |
---|
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 UIEffect
event
- - new valuepublic java.lang.String getEvent()
getEvent
in interface org.ajax4jsf.component.AjaxSupport
getEvent
in class UIEffect
public void setFor(java.lang.String __for)
setFor
in class UIEffect
for
- - new valuepublic java.lang.String getFor()
getFor
in class UIEffect
public void setName(java.lang.String __name)
name
- - new valuepublic java.lang.String getName()
public void setParams(java.lang.String __params)
setParams
in class UIEffect
params
- - new valuepublic java.lang.String getParams()
getParams
in class UIEffect
public void setTargetId(java.lang.String __targetId)
setTargetId
in class UIEffect
targetId
- - new valuepublic java.lang.String getTargetId()
getTargetId
in class UIEffect
public void setType(java.lang.String __type)
setType
in class UIEffect
type
- - new valuepublic java.lang.String getType()
getType
in class UIEffect
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 |