ChoicesWrapper
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
hideDropdown(args: ...*) |
|
| public |
onSelectValue(objectPattern: {"event": *, "activeItems": *, "hasActiveDropdown": *}) |
|
| public |
showDropdown(args: ...*) |
|
| Private Methods | ||
| private |
_handleButtonAction(activeItems: *, element: *): * |
|
| private |
_onBlur(args: ...*) |
|
| private |
_onDirectionKey(args: ...*): * |
|
| private |
_onEnterKey(args: *) |
|
| private |
_onKeyDown(event: *): * |
|
| private |
_onTabKey(objectPattern: {"activeItems": *, "hasActiveDropdown": *}) |
|
| private |
_onTouchEnd(event: *) |
|
| private |
_selectHighlightedChoice(activeItems: *) |
|
Public Constructors
public constructor() source
Public Methods
public hideDropdown(args: ...*) source
Params:
| Name | Type | Attribute | Description |
| args | ...* |
public onSelectValue(objectPattern: {"event": *, "activeItems": *, "hasActiveDropdown": *}) source
Params:
| Name | Type | Attribute | Description |
| objectPattern | {"event": *, "activeItems": *, "hasActiveDropdown": *} |
|
public showDropdown(args: ...*) source
Params:
| Name | Type | Attribute | Description |
| args | ...* |
Private Methods
private _handleButtonAction(activeItems: *, element: *): * source
Params:
| Name | Type | Attribute | Description |
| activeItems | * | ||
| element | * |
Return:
| * |
private _onBlur(args: ...*) source
Params:
| Name | Type | Attribute | Description |
| args | ...* |
private _onDirectionKey(args: ...*): * source
Params:
| Name | Type | Attribute | Description |
| args | ...* |
Return:
| * |
private _onEnterKey(args: *) source
Params:
| Name | Type | Attribute | Description |
| args | * |
private _onTabKey(objectPattern: {"activeItems": *, "hasActiveDropdown": *}) source
Params:
| Name | Type | Attribute | Description |
| objectPattern | {"activeItems": *, "hasActiveDropdown": *} |
|
private _onTouchEnd(event: *) source
Params:
| Name | Type | Attribute | Description |
| event | * |
private _selectHighlightedChoice(activeItems: *) source
Params:
| Name | Type | Attribute | Description |
| activeItems | * |
