SelectionEvent

Represents an event cause by user's the list selection is changed at the client.

Class Name

org.zkoss.zk.ui.event.SelectionEvent

Methods

Name

Description

Data Type

getSelectedText()

Returns the selected text contained in this text.

java.util.Set

getSart()

Returns the selected text's start position.

int

getEnd()

Returns the selected text's end position.

int

Inherited From