|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscheduler.view.ViewSettings
public class ViewSettings
Class ViewSettings consists of data used to determine the way a schedule is drawn. This includes the the type of view, course, instructor, or location, the view mode, calendar or list, the view level, weekly or daily, and various viewing filters.
Field Summary | |
---|---|
protected FilterOptions |
filterOptions
Viewing filter options |
protected ViewLevel |
viewLevel
Viewing level, daily or weekly |
protected ViewMode |
viewMode
Mode of schedule view, calendar or list |
protected ViewType |
viewType
Type of schedule view, course, instructor, or location |
Constructor Summary | |
---|---|
ViewSettings()
|
Method Summary | |
---|---|
FilterOptions |
getFilterOptions()
Returns the filter options. |
ViewLevel |
getViewLevel()
Returns the view level. |
ViewMode |
getViewMode()
Returns the view mode. |
ViewType |
getViewType()
Returns the view type. |
void |
setFilterOptions(FilterOptions filterOptions)
Set the FilterOptions object. |
void |
setViewLevel(ViewLevel viewLevel)
Set the ViewLevel object. |
void |
setViewMode(ViewMode viewMode)
Set the ViewMode object. |
void |
setViewType(ViewType viewType)
Set the ViewType object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ViewType viewType
protected ViewMode viewMode
protected ViewLevel viewLevel
protected FilterOptions filterOptions
Constructor Detail |
---|
public ViewSettings()
Method Detail |
---|
public void setViewType(ViewType viewType)
viewType
- the type of view; course, instructor, or locationpublic void setViewMode(ViewMode viewMode)
viewMode
- list or calendarpublic void setViewLevel(ViewLevel viewLevel)
viewLevel
- weekly or dailypublic void setFilterOptions(FilterOptions filterOptions)
filterOptions
- filter optionspublic ViewType getViewType()
public ViewMode getViewMode()
public ViewLevel getViewLevel()
public FilterOptions getFilterOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |