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 ApplicationsPanelSubheader

java.lang.Object
  extended by oracle.adfdt.view.ui.collection.ItemHolder
      extended by oracle.adfdt.view.ui.collection.Item
          extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.panel.ApplicationsPanelSubheader

public class ApplicationsPanelSubheader
extends oracle.adfdt.view.ui.collection.Item

This class represents a subheader item in the collections table.


Field Summary
 
Fields inherited from class oracle.adfdt.view.ui.collection.Item
PROPERTY_COMPONENT, PROPERTY_ITEM_LABEL_VALUE, PROPERTY_VALUE
 
Fields inherited from class oracle.adfdt.view.ui.collection.ItemHolder
MOVE_BOTTOM, MOVE_DOWN, MOVE_TOP, MOVE_UP, PROPERTY_ITEMS
 
Constructor Summary
ApplicationsPanelSubheader(oracle.bali.xml.gui.jdev.JDevXmlContext context)
          The constructor.
ApplicationsPanelSubheader(oracle.bali.xml.gui.jdev.JDevXmlContext context, boolean isDefault)
          The constructor.
 
Method Summary
 oracle.adfdt.view.ui.collection.Item cloneItem()
          This method does nothing.
 void commit()
          Do nothing.
 int getColumns()
          This method returns the number of columns for this subheader.
 javax.swing.Icon getIcon()
          Return the icon for this subheader.
 org.w3c.dom.Node getNode()
          This method returns the node for this subheader.
 java.lang.String getTitle()
          This method returns the title of this subheader.
 java.lang.String getType()
          This method returns the type of this subheader.
 oracle.adfdt.view.ui.collection.Item group(oracle.adfdt.view.ui.collection.Item[] items)
          Do nothing.
 boolean isDefault()
          Indicate if this is the default subheader.
 void setColumns(int columns)
          This method sets the number of columns for this subheader.
 void setDefault(boolean isDefault)
          Set if this is the default subheader.
 void setNode(org.w3c.dom.Node node)
          This method sets the node for this subheader.
 void setTitle(java.lang.String title)
          This method sets the title of this subheader.
 void setType(java.lang.String type)
          This methos sets the type of this subheader.
 void sync(oracle.adfdt.view.ui.collection.Item source)
          This method does nothing.
 java.lang.String toString()
          This method returns the string representation of this subheader.
 void ungroup(oracle.adfdt.view.ui.collection.Item item)
          This method does nothing.
 
Methods inherited from class oracle.adfdt.view.ui.collection.Item
getComponent, getItemLabelValue, getValue, setComponent, setItemLabelValue, setValue
 
Methods inherited from class oracle.adfdt.view.ui.collection.ItemHolder
addPropertyChangeListener, delete, firePropertyChange, getItems, getParent, move, removePropertyChangeListener, setItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationsPanelSubheader

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

Parameters:
context - The jdev xml context.

ApplicationsPanelSubheader

public ApplicationsPanelSubheader(oracle.bali.xml.gui.jdev.JDevXmlContext context,
                                  boolean isDefault)
The constructor.

Parameters:
context - The jdev xml context.
isDefault - Indicate if this the default subheader.
Method Detail

setTitle

public void setTitle(java.lang.String title)
This method sets the title of this subheader.

Parameters:
title - The title string.

getTitle

public java.lang.String getTitle()
This method returns the title of this subheader.

Returns:
The title of the subheader.

toString

public java.lang.String toString()
This method returns the string representation of this subheader.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of the subheader.

getColumns

public int getColumns()
This method returns the number of columns for this subheader.

Returns:
The number of columns.

setColumns

public void setColumns(int columns)
This method sets the number of columns for this subheader.

Parameters:
columns - Number of columns for this subheader.

getType

public java.lang.String getType()
This method returns the type of this subheader.

Returns:
Type of the subheader.

setType

public void setType(java.lang.String type)
This methos sets the type of this subheader.

Parameters:
type - Type of subheader.

getNode

public org.w3c.dom.Node getNode()
This method returns the node for this subheader.

Returns:
The node for this subheader.

setNode

public void setNode(org.w3c.dom.Node node)
This method sets the node for this subheader.

Parameters:
node - The node for this subheader.

commit

public void commit()
Do nothing.

Specified by:
commit in class oracle.adfdt.view.ui.collection.ItemHolder

group

public oracle.adfdt.view.ui.collection.Item group(oracle.adfdt.view.ui.collection.Item[] items)
Do nothing.

Specified by:
group in class oracle.adfdt.view.ui.collection.ItemHolder
Parameters:
items - Items to be grouped.
Returns:
The grouped item.

ungroup

public void ungroup(oracle.adfdt.view.ui.collection.Item item)
This method does nothing.

Specified by:
ungroup in class oracle.adfdt.view.ui.collection.ItemHolder
Parameters:
item - Item to be ungrouped.

cloneItem

public oracle.adfdt.view.ui.collection.Item cloneItem()
This method does nothing.

Specified by:
cloneItem in class oracle.adfdt.view.ui.collection.Item
Returns:
The cloned item.

sync

public void sync(oracle.adfdt.view.ui.collection.Item source)
This method does nothing.

Specified by:
sync in class oracle.adfdt.view.ui.collection.Item
Parameters:
source - The source item.

isDefault

public boolean isDefault()
Indicate if this is the default subheader.

Returns:
Return if this is the subheader.

setDefault

public void setDefault(boolean isDefault)
Set if this is the default subheader.

Parameters:
isDefault - Indicate if this is the default subheader.

getIcon

public javax.swing.Icon getIcon()
Return the icon for this subheader.

Returns:
Icon for this subheader.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.