Actually this can be implemented but it is not as simple as it looks because of the overloaded methods, it is worth looking into, so a github issue would be the right way to go.
On Mon, Apr 19, 2021, 9:30 PM [email protected] <[email protected]> wrote: > You should write your comments directly on DominoKit Gitter chat: > https://gitter.im/DominoKit/domino > > Hope this helps... > > [email protected] schrieb am Samstag, 17. April 2021 um 10:24:50 UTC+2: > >> Hi all, >> >> As I understand domino guys read this form >> So, after playing with domino UI I have noticed that code looks a little >> bit noisy because on every step I have to write appendChild. >> >> Didn't you consider defining appentChild as a method with an arbitrary >> number of arguments? >> >> public T appendChild(Node...node) >> >> In such a case, the code will look cleaner (screenshot is attached) >> >> >> -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/a3b821c9-35ae-4daa-a50c-a073db467b79n%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/a3b821c9-35ae-4daa-a50c-a073db467b79n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CAJ0RQXmUAdPBWVgjO83WyygCHD-VYZMu3zcKaMZ8cCuPpt6Yjw%40mail.gmail.com.
