Class Index | File Index

Classes


Class JBrowse.View.TrackList.Faceted


Defined in: Faceted.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Track selector with facets and text searching.
Method Summary
Method Attributes Method Name and Description
 
hide()
Make the track selector invisible.
 
Create selection boxes for each searchable facet.
 
 
 
 
 
setTracksActive(trackConfigs)
Given an array of track configs, update the track list to show that they are turned on.
 
setTracksInactive(trackConfigs)
Given an array of track configs, update the track list to show that they are turned off.
 
show()
Make the track selector visible.
 
Toggle whether the track selector is visible.
 
Update the query we are using with the track metadata store based on the values of the search form elements.
Class Detail
JBrowse.View.TrackList.Faceted(args)
Track selector with facets and text searching.
Parameters:
args
Method Detail
hide()
Make the track selector invisible.

renderFacetSelectors()
Create selection boxes for each searchable facet.

renderGrid()

renderInitial()

renderSelectors()

renderTextFilter(parent)
Parameters:
parent

setTracksActive(trackConfigs)
Given an array of track configs, update the track list to show that they are turned on.
Parameters:
{Array[Object]} trackConfigs

setTracksInactive(trackConfigs)
Given an array of track configs, update the track list to show that they are turned off.
Parameters:
{Array[Object]} trackConfigs

show()
Make the track selector visible.

toggle()
Toggle whether the track selector is visible.

updateQuery()
Update the query we are using with the track metadata store based on the values of the search form elements.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jun 14 2012 17:43:46 GMT-0400 (EDT)