|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.2) E10684-10 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.render.TransitionInfo
public final class TransitionInfo
Immutable class that holds one instance of af:transition information for its parent component. An af:transition parent component would have a List of TransitionInfo objects where there is one entry per af:transition child.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o) |
TransitionType |
getTransitionType(javax.faces.context.FacesContext fc)Returns the TransitionType for the name of this transition's animation. |
TransitionTrigger |
getTriggerType(javax.faces.context.FacesContext fc)Returns the TransitionTrigger for this transition's trigger type. |
int |
hashCode() |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public TransitionTrigger getTriggerType(javax.faces.context.FacesContext fc)
fc - the FacesContextpublic TransitionType getTransitionType(javax.faces.context.FacesContext fc)
fc - the FacesContextpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.2) E10684-10 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||