public class DraggableBehavior extends KendoUIBehavior implements com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DraggableBehavior.DragCancelEvent
Provides an event object that will be broadcasted by the
DraggableBehavior.OnDragCancelAjaxBehavior callback |
protected static class |
DraggableBehavior.DraggableEvent
Provides a base class for
DraggableBehavior event objects |
protected static class |
DraggableBehavior.DragStartEvent
Provides an event object that will be broadcasted by the
DraggableBehavior.OnDragStartAjaxBehavior callback |
protected static class |
DraggableBehavior.DragStopEvent
Provides an event object that will be broadcasted by the
DraggableBehavior.OnDragStopAjaxBehavior callback |
protected static class |
DraggableBehavior.OnDragCancelAjaxBehavior
Provides a
JQueryAjaxBehavior that aims to be wired to the 'dragcancel' event |
protected static class |
DraggableBehavior.OnDragStartAjaxBehavior
Provides a
JQueryAjaxBehavior that aims to be wired to the 'dragstart' event |
protected static class |
DraggableBehavior.OnDragStopAjaxBehavior
Provides a
JQueryAjaxBehavior that aims to be wired to the 'dragend' event |
| Modifier and Type | Field and Description |
|---|---|
static String |
CSS_CLONE |
static String |
CSS_HIDE |
static String |
FCN_HINT
default hint
|
static String |
METHOD |
| Modifier | Constructor and Description |
|---|---|
|
DraggableBehavior(IDraggableListener listener)
Constructor
|
|
DraggableBehavior(com.googlecode.wicket.jquery.core.Options options,
IDraggableListener listener)
Constructor
|
protected |
DraggableBehavior(String selector,
IDraggableListener listener)
Constructor
|
protected |
DraggableBehavior(String selector,
com.googlecode.wicket.jquery.core.Options options,
IDraggableListener listener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior |
newOnDragCancelAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
Gets a new
JQueryAjaxBehavior that will be wired to the 'dragcancel' event |
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior |
newOnDragStartAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
Gets a new
JQueryAjaxBehavior that will be wired to the 'dragstart' event |
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior |
newOnDragStopAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
Gets a new
JQueryAjaxBehavior that will be wired to the 'dragend' event |
void |
onAjax(org.apache.wicket.ajax.AjaxRequestTarget target,
com.googlecode.wicket.jquery.core.JQueryEvent event) |
void |
onConfigure(org.apache.wicket.Component component) |
add, destroy, onDestroy, renderHead, widget, widget, widget, widget$, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, setOption, setOption, setOption, setOptions, setSelectoradd, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toStringpublic static final String METHOD
public static final String CSS_HIDE
public static final String CSS_CLONE
public static final String FCN_HINT
public DraggableBehavior(IDraggableListener listener)
listener - the IDraggableListenerpublic DraggableBehavior(com.googlecode.wicket.jquery.core.Options options,
IDraggableListener listener)
options - the Optionslistener - the IDraggableListenerprotected DraggableBehavior(String selector, IDraggableListener listener)
selector - the html selector (ie: "#myId")listener - the IDraggableListenerprotected DraggableBehavior(String selector, com.googlecode.wicket.jquery.core.Options options, IDraggableListener listener)
selector - the html selector (ie: "#myId")options - the Optionslistener - the IDraggableListenerpublic void bind(org.apache.wicket.Component component)
bind in class org.apache.wicket.behavior.Behaviorpublic void onConfigure(org.apache.wicket.Component component)
onConfigure in class KendoUIBehaviorpublic void onAjax(org.apache.wicket.ajax.AjaxRequestTarget target,
com.googlecode.wicket.jquery.core.JQueryEvent event)
onAjax in interface com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAwareprotected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior newOnDragStartAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
JQueryAjaxBehavior that will be wired to the 'dragstart' eventsource - the IJQueryAjaxAwareOnDragStartAjaxBehavior by defaultprotected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior newOnDragStopAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
JQueryAjaxBehavior that will be wired to the 'dragend' eventsource - the IJQueryAjaxAwareOnDragStopAjaxBehavior by defaultprotected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior newOnDragCancelAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
JQueryAjaxBehavior that will be wired to the 'dragcancel' eventsource - the IJQueryAjaxAwareOnDragCancelAjaxBehavior by defaultCopyright © 2021 7thWeb. All rights reserved.