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
-
ValidateDataEvent(Object, byte, int)
-
-
getAction()
-
-
getCancel()
-
-
getRow()
-
-
setCancel(boolean)
- Specifies whether the data action is to be cancelled.
ValidateDataEvent
public ValidateDataEvent(Object dataSource,
byte action,
int row)
getAction
public final byte getAction()
- Returns:
- one of the constants in ValidateDataAction
- See Also:
- ValidateDataAction
getRow
public final int getRow()
getCancel
public final boolean getCancel()
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