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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | const {cx_root} = await import("./cx_root.clas.mjs");
// cl_alv_event_toolbar_set.clas.abap
class cl_alv_event_toolbar_set {
static STATIC_SUPER = undefined;
static INTERNAL_TYPE = 'CLAS';
static INTERNAL_NAME = 'CL_ALV_EVENT_TOOLBAR_SET';
static IMPLEMENTED_INTERFACES = [];
static ATTRIBUTES = {"MT_TOOLBAR": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
"function": new abap.types.Character(70, {"qualifiedName":"UI_FUNC","ddicName":"UI_FUNC","description":"UI_FUNC"}),
"icon": new abap.types.Character(30, {}),
"quickinfo": new abap.types.Character(30, {}),
"butn_type": new abap.types.Integer({qualifiedName: "I"}),
"disabled": new abap.types.Character(1, {}),
"text": new abap.types.Character(40, {}),
"checked": new abap.types.Character(1, {})}, "STB_BUTTON", "STB_BUTTON", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TTB_BUTTON");}, "visibility": "U", "is_constant": " ", "is_class": " "}};
static METHODS = {};
constructor() {
this.me = new abap.types.ABAPObject();
this.me.set(this);
this.INTERNAL_ID = abap.internalIdCounter++;
this.FRIENDS_ACCESS_INSTANCE = {
};
this.mt_toolbar = abap.types.TableFactory.construct(new abap.types.Structure({
"function": new abap.types.Character(70, {"qualifiedName":"UI_FUNC","ddicName":"UI_FUNC","description":"UI_FUNC"}),
"icon": new abap.types.Character(30, {}),
"quickinfo": new abap.types.Character(30, {}),
"butn_type": new abap.types.Integer({qualifiedName: "I"}),
"disabled": new abap.types.Character(1, {}),
"text": new abap.types.Character(40, {}),
"checked": new abap.types.Character(1, {})}, "STB_BUTTON", "STB_BUTTON", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TTB_BUTTON");
}
async constructor_(INPUT) {
if (super.constructor_) { await super.constructor_(INPUT); }
return this;
}
}
abap.Classes['CL_ALV_EVENT_TOOLBAR_SET'] = cl_alv_event_toolbar_set;
export {cl_alv_event_toolbar_set}; |