Listbox

nebula listbox properties definition

Download specification

ListboxProperties object

Properties

  • autoConfirm boolean

    Automatically confirm selections when clicking outside a listbox, without showing the selections toolbar.

  • checkboxes boolean

    Show values as checkboxes instead of as fields.

  • frequencyMax 'fetch'  |  ValueExpression

    frequencyMax calculation needed for histogram when not using qListObjectDef.qFrequencyMode: 'P' use an expression in the form Max(AGGR(Count([field]), [field])) (when needed) or 'fetch' that triggers an extra engine call but needed for library dimension that could change field when using the object

  • histogram boolean

    Show histogram bar. also requires (qListObjectDef.qFrequencyMode 'V' and frequencyMax) or qListObjectDef.qFrequencyMode 'P'

  • layoutOptions object

    Layout settings.

    Show layoutOptions properties
    • dataLayout 'singleColumn'  |  'grid'

      Layout mode.

    • dense boolean

      Dense mode.

    • layoutOrder 'row'  |  'column'

      Layout order. Only used when dataLayout is 'grid'

    • maxVisibleColumns object

      Max visible columns. Only used when dataLayout is 'grid' and layoutOrder is 'row'

      Show maxVisibleColumns properties
      • auto boolean

        Automatically fit as many columns as possible. Only used when dataLayout is 'grid' and layoutOrder is 'row'

      • maxColumns number

        Fixed number of max visible columns. Only used when dataLayout is 'grid' layoutOrder is 'row' and auto is false

    • maxVisibleRows object

      Max visible rows. Only used when dataLayout is 'grid' and layoutOrder is 'column'

      Show maxVisibleRows properties
      • auto boolean

        Automatically fits as many rows as possible. Only used when dataLayout is 'grid' and layoutOrder is 'column'

      • maxRows number

        Fixed number of max visible rows. Only used when dataLayout is 'grid' layoutOrder is 'column' and auto is false

  • qListObjectDef ListObjectDef
    Required
    Show qListObjectDef properties
    • frequencyEnabled boolean

      Show frequency count. also requires qListObjectDef.qFrequencyMode to be set

  • searchEnabled boolean

    Enables search.

  • showTitle boolean

    Show title.

  • title string

    Listbox title

  • wildCardSearch boolean

    Pre-fill search input field with wildcard characters.

ListObjectDef interface

extends qix.ListObjectDef

Extends ListObjectDef, see Engine API: ListObjectDef.

Properties

  • frequencyEnabled boolean

    Show frequency count. also requires qListObjectDef.qFrequencyMode to be set

ValueExpression object

Properties

  • qValueExpression object
    Required
    Show qValueExpression properties
    • qExpr string
      Required