CheckboxControl

A checkbox control.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Number, Object, String

Hierarchy:

Superclass: Widget

Class: CheckboxControl

Property Listing

Property

Type

Access

Description

checkedState

Boolean

read/write

If true, the control is checked by default in the dialog.

id

Number

readonly

The unique ID of the CheckboxControl.

index

Number

readonly

The index of the CheckboxControl within its containing object.

minWidth

Number

read/write

The width of the control. For an editbox or combobox, specifies the minimum width of the box.

parent

DialogRow

EnablingGroup

BorderPanel

DialogColumn

readonly

The parent of the CheckboxControl (a DialogColumn, DialogRow, EnablingGroup or BorderPanel).

properties

Object

read/write

A property that allows setting of several properties at the same time.

staticLabel

String

read/write

Text that appears in the CheckboxControl.

Method Listing

Object getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the CheckboxControl.

String toSpecifier ()

Retrieves the object specifier.

Return

CheckboxControls.add()

CheckboxControls.anyItem()

CheckboxControls.everyItem()

CheckboxControls.nextItem()

CheckboxControls.previousItem()

CheckboxControls.itemByID()

CheckboxControls.item()

CheckboxControls.itemByName()

CheckboxControls.itemByRange()

CheckboxControls.firstItem()

CheckboxControls.lastItem()

CheckboxControls.middleItem()