Class ecm.widget.listView.modules.ViewFilmStrip


Extends ecm.widget.listView.modules._View.
This content list module provides filmstrip view capability.
Defined in: <ecm\widget\listView\modules\ViewFilmStrip.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Destroy.
 
See GridX API documentation for details.
 
onCreateFilmstrip(filmstrip)
Fires when the filmstrip is created.
 
onDestroyFilmstrip(filmstrip)
Fires when the filmstrip is destroyed.
 
onViewButtonClicked(buttonViewName, currentViewName)
Handles a click event when a view button is clicked.
 
Creates the view button and listens to events.

Constructor Detail

ecm.widget.listView.modules.ViewFilmStrip()

Method Detail

destroy()

Destroy.

getAPIPath()

See GridX API documentation for details.

onCreateFilmstrip(filmstrip)

Fires when the filmstrip is created.
Parameters:
filmstrip
The filmstrip ecm.model.listView.Filmstrip that was created.

onDestroyFilmstrip(filmstrip)

Fires when the filmstrip is destroyed.
Parameters:
filmstrip
The filmstrip ecm.model.listView.Filmstrip that will be destroyed.

onViewButtonClicked(buttonViewName, currentViewName)

Handles a click event when a view button is clicked.
Parameters:
buttonViewName
Name of the view button clicked.
currentViewName
Name of the current view button.

preload()

Creates the view button and listens to events.