Uses of Class
org.apache.myfaces.trinidad.context.Window

Packages that use Window
org.apache.myfaces.trinidad.context   
org.apache.myfaces.trinidad.event   
 

Uses of Window in org.apache.myfaces.trinidad.context
 

Methods in org.apache.myfaces.trinidad.context that return Window
abstract  Window WindowManager.getCurrentWindow(ExternalContext extContext)
           
 

Methods in org.apache.myfaces.trinidad.context that return types with arguments of type Window
abstract  Map<String,? extends Window> WindowManager.getWindows(ExternalContext extContext)
           
 

Uses of Window in org.apache.myfaces.trinidad.event
 

Methods in org.apache.myfaces.trinidad.event that return Window
 Window WindowEvent.getSource()
           
 

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



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