Class enchant.widget.IconMenu
- Defined in: widget.enchant.js
- Extends enchant.widget.EntityGroup
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.widget.IconMenu(buttons)
アイコンが横に並ぶメニュー.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
enchant.widget.IconMenu.content
アイコンを設定する.
|
- Fields borrowed from class enchant.Entity:
- backgroundColor, buttonMode, buttonPressed, compositeOperation, debugColor, opacity, originX, originY, rotation, scaleX, scaleY, touchEnabled, visible
- Fields borrowed from class enchant.Node:
- age, parentNode, scene, x, y
Method Summary
Method Attributes | Method Name and Description |
---|---|
<static> |
enchant.widget.IconMenu.getSelectedItem(e)
変更を更新する.
|
- Methods borrowed from class enchant.Entity:
- disableCollection
- enableCollection
- intersect
- rotate
- scale
- within
- Methods borrowed from class enchant.Node:
- moveBy
- moveTo
- Methods borrowed from class enchant.EventTarget:
- addEventListener
- clearEventListener
- dispatchEvent
- on
- removeEventListener
Class Detail
enchant.widget.IconMenu(buttons)
アイコンが横に並ぶメニュー.
- Parameters:
- {enchant.Entity[]} buttons
- 設定したいボタンの配列.
Field Detail
<static>
enchant.widget.IconMenu.content
アイコンを設定する.
Method Detail
-
<static> enchant.widget.IconMenu.getSelectedItem(e)変更を更新する.
- Parameters:
- e