public interface IListViewListener
extends org.apache.wicket.util.io.IClusterable
DataView widget and the ListViewBehavior| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelectable()
Indicates whether item(s) can be selected.
If true, the onChange(AjaxRequestTarget, List) event will be triggered |
void |
onChange(org.apache.wicket.ajax.AjaxRequestTarget target,
List<org.apache.wicket.ajax.json.JSONObject> objects)
Triggered when item(s) is/are selected
|
void |
onCreate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.ajax.json.JSONObject object)
Triggered when datasource 'create' function is raised
|
void |
onDelete(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.ajax.json.JSONObject object)
Triggered when datasource 'destroy' function is raised
|
void |
onUpdate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.ajax.json.JSONObject object)
Triggered when datasource 'update' function is raised
|
boolean isSelectable()
onChange(AjaxRequestTarget, List) event will be triggeredvoid onCreate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.ajax.json.JSONObject object)
target - the AjaxRequestTargetobject - the JSONObject holding the row datavoid onUpdate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.ajax.json.JSONObject object)
target - the AjaxRequestTargetobject - the JSONObject holding the row datavoid onDelete(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.ajax.json.JSONObject object)
target - the AjaxRequestTargetobject - the JSONObject holding the row datavoid onChange(org.apache.wicket.ajax.AjaxRequestTarget target,
List<org.apache.wicket.ajax.json.JSONObject> objects)
target - the AjaxRequestTargetobjects - the list of retrieved JSONObjectsCopyright © 2021 7thWeb. All rights reserved.