Re: UIBinder and UI update/change at runtime

2016-02-28 Thread vadim
Gilberto, Thank you very much - you saved me a lot of time figuring out what is happening. The problem was indeed in DockLayoutPanel "add" method that is locked after adding "center" widget. I didn't mention this note at documentation. When I replaced DockLayoutPanel with LayoutPanel -

Re: UIBinder and UI update/change at runtime

2016-02-27 Thread Gilberto
That's not an issue of the UiBinder, but the DockLayoutPanel itself. Once you add the central widget, you cannot add anymore other widgets to it ( reference ).

UIBinder and UI update/change at runtime

2016-02-26 Thread vadim
Hello all, I have View, created by UIBinder using DockLayoutPanel. I have a button there. I would like after pushing the button change UI layout of the view (for example add new widget to it). Having it attached to uifield = "dockPanel" allows me to read different properties of the