getBottomButtonBox method
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;
}
Returns a Button Box for two Buttons on the bottom of the view
DivElement getBottomButtonBox() {
DivElement div = DivElement();
div.setAttribute("class", "button-box");
return div;
}