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

E22562-07

oracle.apps.fnd.applcore.globalSearch.ui.commonTree
Class FolderTreeItem

java.lang.Object
  extended by oracle.apps.fnd.applcore.globalSearch.ui.commonTree.BaseTreeItem
      extended by oracle.apps.fnd.applcore.globalSearch.ui.commonTree.FolderTreeItem
All Implemented Interfaces:
java.io.Serializable

public class FolderTreeItem
extends BaseTreeItem

A node in a JSF tree, used in the common filters tree as an unselectable folder.

See Also:
Serialized Form

Constructor Summary
FolderTreeItem(java.lang.String displayValue)
          Construct this folder.
 
Method Summary
 SearchFilterItem.FilterType getFilterType()
          What type of Filter type this Tree Item represents.
 
Methods inherited from class oracle.apps.fnd.applcore.globalSearch.ui.commonTree.BaseTreeItem
equals, getChildren, getDefaultCommonTreeItems, getDisplayValue, getToolTip, getValue, hashCode, isBranch, isCustomRange, isSelectable, isSelected, isSomeUserData, toSearchFilterItem
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderTreeItem

public FolderTreeItem(java.lang.String displayValue)
Construct this folder.

Parameters:
displayValue - value to display.
Method Detail

getFilterType

public SearchFilterItem.FilterType getFilterType()
What type of Filter type this Tree Item represents.

Specified by:
getFilterType in class BaseTreeItem
Returns:
FilterType

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.