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

de.larmic.butterfaces.model.table.TableSortModel Maven / Gradle / Ivy

package de.larmic.butterfaces.model.table;

/**
 * Created by larmic on 03.12.14.
 */
public interface TableSortModel {

    /**
     * @param columnId optional column id (generated id will be used is column id attribute is not set)
     * @param sortBy   optional column component attribute
     * @param sortType the {@link de.larmic.butterfaces.model.table.SortType}
     */
    void sortColumn(final String columnId, final String sortBy, final SortType sortType);

    SortType getSortType(final String clientId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy