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

E22562-02

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

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

public final class ApplicationsPanelEventHandler
extends java.lang.Object

Event Handler of ApplicationsPanel.


Method Summary
static ApplicationsPanelEventHandler getInstance()
          Returns an ApplicationsPanelEventHandler instance.
 java.lang.String processBack()
          Returns the done action outcome.
 java.lang.String processCancel()
          Returns the cancel action outcome.
 java.lang.String processContinue()
          Returns the continue action outcome.
 java.lang.String processCreateAnother()
          Returns the createAnother action outcome.
 java.lang.String processNext()
          Returns the next action outcome.
 java.lang.String processPrevious()
          Returns the previous action outcome.
 java.lang.String processRevert()
          Returns the revert action outcome.
 java.lang.String processSave()
          Returns the save action outcome.
 java.lang.String processSaveAndClose()
          Returns the saveAndClose action outcome.
 java.lang.String processSaveAndContinue()
          Returns the saveAndContinue action outcome.
 java.lang.String processSaveAndCreateAnother()
          Returns the saveAndCreateAnother action outcome.
 java.lang.String processSaveAndNext()
          Returns the saveAndNext action outcome.
 java.lang.String processSubmit()
          Returns the submit action outcome.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ApplicationsPanelEventHandler getInstance()
Returns an ApplicationsPanelEventHandler instance.

Returns:
instance of ApplicationsPanelHanEventHandler

processSave

public java.lang.String processSave()
Returns the save action outcome.

Returns:
save action outcome

processSubmit

public java.lang.String processSubmit()
Returns the submit action outcome.

Returns:
submit action outcome

processCancel

public java.lang.String processCancel()
Returns the cancel action outcome.

Returns:
cancel action outcome

processBack

public java.lang.String processBack()
Returns the done action outcome.

Returns:
done action outcome

processContinue

public java.lang.String processContinue()
Returns the continue action outcome.

Returns:
continue action outcome

processSaveAndCreateAnother

public java.lang.String processSaveAndCreateAnother()
Returns the saveAndCreateAnother action outcome.

Returns:
saveAndCreateAnother action outcome

processRevert

public java.lang.String processRevert()
Returns the revert action outcome.

Returns:
revert action outcome

processSaveAndNext

public java.lang.String processSaveAndNext()
Returns the saveAndNext action outcome.

Returns:
saveAndNext action outcome

processSaveAndContinue

public java.lang.String processSaveAndContinue()
Returns the saveAndContinue action outcome.

Returns:
saveAndContinue action outcome

processSaveAndClose

public java.lang.String processSaveAndClose()
Returns the saveAndClose action outcome.

Returns:
saveAndClose action outcome

processCreateAnother

public java.lang.String processCreateAnother()
Returns the createAnother action outcome.

Returns:
createAnother action outcome

processPrevious

public java.lang.String processPrevious()
Returns the previous action outcome.

Returns:
previous action outcome

processNext

public java.lang.String processNext()
Returns the next action outcome.

Returns:
next action outcome

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.