public DocksExpandedBar(UberfireDockPosition position) {
   initWidget(uiBinder.createAndBindUi(this));
   this.position = position;
 }