All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sencha.gxt.data.shared.loader.ListLoadConfig Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
/**
 * Sencha GXT 3.1.0-beta - Sencha for GWT
 * Copyright(c) 2007-2014, Sencha, Inc.
 * [email protected]
 *
 * http://www.sencha.com/products/gxt/license/
 */
package com.sencha.gxt.data.shared.loader;

import java.io.Serializable;
import java.util.List;

import com.sencha.gxt.data.shared.SortInfo;

/**
 * Load config interface for list based data. Adds support for sort information.
 */
public interface ListLoadConfig extends Serializable {


  /**
   * Returns the sort info.
   */
  List getSortInfo();

  /**
   * Sets the sort info.
   */
  void setSortInfo(List info);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy