//-------------------------------------constructors
public BaseValidatorForm() {
super();
this.add = new ImageButtonBean();
this.cancel = new ImageButtonBean();
this.create = new ImageButtonBean();
this.delete = new ImageButtonBean();
this.ok = new ImageButtonBean();
this.okassign = new ImageButtonBean();
this.pageSize = null;
this.reset = new ImageButtonBean();
this.remove = new ImageButtonBean();
this.enable = new ImageButtonBean();
this.userset = new ImageButtonBean();
this.install = new ImageButtonBean();
this.manualUninstall = new ImageButtonBean();
this.uninventory = new ImageButtonBean();
}