public interface ListboxController<T> extends SelectableComponent<Listbox,Listitem,T>
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Listbox listbox,
T node)
Deletes given node
|
void |
move(Listbox listbox,
T node,
T target)
Moves given node in place of 'target' node.
|
getSelected, selectedvoid move(Listbox listbox, T node, T target)
listbox - after successful movement, contentPageList will be notified to update itselfnode - to be movedtarget - node to be shifted. In place of this 'target' node the 'node' will be moved.Copyright © 2017 SAP SE. All Rights Reserved.