GroupPropertySelector

Selector for group properties.

Example
Typically used in a dojo template, e.g. in connections:
<div class="bcInput">
  <div data-dojo-attach-point="_mySelector" data-dojo-type="blueconic/api/widgets/selector/GroupPropertySelector" data-dojo-props="multiple: false, groupType: 'company', searchOnFocus:false"></div>
</div>

Extends

Properties

inherited allowDataTypeSelection boolean

Allow data type selection for property selector. Default false.

inherited dataSensitivity blueconic.api.data.domain.DataSensitivity

Only show properties with the specified data sensitivity in the selector.

inherited filterOutUserCreated boolean

When true the user created properties(with 'show on segment tab' unchecked) are filtered out.

inherited filterType blueconic.api.data.domain.ProfileProperty.FILTER_TYPES

The filter type. {RANGE, DATETIME,...}

groupType string, null

Group type id to filter on, or null if no filter should be applied.

inherited multiple Boolean

Whether it's possible to select multiple values.

inherited searchOnFocus Boolean

Whether a search is done when the input field receives the focus.

inherited value Object

In single select mode this will hold the id of the object, or null if nothing was selected. In multiple select mode it holds an array of ids, or an empty array [] if nothing was selected.

Events

inherited onChange()

Event thrown when value changes.