private MultiTextFormField notVisibleAt;
@Override
public final void onModuleLoad() {
this.form = new Form();
this.location = new ListBoxFormField("Location", true, null);
this.visibleTo = new RoleSelectFormField("Visible To", false, null);
this.visibleAt = new MultiTextFormField("Visible At", false, "Enter one URL per line.");