results_table_by_class_conf.js

Summary
results_table_by_class_conf.js
bbop.widget.display.results_table_by_class_confSubclass of bbop.html.tag.
Functions
results_table_by_class_confUsing a conf class and a set of data, automatically populate and return a results table.
item_nameReturn a string of the name attribute used by the checkboxes if we selected for checkboxes to be displayed.
toggle_idReturn a string of the id of the checkbox in the header if we selected for checkboxes to be displayed.

bbop.widget.display.results_table_by_class_conf

Subclass of bbop.html.tag.

Summary
Functions
results_table_by_class_confUsing a conf class and a set of data, automatically populate and return a results table.
item_nameReturn a string of the name attribute used by the checkboxes if we selected for checkboxes to be displayed.
toggle_idReturn a string of the id of the checkbox in the header if we selected for checkboxes to be displayed.

Functions

results_table_by_class_conf

Using a conf class and a set of data, automatically populate and return a results table.

Parameters

class_confa bbop.golr.conf_class
golr_respa bbop.golr.response
linkera linker object; see <amigo.linker> for more details
handlera handler object; see <amigo.handler> for more details
elt_idthe element id to attach it to
selectable_p[optional] whether to create checkboxes (default true)

Returns

bbop.html.table filled with results

item_name

this.item_name = function()

Return a string of the name attribute used by the checkboxes if we selected for checkboxes to be displayed.

Parameters

n/a

Returns

string or null if displaying checkboxes was false

toggle_id

this.toggle_id = function()

Return a string of the id of the checkbox in the header if we selected for checkboxes to be displayed.

Parameters

n/a

Returns

string or null if displaying checkboxes was false

this.item_name = function()
Return a string of the name attribute used by the checkboxes if we selected for checkboxes to be displayed.
this.toggle_id = function()
Return a string of the id of the checkbox in the header if we selected for checkboxes to be displayed.
Generic BBOP handler for dealing with the gross parsing of responses from a GOlr server (whereas golr_conf deals with the reported configuration).
Close