DropTargetCellEditor

Use

UI element DropTargetCellEditor allows an element to be dropped into table cell with DragSourceInfo. Use DropTargetCellEditor as the cell editor in the Table or in the CTable. DropTargetCellEditor can be inserted as the cell editor into a table column, and can contain any cell editor itself.

Runtime Class

CL_WD_DROP_TARGET_CELL_EDITOR

Properties in View Designer

Name

Type

Initial Value

Bindable

id

STRING

(automatic)

No

sizing

WDUI_DROP_TRGT_CELL_SIZING

Cell

Yes

Aggregations in View Designer

Name

Cardinality

Type

CONTENT

0..1

UI Element

DROP_TARGET_INFO

1..1

DropTargetInfo

Events in View Designer

Name

onDrop

Dynamic Programming

For dynamic programming, the same properties, events and aggregations are available as in the View Designer. Note the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

sizing

SIZING

WDUI_DROP_TRGT_CELL_SIZING

sizing: Cell

CL_WD_DROP_TARGET_CELL_EDITOR=>E_SIZING-CELL

sizing: Element

CCL_WD_DROP_TARGET_CELL_EDITOR=>E_SIZING-ELEMENT

Dynamic Programming of Events

View Designer Name

Runtime Name

onDrop

ON_DROP

Dynamic Programming of Aggregations

View Designer Name

Runtime Name

Cardinality

CONTENT

CONTENT

0..1

DROP_TARGET_INFO

DROP_TARGET_INFO

1..1