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

E22562-02

oracle.apps.fnd.applcore.globalSearch.ui
Class SearchableObjectSearchFilterItem

java.lang.Object
  extended by oracle.apps.fnd.applcore.globalSearch.ui.SearchFilterItem
      extended by oracle.apps.fnd.applcore.globalSearch.ui.SearchableObjectSearchFilterItem
All Implemented Interfaces:
java.io.Serializable

public class SearchableObjectSearchFilterItem
extends SearchFilterItem
implements java.io.Serializable

A SearchFilterItem for Facet Item nodes.

Author:
David Groves <david.groves@oracle.com>
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.apps.fnd.applcore.globalSearch.ui.SearchFilterItem
SearchFilterItem.FilterType
 
Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.globalSearch.ui.SearchFilterItem
_filterType, MAX_TILE_STR_LEN, SEP_CHARS
 
Constructor Summary
SearchableObjectSearchFilterItem(TreeItem treeItem)
          Construct this class.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 java.lang.Object getAdaptee()
          Get the object adapted to (in the case where we are adapting to objects in a foreign API).
 java.lang.String getDisplayValue()
          Get the display value of this filter item.
 java.lang.String getToolTipValue()
          Get the value of this filter item shown in a tooltip.
 java.lang.String getValue()
          Get the code value of this filter item.
 int hashCode()
          
 
Methods inherited from class oracle.apps.fnd.applcore.globalSearch.ui.SearchFilterItem
getFilterType, getInlineStyle, isDeletable, isSegmented
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchableObjectSearchFilterItem

public SearchableObjectSearchFilterItem(TreeItem treeItem)
Construct this class.

Parameters:
treeItem - tree item of type SEARCHABLE_OBJECT.
Method Detail

getValue

public java.lang.String getValue()
Get the code value of this filter item.

Specified by:
getValue in class SearchFilterItem
Returns:
code value of this filter item.

getDisplayValue

public java.lang.String getDisplayValue()
Get the display value of this filter item.

Specified by:
getDisplayValue in class SearchFilterItem
Returns:
display value of this filter item.

getToolTipValue

public java.lang.String getToolTipValue()
Get the value of this filter item shown in a tooltip.

Specified by:
getToolTipValue in class SearchFilterItem
Returns:
tooltip value of this filter item.

getAdaptee

public java.lang.Object getAdaptee()
Get the object adapted to (in the case where we are adapting to objects in a foreign API). See GoF Adapter pattern.

Specified by:
getAdaptee in class SearchFilterItem
Returns:
Adapted Object - treeItem.

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.