Class enchant.widget.NavigationBar
- Defined in: widget.enchant.js
- Extends enchant.widget.EntityGroup
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.widget.NavigationBar(center, left, right)
ナビゲーションバー.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
enchant.widget.NavigationBar.center
中央の項目.
|
<static> |
enchant.widget.NavigationBar.left
左の項目.
|
<static> |
enchant.widget.NavigationBar.right
右の項目.
|
- 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.NavigationBar.refresh()
変更を更新する.
|
- 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.NavigationBar(center, left, right)
ナビゲーションバー.
中央, 右, 左それぞれに項目を設定できる.
- Parameters:
- {*} center
- 中央に表示させたい項目.
- {*} left
- 左に表示させたい項目.
- {*} right
- 右に表示させたい項目.
Field Detail
<static>
enchant.widget.NavigationBar.center
中央の項目.
<static>
enchant.widget.NavigationBar.left
左の項目.
左詰めで表示される.
<static>
enchant.widget.NavigationBar.right
右の項目.
右詰めで表示される.
Method Detail
-
<static> enchant.widget.NavigationBar.refresh()変更を更新する.