public class TimePickerBehavior extends KendoUIBehavior implements com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
| Constructor and Description |
|---|
TimePickerBehavior(String selector,
com.googlecode.wicket.jquery.core.event.IValueChangedListener listener)
Constructor
|
TimePickerBehavior(String selector,
com.googlecode.wicket.jquery.core.Options options,
com.googlecode.wicket.jquery.core.event.IValueChangedListener listener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.apache.wicket.Component component) |
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxPostBehavior |
newOnChangeAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
Gets a new
JQueryAjaxPostBehavior that will be wired to the 'change' 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 TimePickerBehavior(String selector, com.googlecode.wicket.jquery.core.event.IValueChangedListener listener)
selector - the html selector (ie: "#myId")listener - the IValueChangedListenerpublic TimePickerBehavior(String selector, com.googlecode.wicket.jquery.core.Options options, com.googlecode.wicket.jquery.core.event.IValueChangedListener listener)
selector - the html selector (ie: "#myId")options - the Optionslistener - the IValueChangedListenerpublic 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.JQueryAjaxPostBehavior newOnChangeAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
JQueryAjaxPostBehavior that will be wired to the 'change' eventsource - the IJQueryAjaxAwareOnChangeAjaxBehavior by defaultCopyright © 2021 7thWeb. All rights reserved.