Package org.zkoss.zats.mimic.operation
Interface MultipleSelectAgent
- All Superinterfaces:
Agent,OperationAgent
- All Known Implementing Classes:
AbstractMultipleSelectAgentBuilder.AbstractMultipleSelectAgentImpl
To do multiple selection on a component including Listitem and TreeItem.
- Author:
- pao
-
Method Summary
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.
-