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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanallowDelete(Item<Pair<K, V>> rowItem) protected voidprotected voidprotected voidprotected voidvoidMethods inherited from class org.wicketstuff.egrid.column.EditableActionsColumn
allowEdit, newActionsPanel, onEditMethods inherited from class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
detach, getCssClass, getDisplayModel, getHeader, getSortPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
populateItemin interfaceICellPopulator<P>- Overrides:
populateItemin classorg.wicketstuff.egrid.column.EditableActionsColumn<Pair<K,V>, S>
-
onError
-
onSave
-
onDelete
-
onCancel
-
allowDelete
-