|
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.HiGridExpansionEvent
Event object for HiGridExpansionEvent
, a subclass of
HiGridEvent
containing information about the particular
type of event.
Field Summary | |
static int |
AFTER_COLLAPSE_ROW
The row node has been collapsed. |
static int |
AFTER_EXPAND_ROW
The row node has been expanded. |
static int |
BEFORE_COLLAPSE_ROW
The row node is being collapsed. |
static int |
BEFORE_EXPAND_ROW
The row node is being expanded. |
Fields inherited from class com.klg.jclass.higrid.HiGridEvent |
cancelled, column, eventType, grid, rowNode |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
HiGridExpansionEvent(com.klg.jclass.higrid.HiGrid grid,
int eventType,
com.klg.jclass.higrid.RowNode rowNode)
Default constructor |
Method Summary | |
boolean |
isCancelable()
Return true if this event can be cancelled. |
Methods inherited from class com.klg.jclass.higrid.HiGridEvent |
cancelProposedAction, getCancelled, getColumn, getEventType, getRowNode |
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 BEFORE_EXPAND_ROW
public static final int BEFORE_COLLAPSE_ROW
public static final int AFTER_EXPAND_ROW
public static final int AFTER_COLLAPSE_ROW
Constructor Detail |
public HiGridExpansionEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.higrid.RowNode rowNode)
Method Detail |
public boolean isCancelable()
isCancelable
in class HiGridEvent
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |