Schnittstelle IsDraggable


public interface IsDraggable
Warning: This class is stil in progress.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setDraggable(String draggable)
    Draggable components are the source components of the drag-and-drop feature.
    void
    setDragNames(String draggable)
    Indicate draggable of this component.
  • Methodendetails

    • setDraggable

      void setDraggable(String draggable)
      Draggable components are the source components of the drag-and-drop feature.
    • setDragNames

      void setDragNames(String draggable)
      Indicate draggable of this component. Possible value is 'none'. But this can be overridden in the theme.