public VerticalPanel() { super(BoxOrient.vertical, BoxPack.start, BoxAlign.baseline); Utils.Widgets.setPrimaryCssClass(this, ThemeManager.getTheme().verticalpanel()); updateUi(this); }
public DroppablePanel() { Utils.Widgets.setPrimaryCssClass(this, ThemeManager.getTheme().droppablepanel()); }