Class AjaxGrid.AjaxGridActionsColumn<P,​S>

    • Constructor Detail

      • AjaxGridActionsColumn

        public AjaxGridActionsColumn​(IModel<String> displayModel)
    • Method Detail

      • onError

        protected void onError​(AjaxRequestTarget target,
                               IModel<Pair<K,​V>> rowModel)
        Overrides:
        onError in class org.wicketstuff.egrid.column.EditableGridActionsColumn<Pair<K,​V>,​S>
      • onSave

        protected void onSave​(AjaxRequestTarget target,
                              IModel<Pair<K,​V>> rowModel)
        Overrides:
        onSave in class org.wicketstuff.egrid.column.EditableGridActionsColumn<Pair<K,​V>,​S>
      • onDelete

        protected void onDelete​(AjaxRequestTarget target,
                                IModel<Pair<K,​V>> rowModel)
        Overrides:
        onDelete in class org.wicketstuff.egrid.column.EditableGridActionsColumn<Pair<K,​V>,​S>
      • onCancel

        protected void onCancel​(AjaxRequestTarget target)
        Overrides:
        onCancel in class org.wicketstuff.egrid.column.EditableGridActionsColumn<Pair<K,​V>,​S>
      • allowDelete

        protected boolean allowDelete​(Item<Pair<K,​V>> rowItem)
        Overrides:
        allowDelete in class org.wicketstuff.egrid.column.EditableGridActionsColumn<Pair<K,​V>,​S>