|
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 | +--com.klg.jclass.higrid.HiGridUpdateEvent
Event object for HiGridUpdateEvent
, a subclass of
HiGridEvent
containing information about the particular
type of event.
Field Summary | |
static int |
AFTER_CREATE_ROW
A new Row Node has been created. |
static int |
AFTER_RESET_FORMAT_DATA
The Format Data has been reset. |
static int |
AFTER_RESET_HIGRID_DATA
The Higrid data has been reset. |
Fields inherited from class com.klg.jclass.higrid.HiGridEvent |
cancelled, column, eventType, grid, rowNode |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
HiGridUpdateEvent(com.klg.jclass.higrid.HiGrid grid,
int eventType)
Default constructor |
|
HiGridUpdateEvent(com.klg.jclass.higrid.HiGrid grid,
int eventType,
com.klg.jclass.higrid.RowNode rowNode)
Default constructor |
Methods inherited from class com.klg.jclass.higrid.HiGridEvent |
cancelProposedAction, getCancelled, getColumn, getEventType, getRowNode, isCancelable |
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 |
public static final int AFTER_RESET_FORMAT_DATA
public static final int AFTER_RESET_HIGRID_DATA
public static final int AFTER_CREATE_ROW
Constructor Detail |
public HiGridUpdateEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.higrid.RowNode rowNode)
public HiGridUpdateEvent(com.klg.jclass.higrid.HiGrid grid, int eventType)
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |