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

E22562-03

oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel
Class MenuOptionValueObject

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel.MenuOptionValueObject

public class MenuOptionValueObject
extends java.lang.Object

A simple class for carrying menu option selections.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
MenuOptionValueObject(boolean save, boolean saveAndContinue, boolean saveAndClose, boolean saveAndCreateAnother, boolean saveAndNext)
          Constructor taking all args.
 
Method Summary
 boolean isSave()
          Is save selected?
 boolean isSaveAndClose()
          Is saveAndClose selected?
 boolean isSaveAndContinue()
          Is saveAndContinue selected?
 boolean isSaveAndCreateAnother()
          Is saveAndCreateAnother selected?
 boolean isSaveAndNext()
          Is saveAndNext selected?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuOptionValueObject

public MenuOptionValueObject(boolean save,
                             boolean saveAndContinue,
                             boolean saveAndClose,
                             boolean saveAndCreateAnother,
                             boolean saveAndNext)
Constructor taking all args.

Parameters:
save - save.
saveAndContinue - saveAndContinue.
saveAndClose - saveAndClose.
saveAndCreateAnother - saveAndCreateAnother.
saveAndNext - saveAndNext.
Method Detail

isSave

public boolean isSave()
Is save selected?

Returns:
true if selected, false otherwise.

isSaveAndContinue

public boolean isSaveAndContinue()
Is saveAndContinue selected?

Returns:
true if selected, false otherwise.

isSaveAndClose

public boolean isSaveAndClose()
Is saveAndClose selected?

Returns:
true if selected, false otherwise.

isSaveAndCreateAnother

public boolean isSaveAndCreateAnother()
Is saveAndCreateAnother selected?

Returns:
true if selected, false otherwise.

isSaveAndNext

public boolean isSaveAndNext()
Is saveAndNext selected?

Returns:
true if selected, false otherwise.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.