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 |
|---|---|
java.util.Set<ELEMENT> |
getSelected() |
void |
selected(COMPONENT component,
java.util.Set<ITEM> selectedItems)
Called every time the tree node was selected
|
java.util.Set<ELEMENT> getSelected()
Copyright © 2018 SAP SE. All Rights Reserved.