Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBSearchFieldEnterPressedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.mm.beans.gui.CMBSearchFieldEnterPressedEvent
All Implemented Interfaces:
java.io.Serializable

public class CMBSearchFieldEnterPressedEvent
extends java.util.EventObject

Generated by CMBSearchPanel when the enter key is pressed over a field on the panel.

Since:
8.1
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBSearchFieldEnterPressedEvent(java.lang.Object source, CMBAttribute att, int searchField)
          Constructs the event.
 
Method Summary
 CMBAttribute getAttribute()
          Get the attribute with which the field is associated
 int getField()
          Get the identifier of the search field which generated the event Must be one of the following values: CMBSearchPanel.COMPONENT1 - the first component in the row CMBSearchPanel.COMPONENT2 - the second component in the row
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMBSearchFieldEnterPressedEvent

public CMBSearchFieldEnterPressedEvent(java.lang.Object source,
                                       CMBAttribute att,
                                       int searchField)
Constructs the event.
Parameters:
source - The source of the event.
attribute - The attribute with which the field is associated
searchField - The identifier of the search field which generated the event Must be one of the following values:
  • CMBSearchPanel.COMPONENT1 - the first component in the row
  • CMBSearchPanel.COMPONENT2 - the second component in the row
Method Detail

getAttribute

public CMBAttribute getAttribute()
Get the attribute with which the field is associated

getField

public int getField()
Get the identifier of the search field which generated the event Must be one of the following values:

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.