|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.mm.beans.gui.CMBSearchFieldEnterPressedEvent
Generated by CMBSearchPanel when the enter key is pressed over a field on the panel.
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 |
public CMBSearchFieldEnterPressedEvent(java.lang.Object source, CMBAttribute att, int searchField)
source
- The source of the event.attribute
- The attribute with which the field is associatedsearchField
- The identifier of the search field which generated the event
Must be one of the following values:
Method Detail |
public CMBAttribute getAttribute()
public int getField()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |