How to know that a widget is hidden once you have call the
dock.setWidgetHidden(widget, true);
as it seems we do not have access to Layoutdata I do not know how to do this.
How to know that a widget is hidden once you have call the
dock.setWidgetHidden(widget, true);
as it seems we do not have access to Layoutdata I do not know how to do this.
Using inheritance, you can extend DockLayoutPanel class and write an accessor to LayoutData, or just write a boolean method which tells if widget x is hidden or not.