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

E22562-07

oracle.apps.fnd.applcore.patterns.ui
Class ApplicationsTableEventHandler

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

public final class ApplicationsTableEventHandler
extends java.lang.Object

Event Handler of ApplicationsTable.


Method Summary
static ApplicationsTableEventHandler getInstance()
          Returns an ApplicationsTableEventHandler instance.
 oracle.jbo.Row processCreate(oracle.adf.view.rich.component.UIXTable table)
          Creates a new row in the ApplicationsTable.
 void processDelete(oracle.adf.view.rich.component.UIXTable table)
          Deletes the selected row from the ApplicationsTable.
 oracle.jbo.Row processDuplicate(oracle.adf.view.rich.component.UIXTable table)
          Creates a duplicate of the selected row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ApplicationsTableEventHandler getInstance()
Returns an ApplicationsTableEventHandler instance.

Returns:
instance of ApplicationsTableHanEventHandler

processCreate

public oracle.jbo.Row processCreate(oracle.adf.view.rich.component.UIXTable table)
Creates a new row in the ApplicationsTable.

Parameters:
table - on which the create operation was performed
Returns:
instance of inserted row

processDelete

public void processDelete(oracle.adf.view.rich.component.UIXTable table)
Deletes the selected row from the ApplicationsTable.

Parameters:
table - on which the create operation was performed

processDuplicate

public oracle.jbo.Row processDuplicate(oracle.adf.view.rich.component.UIXTable table)
Creates a duplicate of the selected row.

Parameters:
table - on which the duplicate operation was performed
Returns:
instance of duplicated row

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.