Class NodeDragBehavior

java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
All Implemented Interfaces:
Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.IRequestListener, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable
Direct Known Subclasses:
ImageNodeDragBehavior

public class NodeDragBehavior extends DragBehavior
See Also:
  • Constructor Details

  • Method Details

    • updateAjaxSettings

      protected void updateAjaxSettings()
      Overrides:
      updateAjaxSettings in class AbstractYuiAjaxBehavior
    • getDragModel

      protected org.apache.wicket.model.IModel getDragModel()
      Description copied from class: DragBehavior
      Lookup and return the IModel that will be used to drop on the dropBehavior
      Specified by:
      getDragModel in class DragBehavior
    • getLabel

      protected String getLabel()
    • detach

      public void detach(org.apache.wicket.Component component)
      Overrides:
      detach in class org.apache.wicket.behavior.Behavior