|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidaddemo.email.PreferencesData
public class PreferencesData
Bean which provides preferences data
| Field Summary | |
|---|---|
static String |
MEDIUM_BRANDING
Branding type for "medium" branding, which includes the corporate brand, a smaller product brand, and no global button icons |
static String |
REGULAR_BRANDING
Branding type for "regular" branding, which includes the corporate brand, a large product brand, and global button icons. |
static String |
SMALL_BRANDING
Branding type for "small" branding, which includes the corporate brand, no product brand, and no global button icons |
| Constructor Summary | |
|---|---|
PreferencesData()
Creates a PreferencesData object with default preferences |
|
| Method Summary | |
|---|---|
String |
getAccessibilityMode()
Returns the AccessibilityMode for this user |
List<javax.faces.model.SelectItem> |
getAccessibilityModeItems()
|
AccessibilityProfile |
getAccessibilityProfile()
Returns the AccessibilityProfile for this user. |
String |
getBranding()
Returns the branding type: REGULAR_BRANDING, MEDIUM_BRANDING or SMALL_BRANDING |
boolean |
getDisplayDateColumn()
Gets whether the date column is displayed |
boolean |
getDisplayFolderTree()
Gets whether the SideBar with the folder tree is displayed |
boolean |
getDisplaySenderColumn()
Gets whether the sender column is displayed |
boolean |
getDisplaySizeColumn()
Gets whether the size column is displayed |
int |
getRowsShown()
Returns the numbers of rows to display in the messages table. |
String |
getSkinFamily()
Returns the skin-family for the application. |
List<javax.faces.model.SelectItem> |
getSkinFamilyItems()
|
boolean |
isPreviewMessageMode()
Gets whether the user wants to preview the email message underneath the message list |
void |
setAccessibilityMode(String accessibilityMode)
Sets the AccessibilityMode for this user. |
void |
setBranding(String branding)
Sets the branding. |
void |
setDisplayDateColumn(boolean isDisplayed)
Sets whether the date column is displayed |
void |
setDisplayFolderTree(boolean isDisplayed)
Sets whether the SideBar with the folder tree is displayed |
void |
setDisplaySenderColumn(boolean isDisplayed)
Sets whether the sender column is displayed |
void |
setDisplaySizeColumn(boolean isDisplayed)
Sets whether the size column is displayed |
void |
setPreviewMessageMode(boolean enable)
Sets whether the user wants to preview the email message underneath the message list |
void |
setRowsShown(int rowsShown)
Sets the number of rows to show in the messages table. |
void |
setSkinFamily(String skinFamily)
Returns the skin-family for the application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String REGULAR_BRANDING
public static String MEDIUM_BRANDING
public static String SMALL_BRANDING
| Constructor Detail |
|---|
public PreferencesData()
| Method Detail |
|---|
public List<javax.faces.model.SelectItem> getSkinFamilyItems()
public List<javax.faces.model.SelectItem> getAccessibilityModeItems()
public String getSkinFamily()
public void setSkinFamily(String skinFamily)
public String getAccessibilityMode()
public AccessibilityProfile getAccessibilityProfile()
public String getBranding()
public int getRowsShown()
public boolean getDisplayFolderTree()
public void setDisplayFolderTree(boolean isDisplayed)
public boolean getDisplaySenderColumn()
public void setDisplaySenderColumn(boolean isDisplayed)
public boolean getDisplayDateColumn()
public void setDisplayDateColumn(boolean isDisplayed)
public boolean getDisplaySizeColumn()
public void setDisplaySizeColumn(boolean isDisplayed)
public boolean isPreviewMessageMode()
public void setPreviewMessageMode(boolean enable)
public void setAccessibilityMode(String accessibilityMode)
public void setBranding(String branding)
public void setRowsShown(int rowsShown)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||