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 items.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
enchant.widget.ListItemVertical.footer
Footer.
|
<static> |
enchant.widget.ListItemVertical.header
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()
Renew change.
|
- 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 items.
Header and footer can be set.
- Parameters:
- {Number} width
- Element width.
- {Number} height
- Element height.
- {*} content Optional
- ListItemVertical content.
- {*} header Optional
- ListItemVertical header.
- {*} footer Optional
- ListItemVertical footer.
Field Detail
Footer.
It appear below the content.
<static>
enchant.widget.ListItemVertical.header
Header.
It appear above the content.
Method Detail
-
<static> enchant.widget.ListItemVertical.refresh()Renew change.