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

E22562-01

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

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

public class KeywordSearchFilterItem
extends SearchFilterItem
implements java.io.Serializable

A SearchFilterItem for Keywords.

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
KeywordSearchFilterItem(java.lang.String searchKeywords)
          Keyword Search Filter Item constructor.
 
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

KeywordSearchFilterItem

public KeywordSearchFilterItem(java.lang.String searchKeywords)
Keyword Search Filter Item constructor.

Parameters:
searchKeywords - the keywords being searched upon
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 - searchKeywords.

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.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.