Search
ListViewBase Methods
 


 Public Methods

  Name Description

addEventListener

Registers a single event listener on the instance. (Inherited from Disposable.)

addHandlers

Adds an event listener to a DOM element. (Inherited from Control.)

addItem

Adds an item to the list view.

clearAll

Removes all items from the list view.

clearHandlers

Removes all event listeners from a DOM element. (Inherited from Control.)

clientToDoc

Transforms a point from client to document coordinates. (Inherited from CanvasControl.)

docToClient

Transforms a point from document to client coordinates. (Inherited from CanvasControl.)

fromJson

Constructs a JavaScript object from a JSON string. (Inherited from Control.)

getItemAt

Gets the item at the specified location.

raiseEvent

Raises an event. (Inherited from Disposable.)

registerForSubmit

Registers an onsubmit handler for the Control's parent html form to flush postback data. (Inherited from Control.)

removeEventListener

Removes a single event listener attached to the instance. (Inherited from Disposable.)

removeItem

Removes an item from the list view.

selectItem

Selects the specified item.

toJson

Converts a JavaScript object to a JSON string. (Inherited from Control.)

 See Also