BorderPanel

A bordered panel on a dialog that can contain any type and number of controls.

Methods:

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Objects:

AngleComboboxes, AngleEditboxes, Boolean, BorderPanels, CheckboxControls, DialogColumns, Dropdowns, EnablingGroups, EventListeners, Events, IntegerComboboxes, IntegerEditboxes, MeasurementComboboxes, MeasurementEditboxes, Number, Object, PercentComboboxes, PercentEditboxes, RadiobuttonGroups, RealComboboxes, RealEditboxes, StaticTexts, TextEditboxes, Widgets

Hierarchy:

Superclass: Widget

Class: BorderPanel

Property Listing

Property

Type

Access

Description

angleComboboxes

AngleComboboxes

readonly

A collection of angle comboboxes.

angleEditboxes

AngleEditboxes

readonly

A collection of angle editboxes.

borderPanels

BorderPanels BorderPanel

readonly

A collection of border panels.

checkboxControls

CheckboxControls CheckboxControl

readonly

A collection of checkbox controls.

dialogColumns

DialogColumns DialogColumn

readonly

A collection of dialog columns.

dropdowns

Dropdowns Dropdown

readonly

A collection of dropdowns.

enablingGroups

EnablingGroups EnablingGroup

readonly

A collection of enabling groups.

eventListeners

EventListeners EventListener

readonly

A collection of event listeners.

events

Events Event

readonly

A collection of events.

id

Number

readonly

The unique ID of the BorderPanel.

index

Number

readonly

The index of the BorderPanel within its containing object.

integerComboboxes

IntegerComboboxes

readonly

A collection of integer comboboxes.

integerEditboxes

IntegerEditboxes

readonly

A collection of integer editboxes.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

measurementComboboxes

MeasurementComboboxes

readonly

A collection of measurement comboboxes.

measurementEditboxes

MeasurementEditboxes

readonly

A collection of measurement editboxes.

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 BorderPanel (a DialogColumn, DialogRow, EnablingGroup or BorderPanel).

percentComboboxes

PercentComboboxes

readonly

A collection of percent comboboxes.

percentEditboxes

PercentEditboxes

readonly

A collection of percent editboxes.

properties

Object

read/write

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

radiobuttonGroups

RadiobuttonGroups RadiobuttonGroup

readonly

A collection of radiobutton groups.

realComboboxes

RealComboboxes

readonly

A collection of real number comboboxes.

realEditboxes

RealEditboxes

readonly

A collection of real number editboxes.

staticTexts

StaticTexts StaticText

readonly

A collection of static text objects.

textEditboxes

TextEditboxes

readonly

A collection of text editboxes.

widgets

Widgets Widget

readonly

A collection of widgets.

Method Listing

EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])

Adds an event listener.

Parameter

Type

Description

eventType

String

The event type.

handler

File

JavaScriptFunction

The event handler. Can accept: File or JavaScript Function.

captures

Boolean

This parameter is obsolete. (Optional)

(default: false)

BorderPanel getElements ()

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

Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])

Removes the event listener.

Parameter

Type

Description

eventType

String

The registered event type.

handler

File

JavaScriptFunction

The registered event handler. Can accept: File or JavaScript Function.

captures

Boolean

This parameter is obsolete. (Optional)

(default: false)

String toSource ()

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

String toSpecifier ()

Retrieves the object specifier.

Object of

AngleCombobox.parent

AngleEditbox.parent

BorderPanel.parent

CheckboxControl.parent

DialogColumn.parent

Dropdown.parent

EnablingGroup.parent

Event.parent

EventListener.parent

IntegerCombobox.parent

IntegerEditbox.parent

MeasurementCombobox.parent

MeasurementEditbox.parent

MutationEvent.parent

PercentCombobox.parent

PercentEditbox.parent

RadiobuttonGroup.parent

RealCombobox.parent

RealEditbox.parent

StaticText.parent

TextEditbox.parent

Widget.parent

Return

BorderPanels.add()

BorderPanel.getElements()

BorderPanels.anyItem()

BorderPanels.everyItem()

BorderPanels.nextItem()

BorderPanels.previousItem()

BorderPanels.itemByID()

BorderPanels.item()

BorderPanels.[]()

BorderPanels.itemByRange()

BorderPanels.firstItem()

BorderPanels.lastItem()

BorderPanels.middleItem()