OnClick
|
org.zkoss.zk.ui.event.MouseEvent
Description:
Denotes user has clicked the component.
|
OnSelection
|
org.zkoss.zk.ui.event.SelectionEvent
Description:
Denotes that user is selecting a portion of the text of an input component. You can retrieve the start and end position of the selected text by use of the getStart and getEnd methods.
|
OnFocus
|
org.zkoss.zk.ui.event.Event
Description:
Denotes when a component gets the focus.
|
OnBlur
|
org.zkoss.zk.ui.even.Event
Description:
Denotes when a component loses the focus.
|
OnChange
|
org.zkoss.zk.ui.even.InputEvent
Description:
An input control notifies the application with the onChange event if its content is changed
by the user.
|
OnChanging
|
org.zkoss.zk.ui.even.InputEvent
Description:
An input control also notifies the application with the onChanging event, when user is
changing the content.
|