Show TOC

Accordion AggregationsLocate this document in the navigation structure

Use
  • DRAG_SOURCE_INFO (0..1)

    An Accordion enables the user to drag AccordionItems. With the DRAG_SOURCE_INFO aggregation you create a DragSourceInfo object, which specifies how its (multiple) AccordionItems are dragged and dropped. The DragSourceInfo object determines the drag tags globally for all entries.

  • DROP_TARGET_INFO (0..1)

    You can insert UI elements into the Accordion using drag and drop, for example, if you want to allow the user to sort individual AccordionItems. For example, you can program an application where Table lines, ItemListBoxes entries, Images, and so on, can be moved into a Accordion where AccordionItems can be automatically created.

    A DropTargetInfo specifies if and how insertion with drag and drop is possible.

  • ITEMS (0..n)

    Standard aggregation for inserting AccordionItems and MultipleAccordionItems.