Show TOC

 TableSelectionMenuConfigurationLocate this document in the navigation structure

Determines the configuration of the selection menu of a table. The selection menu appears only when the table has an active selection column.

In addition to the predefined menu entries, you can add new Menu items. Possible items are: MenuActionItem, MenuRadioButton, MenuCheckBox and MenuSeparator: More information: Implementing Menus

Description of UI Element Properties
  • clipboardOptions

    Specifies whether Copy Selectionis displayed. This option is not available in Mozilla Firefox.

  • hierarchyOptions

    Specifies whether the menu options for hierarchy operations are displayed. These options are only available for specific hierarchy data structures (e.g. TableRowGrouping). The menu options are:

    • Expand All
    • Collapse All
  • massSelectionOptions

    Specifies whether the menu options for mass selection operations are displayed. The menu options are:

    • Select All
    • Deselect All

     

Properties Overview
Name Interface Type Initial Value Bindable

clipboardOptions

IWDTableSelectionMenuConfiguration

boolean

true

bindable

hierarchyOptions

IWDTableSelectionMenuConfiguration

boolean

true

bindable

massSelectionOptions

IWDTableSelectionMenuConfiguration

boolean

true

bindable