public class ResizableBehavior extends JQueryUIBehavior implements com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ResizableBehavior.OnResizeStartAjaxBehavior
Provides a
JQueryAjaxBehavior that aims to be wired to the 'start' event |
protected static class |
ResizableBehavior.OnResizeStopAjaxBehavior
Provides a
JQueryAjaxBehavior that aims to be wired to the 'stop' event |
protected static class |
ResizableBehavior.ResizeEvent
Provides a base class for
ResizableBehavior event objects |
protected static class |
ResizableBehavior.ResizeStartEvent
Provides an event object that will be broadcasted by the
ResizableBehavior.OnResizeStartAjaxBehavior callback |
protected static class |
ResizableBehavior.ResizeStopEvent
Provides an event object that will be broadcasted by the
ResizableBehavior.OnResizeStopAjaxBehavior callback |
| Constructor and Description |
|---|
ResizableBehavior(String selector,
IResizableListener listener)
Constructor
|
ResizableBehavior(String selector,
com.googlecode.wicket.jquery.core.Options options,
IResizableListener listener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior |
newOnResizeStartAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
Gets a new
JQueryAjaxBehavior that will be wired to the 'start' event |
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior |
newOnResizeStopAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
Gets a new
JQueryAjaxBehavior that will be wired to the 'stop' event |
void |
onAjax(org.apache.wicket.ajax.AjaxRequestTarget target,
com.googlecode.wicket.jquery.core.JQueryEvent event) |
void |
onConfigure(org.apache.wicket.Component component) |
destroy, onDestroy, widget, widget, widget, widget$, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, renderHead, setOption, setOption, setOption, setOptions, setSelectoradd, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toStringpublic static final String METHOD
public ResizableBehavior(String selector, IResizableListener listener)
selector - the html selector (ie: "#myId")listener - the IResizableListenerpublic ResizableBehavior(String selector, com.googlecode.wicket.jquery.core.Options options, IResizableListener listener)
selector - the html selector (ie: "#myId")options - the Optionslistener - the IResizableListenerpublic 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 JQueryUIBehaviorpublic 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 newOnResizeStartAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
JQueryAjaxBehavior that will be wired to the 'start' eventsource - the IJQueryAjaxAwareOnResizeStartAjaxBehavior by defaultprotected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior newOnResizeStopAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
JQueryAjaxBehavior that will be wired to the 'stop' eventsource - the IJQueryAjaxAwareOnResizeStopAjaxBehavior by defaultCopyright © 2017 7thWeb. All rights reserved.