132133134135136137138139140
public NestedForm getANested() { return this.aNested; } public void setMyFamily(Family myFamily) { Family oldValue = this.myFamily; this.myFamily = myFamily; this.qq_Listeners.firePropertyChange("myFamily", oldValue, this.myFamily); }
165166167168169170171172173174175
/** * display<p> * <p> */ public void display() { this.setMyFamily(new Family()); //nest : NestedForm = new; //Nest.window.row = 1; //Nest.window.column = 2; //Nest.window.parent = <outergrid>; //Nest.mypets = new;