BorderPanel
A bordered panel on a dialog that can contain any type and number of controls.
Go to Property Listing | Method Listing
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 |
---|---|---|---|
readonly |
A collection of angle comboboxes. |
||
readonly |
A collection of angle editboxes. |
||
readonly |
A collection of border panels. |
||
readonly |
A collection of checkbox controls. |
||
readonly |
A collection of dialog columns. |
||
readonly |
A collection of dropdowns. |
||
readonly |
A collection of enabling groups. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
The unique ID of the BorderPanel. |
||
readonly |
The index of the BorderPanel within its containing object. |
||
readonly |
A collection of integer comboboxes. |
||
readonly |
A collection of integer editboxes. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
readonly |
A collection of measurement comboboxes. |
||
readonly |
A collection of measurement editboxes. |
||
read/write |
The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
||
readonly |
The parent of the BorderPanel (a DialogColumn, DialogRow, EnablingGroup or BorderPanel). |
||
readonly |
A collection of percent comboboxes. |
||
readonly |
A collection of percent editboxes. |
||
read/write |
A property that allows setting of several properties at the same time. |
||
readonly |
A collection of radiobutton groups. |
||
readonly |
A collection of real number comboboxes. |
||
readonly |
A collection of real number editboxes. |
||
readonly |
A collection of static text objects. |
||
readonly |
A collection of text editboxes. |
||
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 |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
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 |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
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