@author Generated from Forte @since 19-Nov-2008
108109110111112113114115
public Textfields() { // Explicitly call the superclass constructor to prevent the implicit call super(); this.initialize(); this._DataFactory = new DataFactory(); }
143144145146147148149150151
} return bindingManager; } private void set_DataFactory(DataFactory _DataFactory) { DataFactory oldValue = this._DataFactory; this._DataFactory = _DataFactory; this.qq_Listeners.firePropertyChange("_DataFactory", oldValue, this._DataFactory); }