133134135136137138139140
x.initialize(object, this); } @Override protected void doString(LField object,FObject field) { UiInput x = new InString(); x.initialize(object, this); }
151152153154155156157158
x.initialize(object, this); } @Override protected void doPassword(LField object,FObject field) { UiInput x = new InString(); x.initialize(object, this); }