Class ecm.widget.CompositeButtonListPane


Extends dijit._Widget.
Displays a list of items as composite buttons.
Defined in: <ecm\widget\CompositeButtonListPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
addItem(item)
Adds the items as composite buttons.
 
Cleans up the composite buttons.
 
Constructor.
 
Destroy.
 
Returns the list of items.
 
Event fired when a item is added.
 
Event fired when a item is removed.
 
Removes all items in the list.

Constructor Detail

ecm.widget.CompositeButtonListPane()

Since:
2.0.3.5

Field Detail

repository

Instance of ecm.model.Repository.

Method Detail

addItem(item)

Adds the items as composite buttons.
Parameters:
item

cleanUp()

Cleans up the composite buttons.

constructor()

Constructor.

destroy()

Destroy.

getItems()

Returns the list of items.

onItemAdded()

Event fired when a item is added.

onItemRemoved()

Event fired when a item is removed.

removeAllItems()

Removes all items in the list.
Since:
2.0.3.8