Search Type: Posts; User: zhoujianghao
Search: Search took 0.03 seconds.
-
29 Dec 2008 9:47 PM
Jump to post Thread: How to clone a Field? by zhoujianghao
- Replies
- 6
- Views
- 2,417
public class MyRepeatFieldGroup extends MultiField<Field> {
private LayoutContainer lc = new LayoutContainer(new FormLayout());
public BTRepeatEditorFieldGroup(final Field... -
29 Dec 2008 6:13 PM
Jump to post Thread: How to clone a Field? by zhoujianghao
- Replies
- 6
- Views
- 2,417
Actually, i want to build a MultiField's subclass which can add a Field repeatly just like add attachments in email, and the field doesn't need to know what exactly it is and can be added repeatly....
-
25 Dec 2008 7:26 PM
Jump to post Thread: How to clone a Field? by zhoujianghao
- Replies
- 6
- Views
- 2,417
Hi,
I have a method with parameter abstract Field , i need to clone a new one and return it.
just like:
public Field cloneField(Field input)
{
return GWT.create(input.getClass());
}
It...
Results 1 to 3 of 3
