|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.ui.listener.evaluation.HistogramListener
public class HistogramListener
This handles the selection of the Histogram Aggregate Statistics.
Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009 The Sakai Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.osedu.org/licenses/ECL-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
| Constructor Summary | |
|---|---|
HistogramListener()
|
|
| Method Summary | |
|---|---|
List |
getDetailedStatisticsSpreadsheetData(String publishedId)
added by gopalrc - Dec 2007 Standard process action method. |
boolean |
histogramScores(HistogramScoresBean histogramScores,
TotalScoresBean totalScores)
modified by gopalrc Nov 2007 Calculate the detailed statistics This will populate the HistogramScoresBean with the data associated with the particular versioned assessment based on the publishedId. |
void |
processAction(javax.faces.event.ActionEvent ae)
Standard process action method. |
void |
processAllSubmissionsChange(javax.faces.event.ValueChangeEvent event)
|
void |
processValueChange(javax.faces.event.ValueChangeEvent event)
Process a value change. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistogramListener()
| Method Detail |
|---|
public void processAction(javax.faces.event.ActionEvent ae)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerae - ActionEvent
javax.faces.event.AbortProcessingExceptionpublic void processValueChange(javax.faces.event.ValueChangeEvent event)
processValueChange in interface javax.faces.event.ValueChangeListenerpublic void processAllSubmissionsChange(javax.faces.event.ValueChangeEvent event)
public boolean histogramScores(HistogramScoresBean histogramScores,
TotalScoresBean totalScores)
publishedId - StringhistogramScores - TotalScoresBean
public List getDetailedStatisticsSpreadsheetData(String publishedId)
throws javax.faces.event.AbortProcessingException
ae - ActionEvent
javax.faces.event.AbortProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||