|
||||||||||
| 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.apache.myfaces.html5.component.effect.AbstractEffectOutput
org.apache.myfaces.html5.component.effect.EffectOutput
org.apache.myfaces.html5.component.effect.AbstractEffects
org.apache.myfaces.html5.component.effect.Effects
public class Effects
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
Effects()
|
|
| Method Summary | |
|---|---|
String |
getAdditionalStyleClassToActivate()
Css style class name to activate additionally with the effect. |
Object |
getDeactivationEvents()
Event(s) to deactivate to effect. |
String |
getDelay()
Duration for animation/effect to wait before running. |
String |
getDuration()
Duration for animation/effect to run through. |
String |
getEvent()
|
String |
getFamily()
|
String |
getTimingFunction()
Timing function to calculate animation/effect transitions. |
void |
setAdditionalStyleClassToActivate(String additionalStyleClassToActivate)
|
void |
setDeactivationEvents(Object deactivationEvents)
|
void |
setDelay(String delay)
|
void |
setDuration(String duration)
|
void |
setEvent(String event)
|
void |
setTimingFunction(String timingFunction)
|
| Methods inherited from class org.apache.myfaces.html5.component.effect.AbstractEffects |
|---|
getTransitionComponentId, setTransitionComponentId |
| Methods inherited from class org.apache.myfaces.html5.component.effect.EffectOutput |
|---|
getTarget, setTarget |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public Effects()
| Method Detail |
|---|
public String getFamily()
getFamily in class EffectOutputpublic String getEvent()
getEvent in class AbstractEffectspublic void setEvent(String event)
public Object getDeactivationEvents()
AbstractEffects
getDeactivationEvents in class AbstractEffectspublic void setDeactivationEvents(Object deactivationEvents)
public String getAdditionalStyleClassToActivate()
AbstractEffects
getAdditionalStyleClassToActivate in class AbstractEffectspublic void setAdditionalStyleClassToActivate(String additionalStyleClassToActivate)
public String getDuration()
TransitionProperties
public void setDuration(String duration)
public String getTimingFunction()
TransitionProperties
public void setTimingFunction(String timingFunction)
public String getDelay()
TransitionProperties
public void setDelay(String delay)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||