Search
ItemListView Methods
 


 Public Methods

  Name Description

addItem

Overloaded.  

addItemListViewListener

Registers listener to receive events when users select or delete items from the list.

addItems

Overloaded.  

clearItems

Removes all items from the list view.

getIconMargin

Gets the horizontal and vertical margins around the items.

getItemAt

Gets the item at the specified position.

getItemsCount

Gets the number of items in the list view.

getItemSize

Gets the size of the icons displayed in the list.

getShowIcons

Gets a value indicating whether to show icons for each list item.

getShowLabels

Gets a value indicating whether to show text labels along with icons for each list item.

insertItem

Overloaded.  

removeItemAt

Removes the item at the specified position.

removeItemListViewListener

Unregisters listener not to receive ItemListView events.

setIconMargin

Sets the horizontal and vertical margins around the items.

setItemSize

Sets the size of the icons displayed in the list.

setShowIcons

Sets a value specifying whether to show icons for each list item.

setShowLabels

Sets a value specifying whether to show text labels along with icons for each list item.

 Protected Methods

  Name Description

onItemSelected

 

onMousePressed

 

onSelected

 

 See Also