@UiChild help

2010-10-17 Thread Jeff Larsen
So, how exactly does this work? I'm getting an error and I'm at a loss as to what is causing it. Note: this is done against 2.1-RC1 class SecureTree extends Tree{ [boilerplate UI Binder stuff here] @UiChild public void addSecureWidget(SecureWidget widget){ ... } } then in my uibinder.xml

Re: @UiChild help

2010-10-17 Thread Jeff Larsen
Never mind... This is actually correct. I was just in the middle of a refactor and was editing a java file in the wrong project. On Oct 17, 3:17 pm, Jeff Larsen wrote: > So, how exactly does this work? I'm getting an error and I'm at a loss > as to what is causing it. > > Note: this is done ag