|
||||||||||
| 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.animation.AbstractAnimation
org.apache.myfaces.html5.component.animation.Animation
public class Animation
| 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 | |
|---|---|
Animation()
|
|
| Method Summary | |
|---|---|
String |
getDelay()
Duration for animation/effect to wait before running. |
String |
getDirection()
|
String |
getDuration()
Duration for animation/effect to run through. |
String |
getEvent()
A String identifying the type of event the Ajax action will apply to. |
String |
getFamily()
|
String |
getIteration()
|
String |
getKeyFrame()
|
String |
getTimingFunction()
Timing function to calculate animation/effect transitions. |
void |
setDelay(String delay)
|
void |
setDirection(String direction)
|
void |
setDuration(String duration)
|
void |
setEvent(String event)
|
void |
setIteration(String iteration)
|
void |
setKeyFrame(String keyFrame)
|
void |
setTimingFunction(String timingFunction)
|
| 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 Animation()
| Method Detail |
|---|
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getIteration()
getIteration in class AbstractAnimationpublic void setIteration(String iteration)
public String getDirection()
getDirection in class AbstractAnimationpublic void setDirection(String direction)
public String getKeyFrame()
getKeyFrame in class AbstractAnimationpublic void setKeyFrame(String keyFrame)
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)
public String getEvent()
EventProperty
public void setEvent(String event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||