public static interface AjaxSlider.ISliderAjaxEvent extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
AjaxSlider slider,
int value,
int[] values)
Call-back method for slider AJAX events.
|
void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
AjaxSlider slider,
int value,
int[] values)
target - The AjaxRequestTarget.slider - The slider to which the event is attached.value - The value of the first handle.values - In case with have more than one handle an array with handle values. Otherwise it is null.Copyright © 2009-2012. All Rights Reserved.