Class NodeDragBehavior

  • 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:
    Serialized Form
    • Method Detail

      • 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