Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBTemplateFieldEnterPressedEvent

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

public class CMBTemplateFieldEnterPressedEvent
extends java.util.EventObject

Generated by CMBSearchTemplateViewer when the enter key is pressed over a field on the template.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBTemplateFieldEnterPressedEvent(java.lang.Object source, CMBSTCriterion crit, int templateField)
          Constructs the event.
 
Method Summary
 CMBSTCriterion getCriterion()
          Get the search criterion with which the field is associated
 int getField()
          Get the template field which generated the event
 
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

CMBTemplateFieldEnterPressedEvent

public CMBTemplateFieldEnterPressedEvent(java.lang.Object source,
                                         CMBSTCriterion crit,
                                         int templateField)
Constructs the event.
Parameters:
source - The source of the event.
criterionName - The name of the search criterion with which the field is associated
templateField - The template field which generated the event
Method Detail

getCriterion

public CMBSTCriterion getCriterion()
Get the search criterion with which the field is associated

getField

public int getField()
Get the template field which generated the event

EIP JavaBeans

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