Class Index | File Index

Classes


Class Qww.ListBox.Results

Represents the results contained in a listbox.

Defined in: <JavaScript\QWW\QwwJs_ListBoxMgr.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new Qww.ListBox.Results instance.
Field Summary
Field Attributes Field Name and Description
 
All
Array of all the items contained in the current page of the ListBox
Method Summary
Method Attributes Method Name and Description
 
Equals(listBoxResults)
Returns whether the current set of results is equal to the set passed as a parameter.
 
Returns an array of the associated items in the current page of data.
 
Returns an array of the disabled items in the current page of data.
 
Returns an array of the selected items in the current page of data.
 
Returns a summary string showing the number of selected, disabled and associated items in the current page of the listbox.
Class Detail
Qww.ListBox.Results()
Creates a new Qww.ListBox.Results instance.
Returns:
{Qww.ListBox.Results} Qww.ListBox.Results
Field Detail
Array of all the items contained in the current page of the ListBox
Method Detail
{Bool} Equals(listBoxResults)
Returns whether the current set of results is equal to the set passed as a parameter.
Parameters:
{Qww.ListBox.Results} listBoxResults
Qww.ListBox.Results instance to compare.

{Qww.ListBox.Item[]} GetAssociated()
Returns an array of the associated items in the current page of data.

{Qww.ListBox.Item[]} GetDisabled()
Returns an array of the disabled items in the current page of data.

{Qww.ListBox.Item[]} GetSelected()
Returns an array of the selected items in the current page of data.

{String} GetSummary()
Returns a summary string showing the number of selected, disabled and associated items in the current page of the listbox.