org.sakaiproject.tool.section.jsf.backingbean |
|
Java Source File Name | Type | Comment |
AddSectionsBean.java | Class | Controls the add sections page. |
CourseBean.java | Class | Provides the current course uuid for a given user session. |
CourseDependentBean.java | Class | Base class for all JSF backing beans relying on knowledge of the current
course context. |
EditManagersBean.java | Class | Controls the edit managers page (where TAs are assigned to sections). |
EditSectionBean.java | Class | Controls the edit and delete sections pages. |
EditStudentsBean.java | Class | Controls the edit students page (where students are assigned to sections). |
EditStudentSectionsBean.java | Class | Controls the edit student sections page (where a single student is assigned to sections). |
FilteredSectionListingBean.java | Class | |
InitializableBean.java | Class | Base class for JSF backing beans wishing to be initialized on page load. |
LocalMeetingModel.java | Class | |
LocalSectionModel.java | Class | |
NavMenuBean.java | Class | Caches whether the instructor features are enabled for the current user in
the current request. |
OptionsBean.java | Class | Controls the options page. |
OverviewBean.java | Class | Controls the overview page. |
PreferencesBean.java | Class | Stores user preferences for table sorting and paging. |
RosterBean.java | Class | Controls the roster page. |
SectionEditor.java | Interface | Backing beans that are used to modify (add or edit) sections should implement
SectionEditor. |
StudentViewBean.java | Class | Controls the student view page. |