org.devocative.wickomp.grid.IDataSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wickomp Show documentation
Show all versions of wickomp Show documentation
Web components for Apache Wicket
package org.devocative.wickomp.grid;
import org.apache.wicket.model.IModel;
import java.io.Serializable;
public interface IDataSource extends Serializable {
IModel model(T object);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy