Represents an event cause by user's input something at the client.
org.zkoss.zk.ui.event.InputEvent
Name
Description
Data Type
getValue()
Returns the value that user input.
java.lang.String
isChangingBySelectBlock()
Returns whether this event is onChanging, and caused by user's selecting a list of items.
onChanging
boolean
Inherited From
org.zkoss.zk.ui.event.Event