Getting Started | Class Index

Classes


Class Qv.FieldOptions

This is a 'pseudo class' used to document the object you will need to use, for example as the fields array on Qv.CurrentSelectionOptions.

Class Summary
Constructor Attributes Constructor Name and Description
 
Configuration object for fields
Field Summary
Field Attributes Field Name and Description
 
Name of the field
 
From which row to start fetching from.
 
Number of rows to fetch.
 
Apply a state filter to only view rows with a specific state, like selected.
Class Detail
Qv.FieldOptions
Configuration object for fields
Field Detail
{String} name
Name of the field

{Number} offset
From which row to start fetching from. Used together with size to implement paging instead of fetching all rows at once.

{Number} size
Number of rows to fetch. Warning, if omitted all rows are returned!

{String} state
Apply a state filter to only view rows with a specific state, like selected. If omitted all rows regardless of state is fetched.