/** * @copyright NIIT Technologies Ltd. 2017-18. */ import { NgZone, ElementRef, Renderer } from '@angular/core'; import { ControlComponent } from '../../core/component/control.component'; import { jqxListBoxComponent } from 'jqwidgets-framework/jqwidgets-ts/angular_jqxlistbox'; /** * List Box */ export declare class NgcListBoxComponent extends ControlComponent { private ngZone; private elementRef; private rendererRef; autoHeight: any; allowDrag: any; allowDrop: any; checkboxes: any; displayMember: any; dropAction: any; dragStart: any; dragEnd: any; enableHover: any; enableSelection: any; equalItemsWidth: any; filterable: any; filterHeight: any; filterDelay: any; filterPlaceHolder: any; hasThreeStates: any; itemHeight: any; incrementalSearch: any; incrementalSearchDelay: any; multiple: any; multipleextended: any; renderer: any; rtl: any; selectedIndex: any; selectedIndexes: any; source: any; scrollBarSize: any; searchMode: any; theme: any; valueMember: any; width: any; height: any; autoCreate: boolean; jqxListBox: jqxListBoxComponent; /** * Initialize */ constructor(ngZone: NgZone, elementRef: ElementRef, rendererRef: Renderer); /** * On Select * * @param Event */ selectionChange($e: any): void; /** * Find Selected Items */ findSelectedItems(): any[]; } /** * List Box Module */ export declare class NgcListBoxModule { }