Package org.zkoss.zats.mimic.operation
Interface FocusAgent
-
- All Superinterfaces:
Agent,OperationAgent
public interface FocusAgent extends OperationAgent
To obtain or release focus of a component that inherits from InputElement, e.g. Datebox, Decimalbox, Textbox, Checkbox, Radio etc...- Author:
- pao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidblur()release focus.voidfocus()obtain focus.-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-