Currently I do
@UiField
VerticalPanel vp;
void addSlot() {
final FocusPanel fp = new FocusPanel();
vp.add(fp);
}
...so, vp contains a variable number of fps at runtime. However I try
to use UiBinder wherever it's possible.
Is it possible to declare Widget Arrays resp. ArrayLists in UiBinder
that might have a different size at runtime and (if not) are there
plans to implement it?
-Alex
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.