IntelliJ IDEA 2016.1 Help

Drag-and-drop

In order to increase development speed and prevent errors the plugin allows you to use drag&drop operations to generate simple code but that would otherwise be more error prone and take time from the task at hand.

This section covers the following features:

Drag&Drop Components

Drop in Page or Component Template
This drop operation will result in a reference to the dropped component being inserted at the drop point with all required attributes set.
Drop in Page or Component Class
This drop operation will result in the declaration of an embedded component in the target class.
tapestry-dropComponent

Drag&Drop Pages

Drop in Page or Component Template
This drop operation will result in a page link to the dropped page being inserted at the drop point.
tapestry-dropPage1
Drop in Page, Component or Mixin Class
This drop operation will result in the injection of the dropped page in the target class.
tapestry-dropPageInClass

Drag&Drop Mixins

Drop in Component Class
This drop operation will result in the declaration of the usage of an implementation mixin.
tapestry-dropMixin
Last modified: 13 July 2016