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

E22562-03

oracle.apps.fnd.applcore.patterns.ui.managed
Class ApplicationsTableBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.ui.managed.ApplicationsTableBean

Deprecated.

public class ApplicationsTableBean
extends java.lang.Object

ManagedBean of ApplicationsTable.


Constructor Summary
ApplicationsTableBean()
          Deprecated. Instantiates ApplicationsTableBean.
 
Method Summary
 void confirmDeletePopupDialogListener(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Processes delete confirmation popup.
 void createListenerHandler(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Action Listener handling code for Create action
 void duplicateListenerHandler(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Action Listener handling code for Duplicate action
 void editListenerHandler(javax.faces.event.ActionEvent actionEvent)
          Deprecated. Action Listener handling code for Edit action
 java.lang.String processCreate()
          Deprecated. Processes createAction and returns the outcome.
 java.lang.String processDelete(oracle.adf.view.rich.component.fragment.UIXDeclarativeComponent appTable, javax.faces.event.ActionEvent actionEvent)
          Deprecated. Processes delete after the delete is confirmed.
 java.lang.String processDuplicate()
          Deprecated. Processes duplicateAction and returns the outcome.
 java.lang.String processEdit()
          Deprecated. Processes editAction and returns the outcome.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsTableBean

public ApplicationsTableBean()
Deprecated. 
Instantiates ApplicationsTableBean.

Method Detail

confirmDeletePopupDialogListener

public void confirmDeletePopupDialogListener(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Processes delete confirmation popup. If "yes" button is clicked it deletes the row. If "No" button is clicked it does not delete the row.

Parameters:
actionEvent -

processCreate

public java.lang.String processCreate()
Deprecated. 
Processes createAction and returns the outcome.

Returns:
outcome of methodBinding

createListenerHandler

public void createListenerHandler(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Action Listener handling code for Create action

Parameters:
actionEvent -

processDuplicate

public java.lang.String processDuplicate()
Deprecated. 
Processes duplicateAction and returns the outcome.

Returns:
outcome of methodbinding

duplicateListenerHandler

public void duplicateListenerHandler(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Action Listener handling code for Duplicate action

Parameters:
actionEvent -

processDelete

public java.lang.String processDelete(oracle.adf.view.rich.component.fragment.UIXDeclarativeComponent appTable,
                                      javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Processes delete after the delete is confirmed. This method needs to handle the fact that the delete method can be a action or actionListener.


processEdit

public java.lang.String processEdit()
Deprecated. 
Processes editAction and returns the outcome.

Returns:
outcome of methodbinding

editListenerHandler

public void editListenerHandler(javax.faces.event.ActionEvent actionEvent)
Deprecated. 
Action Listener handling code for Edit action

Parameters:
actionEvent -

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.