Interface SortAgent

All Superinterfaces:
Agent, OperationAgent
All Known Implementing Classes:
SwitchedSortAgentImpl

public interface SortAgent extends OperationAgent
The agent for sorting operation. Supported components are Column, Treecol,and ListHeader.
Author:
pao
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sort(boolean ascending)
    To sort a header with specified sorting order.

    Methods inherited from interface org.zkoss.zats.mimic.Agent

    getClient, getDelegatee
  • Method Details

    • sort

      void sort(boolean ascending)
      To sort a header with specified sorting order.
      Parameters:
      ascending - true indicates ascending; false indicates descending.