public interface SelectionListInterface
| Modifier and Type | Method and Description |
|---|---|
logical |
scrollToItem(character name)
Implements the SCROLL-TO-ITEM() widget method.
|
logical |
scrollToItem(int index)
Implements the SCROLL-TO-ITEM() widget method.
|
logical |
scrollToItem(NumberType index)
Implements the SCROLL-TO-ITEM() widget method.
|
logical |
scrollToItem(java.lang.String name)
Implements the SCROLL-TO-ITEM() widget method.
|
logical scrollToItem(int index)
index - The index of an item to scroll.TRUE in success, FALSE otherwise.logical scrollToItem(NumberType index)
index - The index of an item to scroll.TRUE in success, FALSE otherwise.logical scrollToItem(character name)
name - The name of an item to scroll.TRUE in success, FALSE otherwise.logical scrollToItem(java.lang.String name)
name - The name of an item to scroll.TRUE in success, FALSE otherwise.