my problem is about my GWT project. i got 2 files named Main.java(EntryPoint) and Registration.java(Composite) in my client package. Registration class is just user interface for registration.(it has text boxes and button)
登记班子有一个登记册,从登记表获取所有信息。 我的问题是在这里。 在用户点击纽顿时,如何将这一信息从登记班发送到“入境点”类别?
这是我的各位主席。 洗衣方法;
........
登记=新的登记(登记);
dockLayoutPanel.add(registration);
........