User Guide
106 Chapter 6: Components Dictionary
Methods inherited from UIComponent class
The following table lists the methods the Accordion class inherits from the UIComponent class.
When calling these methods from the Accordion object, use the form
accordionInstance.methodName.
Property summary for the Accordion class
The following table lists properties of the Accordion class.
Properties inherited from the UIObject class
The following table lists the properties the Accordion class inherits from the UIObject class.
When accessing these properties, use the form
accordionInstance.propertyName.
UIObject.getStyle() Gets the style property from the style declaration or object.
UIObject.invalidate() Marks the object so it will be redrawn on the next frame interval.
UIObject.move() Moves the object to the requested position.
UIObject.redraw() Forces validation of the object so it is drawn in the current frame.
UIObject.setSize() Resizes the object to the requested size.
UIObject.setSkin() Sets a skin in the object.
UIObject.setStyle() Sets the style property on the style declaration or object.
Method Description
UIComponent.getFocus() Returns a reference to the object that has focus.
UIComponent.setFocus() Sets focus to the component instance.
Property Description
Accordion.numChildren The number of children of an Accordion instance.
Accordion.selectedChild A reference to the selected child.
Accordion.selectedIndex The index position of the selected child.
Property Description
UIObject.bottom The position of the bottom edge of the object, relative to the
bottom edge of its parent. Read-only.
UIObject.height The height of the object, in pixels. Read-only.
UIObject.left The left edge of the object, in pixels. Read-only.
UIObject.right The position of the right edge of the object, relative to the right
edge of its parent. Read-only.
UIObject.scaleX A number indicating the scaling factor in the x direction of the
object, relative to its parent.
Method Description