OpSelect
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
displayBoxIndex: number |
|
public |
firstTime: boolean |
|
public |
itemHeight: number |
|
public |
tree: * |
Private Members | ||
private |
_bg: * |
|
private |
|
|
private |
_currentInfo: string |
|
private |
|
|
private |
|
|
private |
|
|
private |
_eleTypeMore: * |
|
private |
|
|
private |
_enterPressedEarly: boolean |
|
private |
_hideUserOps: * |
|
private |
_html: * |
|
private |
_keyTimeout: * |
|
private |
|
|
private |
_minimal: * |
|
private |
_newOpOptions: {} |
|
private |
_opSearch: * |
|
private |
_options: * |
|
private |
|
|
private |
_searching: boolean |
|
private |
_typedSinceOpening: boolean |
Method Summary
Public Methods | ||
public |
addOp(opname: *, reopenModal: boolean, itemType: string) |
|
public |
addPatchOp(name: *, reopenModal: *) |
|
public |
addSelectedOp(reopenModal: *) |
|
public |
close() |
|
public |
getListItemByOpName(opName: *): * |
|
public |
isMathQuery(): boolean |
|
public |
isOpen(): * |
|
public |
keyDown(e: *): boolean |
|
public |
loadCollection(name: *, type: *) |
|
public |
navigate(diff: *) |
|
public |
onInput(e: *) |
|
public |
prepare() |
|
public |
reload() |
|
public |
search() |
|
public |
searchFor(what: *) |
|
public |
selectOp(name: *) |
|
public |
show(options: *, linkOp: *, linkPort: *, link: *) |
|
public |
|
|
public |
|
Private Methods | ||
private |
_getMathPortType(): string |
|
private |
_getQuery(): * |
|
private |
_onClickAddButton(evt: *) |
|
private |
|
Public Constructors
public constructor() source
Public Members
public displayBoxIndex: number source
public firstTime: boolean source
public itemHeight: number source
public tree: * source
Private Members
private _bg: * source
private _boundKeydown: * source
private _currentInfo: string source
private _eleNoResults: * source
private _eleOpsearchmodal: * source
private _eleSearchinfo: * source
private _eleTypeMore: * source
private _eleTypeStart: * source
private _enterPressedEarly: boolean source
private _hideUserOps: * source
private _html: * source
private _keyTimeout: * source
private _lastScrollTop: * source
private _minimal: * source
private _newOpOptions: {} source
private _opSearch: * source
private _options: * source
private _searchInputEle: * source
private _searching: boolean source
private _typedSinceOpening: boolean source
Public Methods
public addOp(opname: *, reopenModal: boolean, itemType: string) source
Params:
Name | Type | Attribute | Description |
opname | * | ||
reopenModal | boolean |
|
|
itemType | string |
|
public addPatchOp(name: *, reopenModal: *) source
Params:
Name | Type | Attribute | Description |
name | * | ||
reopenModal | * |
public addSelectedOp(reopenModal: *) source
Params:
Name | Type | Attribute | Description |
reopenModal | * |
public close() source
public getListItemByOpName(opName: *): * source
Params:
Name | Type | Attribute | Description |
opName | * |
Return:
* |
public loadCollection(name: *, type: *) source
Params:
Name | Type | Attribute | Description |
name | * | ||
type | * |
public navigate(diff: *) source
Params:
Name | Type | Attribute | Description |
diff | * |
public onInput(e: *) source
Params:
Name | Type | Attribute | Description |
e | * |
public prepare() source
public reload() source
public search() source
public searchFor(what: *) source
Params:
Name | Type | Attribute | Description |
what | * |
public selectOp(name: *) source
Params:
Name | Type | Attribute | Description |
name | * |
public show(options: *, linkOp: *, linkPort: *, link: *) source
Params:
Name | Type | Attribute | Description |
options | * | ||
linkOp | * | ||
linkPort | * | ||
link | * |
public updateInfo() source
public updateStatusBar() source
Private Methods
private _onClickAddButton(evt: *) source
Params:
Name | Type | Attribute | Description |
evt | * |