Selector

constructor(    componentId: String? = null,     type: ComponentType = ComponentType.SELECTOR,     name: String? = null,     enabled: Boolean = true,     i18n: String? = null,     helper: String? = null,     i18nHelper: String? = null,     info: String? = null,     i18nInfo: String? = null,     icon: String? = null,     required: Boolean? = false,     value: Value? = null,     action: String? = null,     constraints: SelectorConstraint? = null)