com.ibm.mm.beans.gui
Class CMBSearchFieldPopupEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.mm.beans.gui.CMBSearchFieldPopupEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class CMBSearchFieldPopupEvent
- extends java.util.EventObject
Generated by CMBSearchPanel when the mouse popup trigger is activated
over a search field.
- Since:
- 8.1
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
CMBAttribute |
getAttribute()
Get the attribute with which the field is associated |
int |
getField()
Get the identifier of the field on which the popup event occurred
Must be one of the following values:
CMBSearchPanel.COMPONENT1 - the first component in the row
CMBSearchPanel.COMPONENT2 - the second component in the row
|
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 |
CMBSearchFieldPopupEvent
public CMBSearchFieldPopupEvent(java.lang.Object source,
CMBAttribute att,
int templateField,
int xPos,
int yPos)
- Constructs the event.
- Parameters:
source
- The source of the event.attribute
- The attribute with which the field is associatedtemplateField
- The identifier of the field on which the popup event occurred
Must be one of the following values:
- CMBSearchPanel.COMPONENT1 - the first component in the row
- CMBSearchPanel.COMPONENT2 - the second component in the row
xPos
- The x-position for the popup eventyPos
- The y-position for the popup event
getAttribute
public CMBAttribute getAttribute()
- Get the attribute with which the field is associated
getField
public int getField()
- Get the identifier of the field on which the popup event occurred
Must be one of the following values:
- CMBSearchPanel.COMPONENT1 - the first component in the row
- CMBSearchPanel.COMPONENT2 - the second component in the row
getX
public int getX()
- Get the x-position for the popup event
getY
public int getY()
- Get the y-position for the popup event
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.