JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridUpdateEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.higrid.HiGridEvent
              |
              +--com.klg.jclass.higrid.HiGridUpdateEvent
All Implemented Interfaces:
Serializable

public class HiGridUpdateEvent
extends HiGridEvent

Event object for HiGridUpdateEvent, a subclass of HiGridEvent containing information about the particular type of event.

See Also:
Serialized Form

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

AFTER_RESET_FORMAT_DATA

public static final int AFTER_RESET_FORMAT_DATA
The Format Data has been reset.

See Also:
Constant Field Values

AFTER_RESET_HIGRID_DATA

public static final int AFTER_RESET_HIGRID_DATA
The Higrid data has been reset.

See Also:
Constant Field Values

AFTER_CREATE_ROW

public static final int AFTER_CREATE_ROW
A new Row Node has been created.

See Also:
Constant Field Values
Constructor Detail

HiGridUpdateEvent

public HiGridUpdateEvent(com.klg.jclass.higrid.HiGrid grid,
                         int eventType,
                         com.klg.jclass.higrid.RowNode rowNode)
Default constructor


HiGridUpdateEvent

public HiGridUpdateEvent(com.klg.jclass.higrid.HiGrid grid,
                         int eventType)
Default constructor


Copyright © 2004 Quest Software Inc..
All rights reserved.