예제 #1
0
 public BodyPortal(Form form) {
   super(null, 0, null);
   this.form = form;
   this.tableview =
       (form.getView() == FormController.TABLE_VIEW
           || form.getView() == FormController.LOCKED_TABLE_VIEW);
 }