private Canvas buildListOfMapsGridErrorPanel(int listMin, int listMax) {
Label errorLabel = buildListOfMapsGridErrorLabelForBounds(listMin, listMax);
final HTMLFlow errorPanel = new HTMLFlow();
errorPanel.setWidth100();
errorPanel.addChild(errorLabel);
return errorPanel;
}
private Label buildListOfMapsGridErrorLabelForBounds(int listMin, int listMax) {
Label errorLabel;