Class DragBehavior

  • 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:
    NodeDragBehavior

    public abstract class DragBehavior
    extends AbstractDragDropBehavior
    See Also:
    Serialized Form
    • Constructor Detail

      • DragBehavior

        public DragBehavior​(DragSettings settings)
    • Method Detail

      • respond

        protected void respond​(org.apache.wicket.ajax.AjaxRequestTarget target)
        Specified by:
        respond in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
      • getDragModel

        protected abstract org.apache.wicket.model.IModel getDragModel()
        Lookup and return the IModel that will be used to drop on the dropBehavior
      • lookupDropBehavior

        protected boolean lookupDropBehavior()