Class ImageNodeDragBehavior
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.apache.wicket.behavior.AbstractAjaxBehavior
-
- org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
-
- org.hippoecm.frontend.plugins.yui.AbstractYuiAjaxBehavior
-
- org.hippoecm.frontend.plugins.yui.dragdrop.AbstractDragDropBehavior
-
- org.hippoecm.frontend.plugins.yui.dragdrop.DragBehavior
-
- org.hippoecm.frontend.plugins.yui.dragdrop.NodeDragBehavior
-
- org.hippoecm.frontend.plugins.yui.dragdrop.ImageNodeDragBehavior
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IComponentAwareEventSink
,org.apache.wicket.IRequestListener
,org.apache.wicket.markup.html.IComponentAwareHeaderContributor
,org.apache.wicket.util.io.IClusterable
public class ImageNodeDragBehavior extends NodeDragBehavior
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hippoecm.frontend.plugins.yui.dragdrop.DragBehavior
dragSettings
-
Fields inherited from class org.hippoecm.frontend.plugins.yui.dragdrop.AbstractDragDropBehavior
settings
-
-
Constructor Summary
Constructors Constructor Description ImageNodeDragBehavior(DragSettings settings, JcrNodeModel nodeModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getClientSideClassname()
Specify the clientside class that is used as the DragDropModel-
Methods inherited from class org.hippoecm.frontend.plugins.yui.dragdrop.NodeDragBehavior
detach, getDragModel, getLabel, updateAjaxSettings
-
Methods inherited from class org.hippoecm.frontend.plugins.yui.dragdrop.DragBehavior
getHeaderContributorFilename, lookupDropBehavior, respond
-
Methods inherited from class org.hippoecm.frontend.plugins.yui.dragdrop.AbstractDragDropBehavior
addHeaderContribution, getHeaderContributorClass, renderHead
-
Methods inherited from class org.hippoecm.frontend.plugins.yui.AbstractYuiAjaxBehavior
onRenderHead, updateAjaxAttributes
-
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes
-
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
-
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListener, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag
-
-
-
-
Constructor Detail
-
ImageNodeDragBehavior
public ImageNodeDragBehavior(DragSettings settings, JcrNodeModel nodeModel)
-
-
Method Detail
-
getClientSideClassname
protected String getClientSideClassname()
Description copied from class:AbstractDragDropBehavior
Specify the clientside class that is used as the DragDropModel- Overrides:
getClientSideClassname
in classDragBehavior
-
-