Class enchant.widget.ListItemVertical
- Defined in: widget.enchant.js
- Extends enchant.widget.ListElement
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.widget.ListItemVertical(width, height, content, header, footer)
Listの項目.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
enchant.widget.ListItemVertical.footer
フッタ.
|
<static> |
enchant.widget.ListItemVertical.header
ヘッダ.
|
- 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.ListItemVertical.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.ListItemVertical(width, height, content, header, footer)
Listの項目.
ヘッダ, フッタが設定できる.
- Parameters:
- {Number} width
- 要素の横幅.
- {Number} height
- 要素の縦幅.
- {*} content Optional
- ListItemVerticalの内容.
- {*} header Optional
- ListItemのヘッダ.
- {*} footer Optional
- ListItemのフッタ.
Field Detail
フッタ.
contentの下に表示される.
<static>
enchant.widget.ListItemVertical.header
ヘッダ.
contentの上に表示される.
Method Detail
-
<static> enchant.widget.ListItemVertical.refresh()変更を更新する.