Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.customization.uiPublic.menu.taskslist.bean
Class TasksListBackingBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.customization.uiPublic.menu.taskslist.bean.TasksListBackingBean

public class TasksListBackingBean
extends java.lang.Object


Constructor Summary
TasksListBackingBean()
           
 
Method Summary
 oracle.adf.view.rich.component.rich.data.RichTree getMenuCustTree()
           
 oracle.adf.view.rich.component.rich.RichPopup getMenuPopup()
           
 java.util.List<javax.faces.model.SelectItem> getTaskTypeList()
           
 java.util.List<javax.faces.model.SelectItem> getWebApplicationList()
           
 void handleCancelDialogListener(oracle.adf.view.rich.event.PopupCanceledEvent event)
          This method is used to handle the cancel event on the dialog.
 void handleDialog(oracle.adf.view.rich.event.DialogEvent event)
          The method is used to handle ok button on the properties dialog box.
 void openMenuPopup()
          Method used by the taskflow to open the popup.
 void processDelete(javax.faces.event.ActionEvent actionEvent)
           
 void processDuplicate(javax.faces.event.ActionEvent actionEvent)
           
 void processEdit(javax.faces.event.ActionEvent actionEvent)
           
 void processHide(javax.faces.event.ActionEvent actionEvent)
           
 void processInsertAfter(javax.faces.event.ActionEvent actionEvent)
           
 void processInsertBefore(javax.faces.event.ActionEvent actionEvent)
           
 void processInsertChild(javax.faces.event.ActionEvent actionEvent)
           
 void processShow(javax.faces.event.ActionEvent actionEvent)
           
 void setMenuCustTree(oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)
           
 void setMenuPopup(oracle.adf.view.rich.component.rich.RichPopup menuPopup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksListBackingBean

public TasksListBackingBean()
Method Detail

processEdit

public void processEdit(javax.faces.event.ActionEvent actionEvent)

processDuplicate

public void processDuplicate(javax.faces.event.ActionEvent actionEvent)

processHide

public void processHide(javax.faces.event.ActionEvent actionEvent)

processShow

public void processShow(javax.faces.event.ActionEvent actionEvent)

processInsertBefore

public void processInsertBefore(javax.faces.event.ActionEvent actionEvent)

processInsertAfter

public void processInsertAfter(javax.faces.event.ActionEvent actionEvent)

processInsertChild

public void processInsertChild(javax.faces.event.ActionEvent actionEvent)

processDelete

public void processDelete(javax.faces.event.ActionEvent actionEvent)

setMenuCustTree

public void setMenuCustTree(oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)

getMenuCustTree

public oracle.adf.view.rich.component.rich.data.RichTree getMenuCustTree()

getWebApplicationList

public java.util.List<javax.faces.model.SelectItem> getWebApplicationList()

getTaskTypeList

public java.util.List<javax.faces.model.SelectItem> getTaskTypeList()

setMenuPopup

public void setMenuPopup(oracle.adf.view.rich.component.rich.RichPopup menuPopup)

getMenuPopup

public oracle.adf.view.rich.component.rich.RichPopup getMenuPopup()

handleCancelDialogListener

public void handleCancelDialogListener(oracle.adf.view.rich.event.PopupCanceledEvent event)
This method is used to handle the cancel event on the dialog.

Parameters:
event -

handleDialog

public void handleDialog(oracle.adf.view.rich.event.DialogEvent event)
The method is used to handle ok button on the properties dialog box.

Parameters:
event -

openMenuPopup

public void openMenuPopup()
Method used by the taskflow to open the popup.


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.