Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


oracle.adf.view.rich.render
Interface RichDialogRenderKitService


public interface RichDialogRenderKitService

Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getInitialDialogParameters(javax.faces.context.FacesContext context)
          Returns a Map of objects that should be entered into page flow scope.
 boolean isDialogInNewWindow(javax.faces.context.FacesContext context)
          Returns true if the current action being processed should result in a new window being displayed.
 void launchNewWindowDialog(javax.faces.context.FacesContext context, java.lang.String viewId, javax.faces.component.UIComponent source, java.util.Map<java.lang.String,java.lang.Object> processParameters, java.util.Map<java.lang.String,java.lang.Object> windowProperties)
          Launches a dialog in a new window.

 

Method Detail

isDialogInNewWindow

boolean isDialogInNewWindow(javax.faces.context.FacesContext context)
Returns true if the current action being processed should result in a new window being displayed.

launchNewWindowDialog

void launchNewWindowDialog(javax.faces.context.FacesContext context,
                           java.lang.String viewId,
                           javax.faces.component.UIComponent source,
                           java.util.Map<java.lang.String,java.lang.Object> processParameters,
                           java.util.Map<java.lang.String,java.lang.Object> windowProperties)
Launches a dialog in a new window. This API must only be called if isDialogInNewWindow() returned true; the results are otherwise undefined.

getInitialDialogParameters

java.util.Map<java.lang.String,java.lang.Object> getInitialDialogParameters(javax.faces.context.FacesContext context)
Returns a Map of objects that should be entered into page flow scope. Any code that invokes launchNewWindowDialog() must ensure that getInitialDialogParameters() is called when that dialog is eventually shown, and all values are moved into the page flow scope.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


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