Class AjaxGrid.AjaxGridActionsColumn<P,S>
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<Pair<K,V>,S>
org.wicketstuff.egrid.column.EditableActionsColumn<Pair<K,V>,S>
org.apache.syncope.client.ui.commons.markup.html.form.AjaxGrid.AjaxGridActionsColumn<P,S>
- All Implemented Interfaces:
Serializable
,ICellPopulator<Pair<K,
,V>> IColumn<Pair<K,
,V>, S> IStyledColumn<Pair<K,
,V>, S> IDetachable
,IClusterable
protected class AjaxGrid.AjaxGridActionsColumn<P,S>
extends org.wicketstuff.egrid.column.EditableActionsColumn<Pair<K,V>,S>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
allowDelete
(Item<Pair<K, V>> rowItem) protected void
protected void
protected void
protected void
void
Methods inherited from class org.wicketstuff.egrid.column.EditableActionsColumn
allowEdit, newActionsPanel, onEdit
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
detach, getCssClass, getDisplayModel, getHeader, getSortProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn
getHeaderColspan, getHeaderRowspan, isSortable
-
Constructor Details
-
AjaxGridActionsColumn
-
-
Method Details
-
populateItem
public void populateItem(Item<ICellPopulator<Pair<K, V>>> item, String componentId, IModel<Pair<K, V>> rowModel) - Specified by:
populateItem
in interfaceICellPopulator<P>
- Overrides:
populateItem
in classorg.wicketstuff.egrid.column.EditableActionsColumn<Pair<K,
V>, S>
-
onError
-
onSave
-
onDelete
-
onCancel
-
allowDelete
-