org.wicketstuff.scriptaculous.dragdrop
Class SortableBehavior
java.lang.Object
org.apache.wicket.behavior.AbstractBehavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.wicketstuff.scriptaculous.ScriptaculousAjaxBehavior
org.wicketstuff.scriptaculous.dragdrop.DraggableBehavior
org.wicketstuff.scriptaculous.dragdrop.SortableBehavior
- All Implemented Interfaces:
- java.io.Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.behavior.IBehaviorListener, org.apache.wicket.IClusterable, org.apache.wicket.IRequestListener, org.apache.wicket.markup.html.IHeaderContributor
public class SortableBehavior
- extends DraggableBehavior
add sortable behavior to a given component.
inherits all configuration options from DraggableBehavior.
- See Also:
DraggableBehavior,
http://github.com/madrobby/scriptaculous/wikis/sortable,
Serialized Form
| Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
INDICATOR |
| Fields inherited from interface org.apache.wicket.behavior.IBehaviorListener |
INTERFACE |
| Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
findIndicatorId, generateCallbackScript, getAjaxCallDecorator, getCallbackScript, getCallbackScript, getChannelName, getFailureScript, getPreconditionScript, getSuccessScript, onRequest, throttleScript |
| Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior |
bind, getCallbackUrl, getCallbackUrl, getComponent, getImplementationId, getStatelessHint, onComponentTag, onComponentTag, onRendered, onRenderHeadContribution, onRenderHeadInitContribution |
| Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
afterRender, beforeRender, cleanup, detach, detachModel, exception, isEnabled, isTemporary, onException, rendered |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortableBehavior
public SortableBehavior()
onComponentRendered
protected final void onComponentRendered()
- Overrides:
onComponentRendered in class DraggableBehavior
respond
protected final void respond(org.apache.wicket.ajax.AjaxRequestTarget target)
- Overrides:
respond in class DraggableBehavior
setScrollSensitivity
public final void setScrollSensitivity(int value)
setScrollSpeed
public final void setScrollSpeed(int value)
setDropOnEmpty
public final void setDropOnEmpty(boolean value)
setHoverClass
public final void setHoverClass(java.lang.String className)
Copyright © 2006-2011 Wicket Stuff. All Rights Reserved.