Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.menu.unboundtf
Class SelectablePageItem

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.menu.unboundtf.SelectablePageItem

public class SelectablePageItem
extends java.lang.Object

A bean that is the item in the page list.


Constructor Summary
SelectablePageItem(java.lang.String pageName, java.lang.String description, java.lang.String secondDescription, java.awt.Image image, boolean selected, boolean selectable)
          Create the class passing all attributes.
 
Method Summary
 java.lang.String getDescription()
          Get the description.
 java.awt.Image getImage()
          Get the image.
 java.lang.String getPageName()
          Get the page name.
 java.lang.String getSecondDescription()
          Get the second description.
 boolean isSelectable()
          Get the selectable flag.
 boolean isSelected()
          Get the selected flag.
 void toggleSelected()
          flip the toggled status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectablePageItem

public SelectablePageItem(java.lang.String pageName,
                          java.lang.String description,
                          java.lang.String secondDescription,
                          java.awt.Image image,
                          boolean selected,
                          boolean selectable)
Create the class passing all attributes.

Parameters:
pageName - pageName.
description - description.
secondDescription - secondDescription
image - image.
selected - selected.
selectable - selectable.
Method Detail

getPageName

public java.lang.String getPageName()
Get the page name.

Returns:
page name.

getDescription

public java.lang.String getDescription()
Get the description.

Returns:
description.

getSecondDescription

public java.lang.String getSecondDescription()
Get the second description.

Returns:
second description.

getImage

public java.awt.Image getImage()
Get the image.

Returns:
image.

isSelected

public boolean isSelected()
Get the selected flag.

Returns:
selected flag.

toggleSelected

public void toggleSelected()
flip the toggled status.


isSelectable

public boolean isSelectable()
Get the selectable flag.

Returns:
selectable flag.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.