Skip navigation links


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(javax.faces.context.ExternalContext extContext)
           

 

Methods in org.apache.myfaces.trinidad.context that return types with arguments of type Window
abstract  java.util.Map<java.lang.String,? extends Window> WindowManager.getWindows(javax.faces.context.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, java.lang.String destination)
           

 


Skip navigation links


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