private DefaultUiWidgetTagFactory() {
gwtTestUtilsFactories = new ArrayList<UiObjectTagFactory<?>>();
gwtTestUtilsFactories.add(new UiHTMLPanelTagFactory());
gwtTestUtilsFactories.add(new UiCellPanelTagFactory());
gwtTestUtilsFactories.add(new UiGridTagFactory());
gwtTestUtilsFactories.add(new UiListBoxTagFactory());
gwtTestUtilsFactories.add(new UiDateLabelTagFactory());
gwtTestUtilsFactories.add(new UiDockLayoutPanelTagFactory());
gwtTestUtilsFactories.add(new UiImageTagFactory());
gwtTestUtilsFactories.add(new UiLayoutPanelTagFactory());