public class HistogramListener extends Object implements javax.faces.event.ActionListener, javax.faces.event.ValueChangeListener
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 and Description |
|---|
HistogramListener() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void processAction(javax.faces.event.ActionEvent ae)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerae - ActionEventjavax.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 - TotalScoresBeanCopyright © 2005-2014 Sakai Project. All Rights Reserved.