public class DataTableSelectionEvent
extends org.zkoss.zk.ui.event.Event
| Constructor and Description |
|---|
DataTableSelectionEvent(String name,
org.zkoss.zk.ui.Component target,
DataTableSelection selection) |
DataTableSelectionEvent(String name,
org.zkoss.zk.ui.Component target,
List<DataTableSelection> selections) |
| Modifier and Type | Method and Description |
|---|---|
DataTableSelection |
getSelection() |
List<DataTableSelection> |
getSelections() |
public DataTableSelectionEvent(String name, org.zkoss.zk.ui.Component target, DataTableSelection selection)
public DataTableSelectionEvent(String name, org.zkoss.zk.ui.Component target, List<DataTableSelection> selections)
public List<DataTableSelection> getSelections()
public DataTableSelection getSelection()
Copyright © 2016. All Rights Reserved.