All files / output cl_salv_events_table.clas.mjs

52% Statements 13/25
100% Branches 2/2
33.33% Functions 1/3
52% Lines 13/25

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 251x 1x 1x 1x 1x 1x 1x 1x 1x                   1x       1x 1x 1x
const {cx_root} = await import("./cx_root.clas.mjs");
// cl_salv_events_table.clas.abap
class cl_salv_events_table {
  static INTERNAL_TYPE = 'CLAS';
  static INTERNAL_NAME = 'CL_SALV_EVENTS_TABLE';
  static IMPLEMENTED_INTERFACES = [];
  static ATTRIBUTES = {};
  static METHODS = {};
  constructor() {
    this.me = new abap.types.ABAPObject();
    this.me.set(this);
    this.INTERNAL_ID = abap.internalIdCounter++;
    this.FRIENDS_ACCESS_INSTANCE = {
    };
    this.double_click = {"EVENT_NAME": "DOUBLE_CLICK", "EVENT_CLASS": "CL_SALV_EVENTS_TABLE"};
    this.added_function = {"EVENT_NAME": "ADDED_FUNCTION", "EVENT_CLASS": "CL_SALV_EVENTS_TABLE"};
    this.link_click = {"EVENT_NAME": "LINK_CLICK", "EVENT_CLASS": "CL_SALV_EVENTS_TABLE"};
  }
  async constructor_(INPUT) {
    if (super.constructor_) { await super.constructor_(INPUT); }
    return this;
  }
}
abap.Classes['CL_SALV_EVENTS_TABLE'] = cl_salv_events_table;
export {cl_salv_events_table};