Servoy 5.x Public API

com.servoy.j2db.dataprocessing
Interface ISaveConstants

All Known Subinterfaces:
IDatabaseManager

public interface ISaveConstants

Constants used in stopEditting to give the status of the save.


Field Summary
static int AUTO_SAVE_BLOCKED
          Stop edit was blocked by autosave false flag.
static int SAVE_FAILED
          Stop edit failed because of a database save/update error.
static int STOPPED
          Stop edit did succeed.
static int VALIDATION_FAILED
          Stop edit failed because of a validation error.
 

Field Detail

AUTO_SAVE_BLOCKED

static final int AUTO_SAVE_BLOCKED
Stop edit was blocked by autosave false flag.

See Also:
Constant Field Values

SAVE_FAILED

static final int SAVE_FAILED
Stop edit failed because of a database save/update error.

See Also:
Constant Field Values

STOPPED

static final int STOPPED
Stop edit did succeed.

See Also:
Constant Field Values

VALIDATION_FAILED

static final int VALIDATION_FAILED
Stop edit failed because of a validation error.

See Also:
Constant Field Values

Copyright © 2010 Servoy B.V.