public function __construct($httpMethod = 'post', $actionHTML = null, $formId = null)
 {
     parent::__construct($httpMethod, $actionHTML, $formId);
     $this->vlfs = array();
     $this->vlfValidators = array();
     $this->vlfActiveRowCount = array();
 }