Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
intrinsic class mx.central.controls.MAccordionTab extends MovieClip {
    var _listeners:Array;
    function addItem (label:String, data):Void;
    function addItemAt (index:Number, label:String, data:Object):Void;
    function addListener (listener:Object):Void;
    function getBaseColor (Void):String;
    function getContentBounds (Void):Object;
    function getDataProvider (Void):Object;
    function getItemAt (index:Number):Object;
    function getLength (Void):Number;
    function getSelectedIndex (Void):Number;
    function getSelectedItem (Void):Object;
    function getValue (Void):Object;
    function removeAll (Void):Void;
    function removeItemAt (index:Number, data:String, label:String):Void;
    function removeListener (listener:Object):Void;
    function replaceItemAt (index:Number):Void;
    function setBaseColor (color:Number):Void;
    function setChangeHandler (handler:String, scope:Object):Void;
    function setDataProvider (dataProvider:Object):Void;
    function setSelectedIndex (index:Number):Void;
    function setSize (width:Number, height:Number):Void;
}