home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
filler.swf
/
scripts
/
mx
/
core
/
IRepeater.as
< prev
next >
Wrap
Text File
|
2008-09-02
|
822b
|
34 lines
package mx.core
{
public interface IRepeater
{
function get container() : Container;
function set recycleChildren(param1:Boolean) : void;
function get startingIndex() : int;
function set startingIndex(param1:int) : void;
function get currentItem() : Object;
function get count() : int;
function get recycleChildren() : Boolean;
function executeChildBindings() : void;
function set dataProvider(param1:Object) : void;
function initializeRepeater(param1:Container, param2:Boolean) : void;
function get currentIndex() : int;
function get dataProvider() : Object;
function set count(param1:int) : void;
}
}