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

E22562-02

oracle.apps.fnd.applcore.dt.patterns.piLayout.gui
Class CommonTabAttributes

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.piLayout.gui.CommonTabAttributes

public class CommonTabAttributes
extends java.lang.Object

Class that acts as a generic bean to hold attributes for a button in a DC to be shown in a PI custom gui.

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

Constructor Summary
CommonTabAttributes(java.util.List<CustomGuiField> commonAttrs, java.util.List<ButtonAttributes> buttonAttributes)
          Construct this class.
 
Method Summary
 java.util.List<ButtonAttributes> getButtonAttributes()
          Get the button attributes.
 java.util.List<CustomGuiField> getCommonAttrs()
          Get the common attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonTabAttributes

public CommonTabAttributes(java.util.List<CustomGuiField> commonAttrs,
                           java.util.List<ButtonAttributes> buttonAttributes)
Construct this class.

Parameters:
commonAttrs - Common attributes to be shown above buttons.
buttonAttributes - Buttons to be shown in table and partially refreshed below.
Method Detail

getCommonAttrs

public java.util.List<CustomGuiField> getCommonAttrs()
Get the common attributes.

Returns:
common attributes.

getButtonAttributes

public java.util.List<ButtonAttributes> getButtonAttributes()
Get the button attributes.

Returns:
button attributes.

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.