Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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()
           
 oracle.adf.view.rich.component.rich.layout.RichToolbar getMenuToolbar()
           
 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.
 boolean isChildItemInsertable()
          Determines whether a child node is insertable based on the taskType.
 boolean isItemInsertable()
           
 boolean isMoveDownAllowed()
           
 boolean isMoveUpAllowed()
          Methods to enable/disable move top, up, down and bottom commands in tasks list tasks tree based on current selection of user.
 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 processMoveBottom(javax.faces.event.ActionEvent actionEvent)
           
 void processMoveDown(javax.faces.event.ActionEvent actionEvent)
           
 void processMoveTop(javax.faces.event.ActionEvent actionEvent)
           
 void processMoveUp(javax.faces.event.ActionEvent actionEvent)
           
 void processShow(javax.faces.event.ActionEvent actionEvent)
           
 void selectTasksListItem(org.apache.myfaces.trinidad.event.SelectionEvent selectionEvent)
           
 void setMenuCustTree(oracle.adf.view.rich.component.rich.data.RichTree menuCustTree)
           
 void setMenuPopup(oracle.adf.view.rich.component.rich.RichPopup menuPopup)
           
 void setMenuToolbar(oracle.adf.view.rich.component.rich.layout.RichToolbar menuToolbar)
           
 
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

selectTasksListItem

public void selectTasksListItem(org.apache.myfaces.trinidad.event.SelectionEvent selectionEvent)

isItemInsertable

public boolean isItemInsertable()

isChildItemInsertable

public boolean isChildItemInsertable()
Determines whether a child node is insertable based on the taskType. defaultMain and dynamicMain types cannot have children.

Returns:
boolean true if child insertable.

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)

processMoveTop

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

processMoveUp

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

processMoveDown

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

processMoveBottom

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

isMoveUpAllowed

public boolean isMoveUpAllowed()
Methods to enable/disable move top, up, down and bottom commands in tasks list tasks tree based on current selection of user.


isMoveDownAllowed

public boolean isMoveDownAllowed()

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.


setMenuToolbar

public void setMenuToolbar(oracle.adf.view.rich.component.rich.layout.RichToolbar menuToolbar)

getMenuToolbar

public oracle.adf.view.rich.component.rich.layout.RichToolbar getMenuToolbar()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.