@Override
public void onModuleLoad() {
this.form = new Form();
this.titleField = new TextBoxFormField (
"Page Title", false, null);
this.uriField = new TextBoxFormField (
"Page Uri", true,
"Must start with a '/' and should not have a triling '/'. Allowed charaters are [a-z A-Z 0-9 - /].",
FormField.PUBLIC_URI_REGEX);
this.layoutField = new ListBoxFormField (