Class enchant.widget.Button
- Defined in: widget.enchant.js
- Extends enchant.widget.EntityGroup
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.widget.Button(content)
ボタン.
|
Field Attributes | Field Name and Description |
---|---|
ボタンの内容
|
|
ボタンの高さ
|
|
ボタンの背景.
|
|
ボタンが押されている時の背景.
|
|
ボタンの幅
|
- 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
- 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.Button(content)
ボタン.
通常の背景と押下中の背景を設定できる.
- Parameters:
- {*} content
- ボタンの内容.
Field Detail
content
ボタンの内容
{number}
height
ボタンの高さ
image
ボタンの背景.
pushedimage
ボタンが押されている時の背景.
{number}
width
ボタンの幅