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

E22562-02

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

java.lang.Object
  extended by oracle.adfdt.view.ui.collection.CollectionPanelDecorator
      extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.common.ApplicationsTableDecorator
          extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel.ApplicationsSubheaderTableDecorator

public class ApplicationsSubheaderTableDecorator
extends ApplicationsTableDecorator

This class represents the decorator for the subheader collections table in the title panel.


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.apps.fnd.applcore.dt.patterns.metadata.creator.common.ApplicationsTableDecorator
ApplicationsTableDecorator.LabelListCellRenderer
 
Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.dt.patterns.metadata.creator.common.ApplicationsTableDecorator
DEFAULT_LABEL_MARKER, EMPTY_LABEL_MARKER
 
Fields inherited from class oracle.adfdt.view.ui.collection.CollectionPanelDecorator
INDEX_COMPONENT, INDEX_ITEM_LABEL_VALUE, INDEX_VALUE
 
Constructor Summary
ApplicationsSubheaderTableDecorator(oracle.bali.xml.gui.jdev.JDevXmlContext context)
          The constructor.
 
Method Summary
 java.lang.String getComponentHeader(oracle.adfdt.view.ui.collection.ItemHolder holder)
          This method returns the header text for the third column.
 java.lang.String getItemHeader(oracle.adfdt.view.ui.collection.ItemHolder holder)
          This method returns the header text for the first column.
 javax.swing.table.TableCellEditor getTableCellEditor(int column)
          This method returns cell editor for a specific column.
 java.lang.String getValueHeader(oracle.adfdt.view.ui.collection.ItemHolder holder)
          This method returns the header text for the second column.
 
Methods inherited from class oracle.apps.fnd.applcore.dt.patterns.metadata.creator.common.ApplicationsTableDecorator
getAvailableComponents, getAvailableComponents, getContext, getTableCellRenderer, isColumnEditable, isNewSupported
 
Methods inherited from class oracle.adfdt.view.ui.collection.CollectionPanelDecorator
getBackgroundColor, getColumnCount, getColumnHeader, getComponentDisplayValue, getComponentIcon, getComponentLabelString, getDetailsDescription, getDetailsHelpTopic, getDisplayValue, getEditTitle, getIsSortableLabelString, getItemDisplayValue, getItemLabelString, getItemLabelValueLabelString, getSortPropertyLabelString, getSummaryDescription, getSummaryHelpTopic, getTableLabelForString, getValueDisplayValue, getVisibleRowCount, isCellEditable, isEditSupported, isGroupingSupported, isReorderingSupported, isSortingSupported, setItemValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationsSubheaderTableDecorator

public ApplicationsSubheaderTableDecorator(oracle.bali.xml.gui.jdev.JDevXmlContext context)
The constructor.

Parameters:
context - The jdev xml context.
Method Detail

getTableCellEditor

public javax.swing.table.TableCellEditor getTableCellEditor(int column)
This method returns cell editor for a specific column.

Overrides:
getTableCellEditor in class ApplicationsTableDecorator
Parameters:
column - Index of the column
Returns:
The table cell editor.

getItemHeader

public java.lang.String getItemHeader(oracle.adfdt.view.ui.collection.ItemHolder holder)
This method returns the header text for the first column.

Overrides:
getItemHeader in class ApplicationsTableDecorator
Parameters:
holder - The parent holder.
Returns:
The header text.

getValueHeader

public java.lang.String getValueHeader(oracle.adfdt.view.ui.collection.ItemHolder holder)
This method returns the header text for the second column.

Overrides:
getValueHeader in class ApplicationsTableDecorator
Parameters:
holder - The parent holder.
Returns:
The header text.

getComponentHeader

public java.lang.String getComponentHeader(oracle.adfdt.view.ui.collection.ItemHolder holder)
This method returns the header text for the third column.

Overrides:
getComponentHeader in class ApplicationsTableDecorator
Parameters:
holder - The parent holder.
Returns:
The header text.

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.