Class JBrowse.View.TrackList.Faceted
Defined in: Faceted.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Track selector with facets and text searching.
|
Method Attributes | Method Name and Description |
---|---|
hide()
Make the track selector invisible.
|
|
Create selection boxes for each searchable facet.
|
|
renderTextFilter(parent)
|
|
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()
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.