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 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // if_salv_c_cell_type.intf.abap class if_salv_c_cell_type { static INTERNAL_TYPE = 'INTF'; static ATTRIBUTES = {"TEXT": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}, "CHECKBOX": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}, "BUTTON": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}, "DROPDOWN": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}, "LINK": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}, "HOTSPOT": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}, "CHECKBOX_HOTSPOT": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}}; static METHODS = {}; } abap.Classes['IF_SALV_C_CELL_TYPE'] = if_salv_c_cell_type; if_salv_c_cell_type.if_salv_c_cell_type$text = new abap.types.Integer({qualifiedName: "I"}); if_salv_c_cell_type.if_salv_c_cell_type$text.set(0); if_salv_c_cell_type.if_salv_c_cell_type$checkbox = new abap.types.Integer({qualifiedName: "I"}); if_salv_c_cell_type.if_salv_c_cell_type$checkbox.set(1); if_salv_c_cell_type.if_salv_c_cell_type$button = new abap.types.Integer({qualifiedName: "I"}); if_salv_c_cell_type.if_salv_c_cell_type$button.set(2); if_salv_c_cell_type.if_salv_c_cell_type$dropdown = new abap.types.Integer({qualifiedName: "I"}); if_salv_c_cell_type.if_salv_c_cell_type$dropdown.set(3); if_salv_c_cell_type.if_salv_c_cell_type$link = new abap.types.Integer({qualifiedName: "I"}); if_salv_c_cell_type.if_salv_c_cell_type$link.set(4); if_salv_c_cell_type.if_salv_c_cell_type$hotspot = new abap.types.Integer({qualifiedName: "I"}); if_salv_c_cell_type.if_salv_c_cell_type$hotspot.set(5); if_salv_c_cell_type.if_salv_c_cell_type$checkbox_hotspot = new abap.types.Integer({qualifiedName: "I"}); if_salv_c_cell_type.if_salv_c_cell_type$checkbox_hotspot.set(6); export {if_salv_c_cell_type}; //# sourceMappingURL=if_salv_c_cell_type.intf.mjs.map |