Interface MultipleSelectAgent

All Superinterfaces:
Agent, OperationAgent
All Known Implementing Classes:
AbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImpl

public interface MultipleSelectAgent extends OperationAgent
To do multiple selection on a component including Listitem and TreeItem.
Author:
pao
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    to de-select an item.
    void
    to select an item.

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

    getClient, getDelegatee
  • Method Details

    • select

      void select()
      to select an item. If the parent component isn't at multiple selection mode, it will throw exception.
    • deselect

      void deselect()
      to de-select an item. If the parent component isn't at multiple selection mode, it will throw exception.