32333435363738
return new CountryPage(); } @Override public void openFormView(Country country) { new CountryForm(this, country).showDialog(); }