Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.2)
E10684-10


oracle.adf.view.rich.render
Class TransitionInfo

java.lang.Object
  extended by oracle.adf.view.rich.render.TransitionInfo

All Implemented Interfaces:
java.io.Serializable

public final class TransitionInfo
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

getTriggerType

public TransitionTrigger getTriggerType(javax.faces.context.FacesContext fc)
Returns the TransitionTrigger for this transition's trigger type. This method must be invoked in rendering context of the component that owns the transition for ValueExpression values to be resolved properly.
Parameters:
fc - the FacesContext
Returns:
the resolved TransitionTrigger

getTransitionType

public TransitionType getTransitionType(javax.faces.context.FacesContext fc)
Returns the TransitionType for the name of this transition's animation. This method must be invoked in rendering context of the component that owns the transition for ValueExpression values to be resolved properly.
Parameters:
fc - the FacesContext
Returns:
the resolved TransitionType

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.2)
E10684-10


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.