Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBTemplateFieldPopupEvent

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

public class CMBTemplateFieldPopupEvent
extends java.util.EventObject

Generated by CMBSearchTemplateViewer when the mouse popup trigger is activated over a template field.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBTemplateFieldPopupEvent(java.lang.Object source, CMBSTCriterion crit, int templateField, int xPos, int yPos)
          Constructs the event.
 
Method Summary
 CMBSTCriterion getCriterion()
          Get the search criterion with which the field is associated
 int getField()
          Get the name of the field on which the popup event occurred
 int getX()
          Get the x-position for the popup event
 int getY()
          Get the y-position for the popup 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

CMBTemplateFieldPopupEvent

public CMBTemplateFieldPopupEvent(java.lang.Object source,
                                  CMBSTCriterion crit,
                                  int templateField,
                                  int xPos,
                                  int yPos)
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 field on which the popup event occurred
xPos - The x-position for the popup event
yPos - The y-position for the popup event
Method Detail

getCriterion

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

getField

public int getField()
Get the name of the field on which the popup event occurred

getX

public int getX()
Get the x-position for the popup event

getY

public int getY()
Get the y-position for the popup event

EIP JavaBeans

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