| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
HListElement |
HListGroup.getCurrentItem()
Retrieve the current active item, if one has been chosen.
|
HListElement |
HListGroup.getItem(int index)
Retrieve an item from the content list by index.
|
HListElement[] |
HListGroup.getListContent()
Retrieve the list content for this
HListGroup. |
HListElement[] |
HListGroup.getSelection()
Get the selection from this
HListGroup. |
HListElement |
HListGroup.removeItem(int index)
Remove the HListElement at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HListGroup.addItem(HListElement item,
int index)
Add an item to this
HListGroup. |
void |
HListGroup.addItems(HListElement[] items,
int index)
Add an array of items to this
HListGroup. |
int |
HListGroup.getIndex(HListElement item)
Retrieve the index position of an item in the content list.
|
void |
HListGroup.setListContent(HListElement[] elements)
Set the list content for this HListGroup.
|
| Constructor and Description |
|---|
HListGroup(HListElement[] items)
Creates an
HListGroup
object. |
HListGroup(HListElement[] items,
int x,
int y,
int width,
int height)
Creates an
HListGroup
object. |
Copyright © 2012 code4tv.com. All Rights Reserved.