protected void waitForCalculationToLoad() {
   this.setElements(
           this.calculationMeanRadio,
           this.calculationTopBoxRadio,
           this.dataSetQualifiedRadio,
           this.dataSetAllRadio,
           this.demographicsFilterLink,
           this.responseFilterLink,
           this.providerFilterLink)
       .byId(
           true,
           appProps.getPE_ELEMENT_ID_CALCULATION_MEAN_RADIO(),
           appProps.getPE_ELEMENT_ID_CALCULATION_TOP_BOX_RADIO(),
           appProps.getPE_ELEMENT_ID_DATA_SET_QUALIFIED_RADIO(),
           appProps.getPE_ELEMENT_ID_DATA_SET_ALL_RADIO(),
           appProps.getPE_ELEMENT_ID_DEMOGRAPHICS_FILTER_LINK(),
           appProps.getPE_ELEMENT_ID_RESPONSE_FILTER_LINK(),
           appProps.getPE_ELEMENT_ID_PROVIDER_FILTER_LINK());
 }