|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.klg.jclass.higrid.HiGridEvent
HiGridEvent
is the base class for most HiGrid events.
Field Summary | |
protected boolean |
cancelled
|
protected String |
column
|
protected int |
eventType
|
protected com.klg.jclass.higrid.HiGrid |
grid
|
protected com.klg.jclass.higrid.RowNode |
rowNode
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
HiGridEvent(com.klg.jclass.higrid.HiGrid grid,
int eventType,
com.klg.jclass.higrid.RowNode rowNode,
String column)
Constructor |
Method Summary | |
void |
cancelProposedAction()
Cancels the proposed action. |
boolean |
getCancelled()
Indicates if proposed action was cancelled by a listener. |
String |
getColumn()
Returns a string indicating which column is affected, or "" in the case where the column is not applicable. |
int |
getEventType()
Retrieves the type of this event. |
com.klg.jclass.higrid.RowNode |
getRowNode()
Retrieves the RowNode associated with this event. |
boolean |
isCancelable()
Return true if this event can be cancelled. |
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 |
Field Detail |
protected com.klg.jclass.higrid.HiGrid grid
protected int eventType
protected com.klg.jclass.higrid.RowNode rowNode
protected String column
protected boolean cancelled
Constructor Detail |
public HiGridEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.higrid.RowNode rowNode, String column)
Method Detail |
public String getColumn()
public int getEventType()
public com.klg.jclass.higrid.RowNode getRowNode()
public void cancelProposedAction()
isCancelable()
,
getCancelled()
public boolean getCancelled()
cancelProposedAction()
public boolean isCancelable()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |