Class enchant.widget.InputCheckBox
- Defined in: widget.enchant.js
- Extends enchant.widget.Input
Constructor Attributes | Constructor Name and Description |
---|---|
enchant.widget.InputCheckBox(value, text, checked)
チェックボックス.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
enchant.widget.InputCheckBox.checked
チェックされているかどうか.
|
- Fields borrowed from class enchant.Entity:
- backgroundColor, buttonMode, buttonPressed, compositeOperation, debugColor, height, opacity, originX, originY, rotation, scaleX, scaleY, touchEnabled, visible, width
- 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.InputCheckBox(value, text, checked)
チェックボックス.
- Parameters:
- {String} value
- 値.
- {String} text
- ラベルテキスト.
- {Boolean} checked
- チェックされているかどうか.
Field Detail
<static>
enchant.widget.InputCheckBox.checked
チェックされているかどうか.