org.wicketstuff.egrid.provider.IEditableDataProvider Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of wicketstuff-editable-grid Show documentation
                Show all versions of wicketstuff-editable-grid Show documentation
Add/Edit/Delete functionality all at once
                
             The newest version!
        
        package org.wicketstuff.egrid.provider;
import org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortStateLocator;
import org.apache.wicket.markup.repeater.data.IDataProvider;
/**
 * 
 * @author Nadeem Mohammad
 *
 */
public interface IEditableDataProvider extends IDataProvider, ISortStateLocator
{
	void add(T item);
	void remove(T item);
}
      © 2015 - 2025 Weber Informatics LLC | Privacy Policy