DragSourceInfo Properties

Use

Properties in View Designer

  • data

    Textual representation of data transported to DropTarget. Along with mimeType, this property forms a link to resources.

  • enabled

    Defines whether the object can be moved using Drag&Drop.

    This property can be personalized by administrators.

    In personalization, this property can be assigned the value: false

  • mimeType

    Type of resource.

    Note that this property is not currently used; it is intended for future developments.

  • mode

    Value

    Description

    default

    Standard behavior

    native

    Drag&drop with native HTML5, enables Drag&Drop across browser boundaries.

  • scope

    Validity area of DragSourceInfo.

    Value

    Description

    componentInstance

    DragSourceInfo can only be used within the component. Objects can only be moved to a UI element of the same component using Drag&Drop.

    global

    DragSourceInfo can be used globally.

  • tags

    This property corresponds to flavors in the programming environment. The flavour describes the type of drag & drop description. In a drag & drop situation objects can only be dropped on to others if they have at least one shared description.

    It enables possible DropTargets to be identified. Drag&Drop is only possible if the DragSourceInfo has at least one DropTarget tag. Multiple tags can be assigned to a DragSourceInfo.

    The specifications for this property are case-sensitive. Entries must be separated by spaces. You may not use the following characters: Colon (:), comma (,), semicolon (;), backslash (\), slash (/), period (.).

    You can use this property to define your own development standards. As a software architect, you should pay attention to which tags you are using and how they are designed.