Uses of Class
org.apache.myfaces.trinidad.event.WindowLifecycleEvent.Cause

Packages that use WindowLifecycleEvent.Cause
org.apache.myfaces.trinidad.event   
 

Uses of WindowLifecycleEvent.Cause in org.apache.myfaces.trinidad.event
 

Methods in org.apache.myfaces.trinidad.event that return WindowLifecycleEvent.Cause
 WindowLifecycleEvent.Cause WindowLifecycleEvent.getCause()
           
static WindowLifecycleEvent.Cause WindowLifecycleEvent.Cause.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WindowLifecycleEvent.Cause[] WindowLifecycleEvent.Cause.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.myfaces.trinidad.event with parameters of type WindowLifecycleEvent.Cause
WindowLifecycleEvent(Window source, WindowLifecycleEvent.Cause cause)
          Creates a WindowOpenEvent event for the specified Window and cause.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.