public WhenClauseTemplate(PageElement element) {
   super();
   this.element = element;
   this.condition = element.getDisplayCondition();
 }