public abstract class DragBehavior extends AbstractDragDropBehavior
Modifier and Type | Field and Description |
---|---|
protected DragSettings |
dragSettings |
settings
Constructor and Description |
---|
DragBehavior(DragSettings settings) |
Modifier and Type | Method and Description |
---|---|
protected String |
getClientSideClassname()
Specify the clientside class that is used as the DragDropModel
|
protected abstract org.apache.wicket.model.IModel |
getDragModel()
Lookup and return the IModel that will be used to drop on the dropBehavior
|
protected String |
getHeaderContributorFilename()
Provide the name of the javascript file that should be loaded on the client
|
protected boolean |
lookupDropBehavior() |
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
protected DragSettings dragSettings
public DragBehavior(DragSettings settings)
protected void respond(org.apache.wicket.ajax.AjaxRequestTarget target)
respond
in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
protected abstract org.apache.wicket.model.IModel getDragModel()
protected boolean lookupDropBehavior()
protected String getHeaderContributorFilename()
AbstractDragDropBehavior
getHeaderContributorFilename
in class AbstractDragDropBehavior
protected String getClientSideClassname()
AbstractDragDropBehavior
getClientSideClassname
in class AbstractDragDropBehavior
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.