public abstract class DropBehavior extends AbstractDragDropBehavior
settings
Constructor and Description |
---|
DropBehavior(DragDropSettings settings) |
Modifier and Type | Method and Description |
---|---|
protected String |
getClientSideClassname()
Specify the clientside class that is used as the DragDropModel
|
String |
getComponentMarkupId() |
protected String |
getHeaderContributorFilename()
Provide the name of the javascript file that should be loaded on the client
|
abstract void |
onDrop(org.apache.wicket.model.IModel model,
org.apache.wicket.request.IRequestParameters parameters,
org.apache.wicket.ajax.AjaxRequestTarget target) |
protected void |
respond(org.apache.wicket.ajax.AjaxRequestTarget target) |
addHeaderContribution, getHeaderContributorClass, renderHead
onRenderHead, updateAjaxAttributes, updateAjaxSettings
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
public DropBehavior(DragDropSettings settings)
protected String getHeaderContributorFilename()
AbstractDragDropBehavior
getHeaderContributorFilename
in class AbstractDragDropBehavior
public String getComponentMarkupId()
protected void respond(org.apache.wicket.ajax.AjaxRequestTarget target)
respond
in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
protected String getClientSideClassname()
AbstractDragDropBehavior
getClientSideClassname
in class AbstractDragDropBehavior
public abstract void onDrop(org.apache.wicket.model.IModel model, org.apache.wicket.request.IRequestParameters parameters, org.apache.wicket.ajax.AjaxRequestTarget target)
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.