| |
|
| java.lang.Object org.sakaiproject.tool.gradebook.ui.InitializableBean org.sakaiproject.tool.gradebook.ui.GradebookDependentBean org.sakaiproject.tool.gradebook.ui.FeedbackOptionsBean
FeedbackOptionsBean | public class FeedbackOptionsBean extends GradebookDependentBean implements Serializable(Code) | | Provides support for the student feedback options page, which also controls
grade-to-percentage mappings for the gradebook.
|
changeGradeType | public void changeGradeType(ActionEvent event)(Code) | | Action listener to view a different grade type mapping.
According to the specification, we do not update any changed values in the currently
shown mapping, but we do remember them.
|
getGradeMappingsSelectItems | public List getGradeMappingsSelectItems()(Code) | | |
getSelectedGradeMappingId | public Long getSelectedGradeMappingId()(Code) | | |
init | protected void init()(Code) | | Initializes this backing bean.
|
resetMappingValues | public void resetMappingValues(ActionEvent event)(Code) | | Action listener to reset the currently selected grade mapping to its default values.
Other, not currently visible, changed unsaved grade mapping settings are left as they
are.
|
save | public String save()(Code) | | Updates the gradebook to reflect the currently selected grade type and mapping.
|
setGradeMappingsSelectItems | public void setGradeMappingsSelectItems(List gradeMappingsSelectItems)(Code) | | |
setGradeRows | public void setGradeRows(List gradeRows)(Code) | | |
setSelectedGradeMappingId | public void setSelectedGradeMappingId(Long selectedGradeMappingId)(Code) | | |
|
|
|