Search
ListView Methods
 


 Public Methods

  Name Description

attach

Control.attach override. (Inherited from ListContainer.)

deselectItem

Deselects an item. (Inherited from ListContainer.)

detach

Control.detach override. (Inherited from ListContainer.)

draw

Control.draw override.

fromJson

Deserializes items from a JSON string. (Inherited from ListContainer.)

fromObject

Loads items from a data object. (Inherited from ListContainer.)

getItemAt

Gets the item at the specified point. (Inherited from ListContainer.)

raiseItemDragEnd

Raises the itemDragEnd event. (Inherited from ListContainer.)

selectItem

Selects a ListItem. (Inherited from ListContainer.)

toJson

Serializes the ListItem-s to a JSON string. (Inherited from ListContainer.)

 See Also