JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridValidateEvent

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

public class HiGridValidateEvent
extends HiGridEvent

Event object for HiGridValidateEvent, a subclass of HiGridEvent containing information about the particular type of event. The event posted for cell validation events.

See Also:
Serialized Form

Field Summary
static int STATE_IS_INVALID
           
static int VALUE_CHANGED_BEGIN
           
static int VALUE_CHANGED_END
           
 
Fields inherited from class com.klg.jclass.higrid.HiGridEvent
cancelled, column, eventType, grid, rowNode
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HiGridValidateEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.cell.validate.JCValidateEvent event, com.klg.jclass.higrid.RowNode row, String column)
          Default constructor.
 
Method Summary
 com.klg.jclass.cell.validate.JCValidateEvent getValidateEvent()
          Gets the validate event.
 
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

VALUE_CHANGED_BEGIN

public static final int VALUE_CHANGED_BEGIN
See Also:
Constant Field Values

VALUE_CHANGED_END

public static final int VALUE_CHANGED_END
See Also:
Constant Field Values

STATE_IS_INVALID

public static final int STATE_IS_INVALID
See Also:
Constant Field Values
Constructor Detail

HiGridValidateEvent

public HiGridValidateEvent(com.klg.jclass.higrid.HiGrid grid,
                           int eventType,
                           com.klg.jclass.cell.validate.JCValidateEvent event,
                           com.klg.jclass.higrid.RowNode row,
                           String column)
                    throws DataModelException
Default constructor.

Throws:
DataModelException - If an exception occurs while creating the event object.
Method Detail

getValidateEvent

public com.klg.jclass.cell.validate.JCValidateEvent getValidateEvent()
Gets the validate event.


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