Table of Contents
ListBoxItem Objects

Client side representation of a ListBoxItem object.

Methods
Name Description
ensureVisible Scrolls the item into view.
getDOMElement Returns the root DOM element for this item.
getEnabled Gets a value indicating whether the item is enabled.
getIcon Gets the item value.
getIndex Gets the item index.
getListBox Returns the ListBox control that contains this item.
getSelected Gets a value indicating whether the item is selected.
getText Gets the item text.
getValue Gets the item value.
getVisible Gets a value indicating whether the item is visible.
setEnabled Sets a value indicating whether the item is enabled.
setSelected Sets a value indicating whether the item is selected.
setValue Sets the item value.
setVisible Sets a value indicating whether the item is visible.