|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
inetsoft.report.event.SelectionEvent
public class SelectionEvent
Selection event. This event is posted when an element is selected on a previewer/viewer.
| Field Summary | |
|---|---|
protected int |
clickCount
|
protected String |
eid
|
protected Object |
item
|
protected MouseEvent |
mouseEvent
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SelectionEvent(Object source,
String eid,
Object item,
int clickCount,
MouseEvent mouseEvent)
Create a selection event. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getClickCount()
Get the click count. |
int |
getColumn()
Get the column index of the event location, or return -1 if it does not apply. |
String |
getElementID()
Return the source report element ID. |
Object |
getItem()
Get the selection item. |
MouseEvent |
getMouseEvent()
Get the mouse event that triggered this selection event. |
int |
getRow()
Get the row index of the event location, or return -1 if it does not apply. |
boolean |
matches(SelectionEvent e)
Match two events. |
String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Object item
protected String eid
protected int clickCount
protected MouseEvent mouseEvent
| Constructor Detail |
|---|
public SelectionEvent(Object source,
String eid,
Object item,
int clickCount,
MouseEvent mouseEvent)
source - event source, e.g. TableLens, ChartLens.item - selecttion item.clickCount - the mouse click count.| Method Detail |
|---|
public String getElementID()
getElementID in interface ReportEventpublic int getRow()
public int getColumn()
public Object getItem()
public int getClickCount()
public MouseEvent getMouseEvent()
public String toString()
toString in class EventObjectpublic boolean equals(Object obj)
equals in class Objectpublic boolean matches(SelectionEvent e)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||