|
||||||||||
| 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.QuestionScoreListener
public class QuestionScoreListener
This handles the selection of the Question Score entry page.
Description: Action Listener for Evaluation Question Score front door
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor Summary | |
|---|---|
QuestionScoreListener()
|
|
| Method Summary | |
|---|---|
void |
processAction(javax.faces.event.ActionEvent event)
Standard process action method. |
void |
processValueChange(javax.faces.event.ValueChangeEvent event)
Process a value change. |
boolean |
questionScores(String publishedId,
QuestionScoresBean bean,
boolean isValueChange)
This will populate the QuestionScoresBean with the data associated with the particular versioned assessment based on the publishedId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuestionScoreListener()
| Method Detail |
|---|
public void processAction(javax.faces.event.ActionEvent event)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerevent - ActionEvent
javax.faces.event.AbortProcessingExceptionpublic void processValueChange(javax.faces.event.ValueChangeEvent event)
processValueChange in interface javax.faces.event.ValueChangeListener
public boolean questionScores(String publishedId,
QuestionScoresBean bean,
boolean isValueChange)
publishedId - Stringbean - QuestionScoresBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||