getBottomButtonBox method

DivElement getBottomButtonBox ()

Returns a Button Box for two Buttons on the bottom of the view

Implementation

DivElement getBottomButtonBox() {
  DivElement div = DivElement();
  div.setAttribute("class", "button-box");
  return div;
}