File

src/ui/logical-combo/smart-logical-combo.component.ts

Extends

AbstractSmartComponent

Implements

OnInit

Metadata

selector smart-logical-combo
styleUrls ./smart-logical-combo.component.css
templateUrl ./smart-logical-combo.component.html

Index

Properties
Methods
Inputs
Outputs
Accessors

Constructor

constructor(elementRef: ElementRef, zone: NgZone)
Parameters :
Name Type Optional
elementRef ElementRef No
zone NgZone No

Inputs

disabled
Type : boolean
format
Type : string
mandatory
Type : boolean
selected
Type : any
smartModel
Type : any

Outputs

blur
Type : EventEmitter<void>
focus
Type : EventEmitter<void>
smartModelChange
Type : EventEmitter<boolean>

Methods

callNativeMethod
callNativeMethod(methodName: string, args: any[])
Parameters :
Name Type Optional
methodName string No
args any[] No
Returns : any
Public computeDropdownItems
computeDropdownItems()
Returns : void
getNativeProperty
getNativeProperty(propertyName: string)
Parameters :
Name Type Optional
propertyName string No
Returns : any
Public onSelectionChanged
onSelectionChanged(event: any)
Parameters :
Name Type Optional
event any No
Returns : void
setNativeProperty
setNativeProperty(propertyName: string, value: any)
Parameters :
Name Type Optional
propertyName string No
value any No
Returns : void

Properties

dropdownItems
Type : literal type[]
Default value : []
selectedItem
Type : literal type
visible
Default value : true

Accessors

disabled
getdisabled()
Returns : boolean
setdisabled(value: boolean)
Parameters :
Name Type Optional
value boolean No
Returns : void
ngModel
getngModel()
Returns : any
setngModel(value: any)
Parameters :
Name Type Optional
value any No
Returns : void
comboboxComponent
getcomboboxComponent()
Returns : ComboBoxComponent

<kendo-combobox 
    (blur)="blur.next()" 
    (focus)="focus.next()" 
    [clearButton]="!mandatory" 
    #logicalcombo 
    [data]="dropdownItems" 
    [valuePrimitive]="false" 
    textField="display"
    [ngModel]="selectedItem" 
    valueField="value"
    (selectionChange)="onSelectionChanged($event)"
    [disabled]="disabled">
</kendo-combobox>

./smart-logical-combo.component.css

Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""