I have a doubt here.
The annotation [PostConstruct] should work in the example below?
public class GenericList extends ArrayCollection
{
[Inject]
public var defaultDispatcher:CoreEventDispatcher;
private var _klass:Class;
private var _autoLoad:Boolean = false;
public function GenericList(source:Array=null)
{
super(source);
}
[PostConstruct]
public function postConstruct():void{
trace("postConstruct");
}
}
I am registering the component as.
Spring.getInstance().addComponentWithFactory("historicoContabilList",
GenericList, {klass:HistoricoContabil, autoLoad:true});
Att
Fabiano Frizzo
FFrizzo Labs
(45)3324-4204
(45)9969-7850
(45)9118-7805