Layout component | Source file | Java Method |
Header icon | UserPreferencesWidget.java | getImage(); |
Width of widget | UserPreferencesWidget.java | getWidth(); |
Title text | UserPreferencesWidget.java | getTitle(); |
CSS style of title text | UserPreferencesWidget.java | getTitleStyle(); |
Background image | UserPreferencesWidget.java | getBackgroundImage(); |
Text of the Languages subtitle | LanguagesColumn.java | getSubTitle(); |
CSS style of the Languages subtitle | LanguagesColumn.java | getSubTitleStyle(); |
Width of Languages column in pixels | LanguagesColumn.java | getWidth(); |
Text of the Date Formats subtitle | DateFormatsColumn.java | getSubTitle(); |
CSS style of the Date Formats subtitle | DateFormatsColumn.java | getSubTitleStyle(); |
Width of Date Formats column in pixels | DateFormatsColumn.java | getWidth(); |
Languages column: define the items to be included in the bullet list | LanguagesColumn.java | getItems(); |
Date Formats column: define the items to be included in the bullet list | DateFormatsColumn.java | getItems(); |