public class PrintSettingsBean extends Object implements Serializable
| Constructor and Description |
|---|
PrintSettingsBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFontSize()
gets the users font size;
|
Boolean |
getShowKeys() |
Boolean |
getShowKeysFeedback() |
Boolean |
getShowPartIntros() |
void |
setFontSize(String fontSize)
the users font size
|
void |
setShowKeys(Boolean hasKeys) |
void |
setShowKeysFeedback(Boolean showKeysFeedback) |
void |
setShowPartIntros(Boolean partIntros) |
public String getFontSize()
public void setFontSize(String fontSize)
fontSize - public Boolean getShowPartIntros()
public void setShowPartIntros(Boolean partIntros)
if - the part intros should be shown or notpublic Boolean getShowKeys()
public void setShowKeys(Boolean hasKeys)
set - if the keys should be showpublic Boolean getShowKeysFeedback()
public void setShowKeysFeedback(Boolean showKeysFeedback)
set - if the keys & feedback should be showCopyright © 2005-2014 Sakai Project. All Rights Reserved.