|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.event.Event
org.zkoss.zk.ui.event.SelectEvent
public class SelectEvent
Represents an event cause by user's the list selection is changed at the client.
| Constructor Summary | |
|---|---|
SelectEvent(java.lang.String name,
Component target,
java.util.Set selectedItems)
Constructs a selection event. |
|
| Method Summary | |
|---|---|
java.util.Set |
getSelectedItems()
Returns the selected items (never null). |
| Methods inherited from class org.zkoss.zk.ui.event.Event |
|---|
getData, getName, getPage, getTarget, isPropagatable, stopPropagation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SelectEvent(java.lang.String name,
Component target,
java.util.Set selectedItems)
selectedItems - a set of items that shall be selected.| Method Detail |
|---|
public final java.util.Set getSelectedItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||