COMPONENT - type of the component (eg. Tree, Listbox)ITEM - type of the component's item (eg. TreeCell, Listitem)ELEMENT - type of stored elements (eg. TypedObject)public interface SelectableComponent<COMPONENT extends Component,ITEM extends Component,ELEMENT>
org.zkoss.zk.ui.Component| Modifier and Type | Method and Description |
|---|---|
Set<ELEMENT> |
getSelected() |
void |
selected(COMPONENT component,
Set<ITEM> selectedItems)
Called every time the tree node was selected
|
Copyright © 2017 SAP SE. All Rights Reserved.