import SelectDialogViewController from '~/controllers/SelectDialogViewController.js'SelectDialogViewController
Extends:
Manages a select dialog drop-down
Constructor Summary
| Public Constructor | ||
| public |
constructor(button: Template) Creates a select-dialog from an HTML template. |
|
Member Summary
| Public Members | ||
| public |
An action delegate. |
|
Method Summary
| Public Methods | ||
| public |
setState() |
|
Inherited Summary
| From class ViewController | ||
| public static |
Creates a view controller directly for all members of a class. |
|
| public static |
of(elem: string | Element): ViewController Returns a canolical VC of an element if it exists |
|
| From class PopoverViewController | ||
| public |
State is |
|
| public |
bindTrigger(trigger: string | HTMLElement) Adds a new trigger node. |
|
| public |
bindUntrigger(untrigger: string | HTMLElement) Binds an untrigger node. |
|
| public |
trigger() Sets into an active state |
|
| public |
Sets into inactive state. |
|
Public Constructors
public constructor(button: Template) source
Creates a select-dialog from an HTML template.
Override:
PopoverViewController#constructorParams:
| Name | Type | Attribute | Description |
| button | Template | Template of a |
Public Members
public delegate: ActionControllerDelegate source
An action delegate.
