ej-angular2-test
Version:
Angular 2 components for Syncfusion JavaScript widgets
75 lines (74 loc) • 2.74 kB
TypeScript
import 'syncfusion-javascript/Scripts/ej/web/ej.listbox.min';
import { EJComponents } from './core';
import { EventEmitter, IterableDiffers, KeyValueDiffers, Type, ElementRef, ChangeDetectorRef } from '@angular/core';
export declare class ListBoxComponent extends EJComponents<any, any> {
el: ElementRef;
cdRef: ChangeDetectorRef;
private _ejIterableDiffers;
private _ejkeyvaluediffers;
allowDrag_input: any;
allowDrop_input: any;
allowMultiSelection_input: any;
allowVirtualScrolling_input: any;
caseSensitiveSearch_input: any;
cascadeTo_input: any;
checkedIndices_input: any;
cssClass_input: any;
dataSource_input: any;
enabled_input: any;
enableIncrementalSearch_input: any;
enablePersistence_input: any;
enableRTL_input: any;
enableWordWrap_input: any;
fields_input: any;
height_input: any;
itemHeight_input: any;
itemsCount_input: any;
totalItemsCount_input: any;
itemRequestCount_input: any;
loadDataOnInit_input: any;
query_input: any;
selectedIndex_input: any;
selectedIndices_input: any;
showCheckbox_input: any;
showRoundedCorner_input: any;
sortOrder_input: any;
template_input: any;
virtualScrollMode_input: any;
width_input: any;
targetID_input: any;
fields_checkBy_input: any;
fields_groupBy_input: any;
fields_htmlAttributes_input: any;
fields_id_input: any;
fields_imageUrl_input: any;
fields_imageAttributes_input: any;
fields_selectBy_input: any;
fields_spriteCssClass_input: any;
fields_tableName_input: any;
fields_text_input: any;
fields_value_input: any;
options: any;
value_two: any;
value_twoChange: EventEmitter<any>;
actionBegin_output: EventEmitter<{}>;
actionSuccess_output: EventEmitter<{}>;
actionComplete_output: EventEmitter<{}>;
actionFailure_output: EventEmitter<{}>;
actionBeforeSuccess_output: EventEmitter<{}>;
change_output: EventEmitter<{}>;
ejchange_output: EventEmitter<{}>;
checkChange_output: EventEmitter<{}>;
create_output: EventEmitter<{}>;
destroy_output: EventEmitter<{}>;
focusIn_output: EventEmitter<{}>;
focusOut_output: EventEmitter<{}>;
itemDrag_output: EventEmitter<{}>;
itemDragStart_output: EventEmitter<{}>;
itemDragStop_output: EventEmitter<{}>;
itemDrop_output: EventEmitter<{}>;
select_output: EventEmitter<{}>;
unselect_output: EventEmitter<{}>;
constructor(el: ElementRef, cdRef: ChangeDetectorRef, _ejIterableDiffers: IterableDiffers, _ejkeyvaluediffers: KeyValueDiffers);
}
export declare var EJ_LISTBOX_COMPONENTS: Type<any>[];