Example usage for org.apache.wicket.extensions.markup.html.repeater.util SortableDataProvider subclass-usage

List of usage examples for org.apache.wicket.extensions.markup.html.repeater.util SortableDataProvider subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.markup.html.repeater.util SortableDataProvider subclass-usage.

Usage

From source file at.ac.tuwien.ifs.tita.ui.TitaDataProvider.java

/**
 * TODO: write javadoc.
 *
 * @author msiedler
 * @param <T> x
 */

From source file ca.travelagency.components.dataprovider.DataProvider.java

public class DataProvider<T extends DaoEntity> extends SortableDataProvider<T, String> {
    private static final long serialVersionUID = 1L;

    @SpringBean
    private DaoSupport<T> daoSupport;

From source file com.doculibre.constellio.wicket.components.sort.SortableListDataProvider.java

/**
 * 
 * 
 * @author Vincent Dussault
 */
@SuppressWarnings("serial")

From source file com.evolveum.midpoint.web.component.data.BaseSortableDataProvider.java

/**
 * @author lazyman
 */
public abstract class BaseSortableDataProvider<T extends Serializable> extends SortableDataProvider<T, String> {

    private static final Trace LOGGER = TraceManager.getTrace(BaseSortableDataProvider.class);

From source file com.francetelecom.clara.cloud.presentation.tools.ApplicationProvider.java

/**
 * Created by IntelliJ IDEA.
 * User: Thomas Escalle - tawe8231
 * Entity : FT/OLNC/RD/MAPS/MEP/MSE
 * Date: 20/02/12
 */

From source file com.francetelecom.clara.cloud.presentation.tools.EnvironmentDtoProvider.java

public class EnvironmentDtoProvider extends SortableDataProvider<EnvironmentDto, String> {

    private static final long serialVersionUID = 1455084794375389713L;
    //private static final transient org.slf4j.Logger logger = LoggerFactory.getLogger(EnvironmentDtoProvider.class);

    private String searchCriteria;

From source file com.francetelecom.clara.cloud.presentation.tools.ReleaseProvider.java

/**
 * Created by IntelliJ IDEA. User: Thomas Escalle - tawe8231 Entity :
 * FT/OLNC/RD/MAPS/MEP/MSE Date: 28/02/12
 */
public class ReleaseProvider extends SortableDataProvider<ApplicationRelease, String> {

From source file com.melexis.SortableProductDataProvider.java

/**
 *
 * @author brh
 */
public class SortableProductDataProvider extends SortableDataProvider<Product> {

From source file com.melexis.SortableUserProfileDataProvider.java

/**
 *
 * @author brh
 */
public class SortableUserProfileDataProvider extends SortableDataProvider<UserProfile> {

From source file com.myrontuttle.fin.trade.web.data.SortableAlertDataProvider.java

/**
 * implementation of IDataProvider for groups that keeps track of sort information
 */
public class SortableAlertDataProvider extends SortableDataProvider<SavedAlert, String> {

    private static final long serialVersionUID = 1L;