Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] Are factory methods supported by Visual Editor?

Hello,

Is it possible to specify factory methods instead of 
constructors for the code generation part of VE?

I.e. what I want to get generated is the following:
    ComponentFactory.createLabel()
instead of
    new ULCLabel()

Thanks and regards,

Janak


Back to the top