* tableEventWatcher (Translation of Forte Event Handler)<p>
* <p>
* @return EventRegistration
*/
public EventRegistration tableEventWatcher() {
EventRegistration qq_resultRegistration = new EventRegistration();
// ---------------------------
// <ArrayTester>.AfterDeselect
// ---------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "AfterDeselect",
new EventRegistrationCallback("ArrayField_AfterDeselect_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("AfterDeselect");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// --------------------------------
// <ArrayTester>.AfterFieldScrolled
// --------------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "AfterFieldScrolled",
new EventRegistrationCallback("ArrayField_AfterFieldScrolled_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("AfterFieldScrolled");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// ----------------------------
// <ArrayTester>.AfterFocusGain
// ----------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "AfterFocusGain",
new EventRegistrationCallback("ArrayField_AfterFocusGain_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("AfterFocusGain");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// ----------------------------
// <ArrayTester>.AfterRowAppend
// ----------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "AfterRowAppend",
new EventRegistrationCallback("ArrayField_AfterRowAppend_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("AfterRowAppend");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// ---------------------------
// <ArrayTester>.AfterRowEntry
// ---------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "AfterRowEntry",
new EventRegistrationCallback("ArrayField_AfterRowEntry_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("AfterRowEntry");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// ---------------------------------
// <ArrayTester>.AfterRowValueChange
// ---------------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "AfterRowValueChange",
new EventRegistrationCallback("ArrayField_AfterRowValueChange_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("AfterRowValueChange");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// -------------------------
// <ArrayTester>.AfterSelect
// -------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "AfterSelect",
new EventRegistrationCallback("ArrayField_AfterSelect_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("AfterSelect");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// ------------------------------
// <ArrayTester>.AfterValueChange
// ------------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "AfterValueChange",
new EventRegistrationCallback("ArrayField_AfterValueChange_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("AfterValueChange");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// -----------------------------
// <ArrayTester>.BeforeFocusLoss
// -----------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "BeforeFocusLoss",
new EventRegistrationCallback("ArrayField_BeforeFocusLoss_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("BeforeFocusLoss");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// ---------------------------
// <ArrayTester>.BeforeRowExit
// ---------------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "BeforeRowExit",
new EventRegistrationCallback("ArrayField_BeforeRowExit_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/
public boolean handleEvent(EventHandle qq_currentEvent) {
boolean qq_HandlerResult = true;
try {
CursorMgr.startEvent();
// ================ Begin Forte Event Handler Translation ================
ValidatingWindow.this.dumpTableState("BeforeRowExit");
// ================= End Forte Event Handler Translation =================
}
finally {
CursorMgr.endEvent();
}
return qq_HandlerResult;
}
}) );
// ----------------------
// <ArrayTester>.Traverse
// ----------------------
qq_resultRegistration.addRegistration( ClientEventManager.register(
this.getqq_ArrayTester(), "Traverse",
new EventRegistrationCallback("ArrayField_Traverse_getqq_ArrayTester") {
/**
* handleEvent is called when the event is received. If this method returns false, the enclosing event loop will abort
*/