Class powersoft.jcm.db.ValidateDataEvent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class powersoft.jcm.db.ValidateDataEvent

java.lang.Object
   |
   +----powersoft.jcm.event.EventData
           |
           +----powersoft.jcm.db.DataEvent
                   |
                   +----powersoft.jcm.db.ValidateDataEvent

public class ValidateDataEvent
extends DataEvent

Constructor Index

 o ValidateDataEvent(Object, byte, int)

Method Index

 o getAction()
 o getCancel()
 o getRow()
 o setCancel(boolean)
Specifies whether the data action is to be cancelled.

Constructors

 o ValidateDataEvent
  public ValidateDataEvent(Object dataSource,
                           byte action,
                           int row)

Methods

 o getAction
  public final byte getAction()
Returns:
one of the constants in ValidateDataAction
See Also:
ValidateDataAction
 o getRow
  public final int getRow()
 o getCancel
  public final boolean getCancel()
 o setCancel
  public final void setCancel(boolean cancel)
Specifies whether the data action is to be cancelled.
Parameters:
cancel - If true, the data action is called.

All Packages  Class Hierarchy  This Package  Previous  Next  Index