ActionScript Methods
| Inheritance | MovieClip > UIObject class > UIComponent class > DynamicButton class > DynamicRadioButton class |
There are no methods exclusive to the DynamicButton and DynamicRadioButton classes.
Methods inherited from the UIObject class
The following table lists the methods the DynamicButton and DynamicRadioButton classes inherit from the UIObject class.
| Method |
Description |
| UIObject.destroyObject() |
Destroys a component instance. |
| UIObject.getStyle() |
Gets the style property from the style declaration or object. |
| UIObject.move() |
Moves the object to the requested position. |
| UIObject.setSize() |
Resizes the object to the requested size. |
| UIObject.setStyle() |
Sets the style property on the style declaration or object. |
Methods inherited from the UIComponent class
The following table lists the methods the DynamicButton and DynamicRadioButton classes inherit from the UIComponent class.
| Method |
Description |
| UIComponent.getFocus() |
Returns a reference to the object that has focus. |
| UIComponent.setFocus() |
Sets focus to the component instance. |
|