de.agilecoders.wicket.jquery
Interface IDataSource<T>

All Superinterfaces:
org.apache.wicket.util.io.IClusterable, Serializable

public interface IDataSource<T>
extends org.apache.wicket.util.io.IClusterable

Simple data source

Author:
miha

Method Summary
 List<T> load()
           
 

Method Detail

load

List<T> load()
Returns:
a list of data of type T


Copyright © 2017. All Rights Reserved.