SettingDropdown
Extends:
Static Method Summary
| Static Public Methods | ||
| public static |
initAttrs(attrs: *) |
|
Method Summary
| Public Methods | ||
| public |
view(vnode: *): * |
|
Inherited Summary
| From class Dropdown | ||
| public static |
initAttrs(attrs: *) |
|
| public |
|
|
| public |
getMenu(items: *): * |
|
| public |
oncreate(vnode: *) |
|
| public |
oninit(vnode: *) |
|
| public |
view(vnode: *): * |
|
| protected |
getButton(children: *): * Get the template for the button. |
|
| protected |
getButtonContent(children: *): * Get the template for the button's content. |
|
| From class SelectDropdown | ||
| public static |
initAttrs(attrs: *) |
|
| public |
getButtonContent(children: *): undefined[] |
|
Static Public Methods
public static initAttrs(attrs: *) source
Override:
SelectDropdown#initAttrsParams:
| Name | Type | Attribute | Description |
| attrs | * |
Public Methods
public view(vnode: *): * source
Override:
Dropdown#viewParams:
| Name | Type | Attribute | Description |
| vnode | * |
Return:
| * |
Reference
Source
