|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UserSetting>
com.ibm.pim.organization.UserSetting
public enum UserSetting
Enumeration listing constants representing user setting attributes.
Enum Constant Summary | |
---|---|
ALERT_EMAIL_NOTIFY
Email upon Alert. |
|
ALWAYS_DISPLAY_HELP_TEXT
Always display help text. |
|
ATTRIBUTE_DISPLAY_TYPE
Display the type of node in the Single Edit and Multi Edit screens. |
|
BASE_FONT_SIZE
Base font size used application wide. |
|
CATEGORY_SEARCH_ATTRIBUTE
Default Search Attribute for left pane Category Search. |
|
COLUMNS_IN_TEXT_AREA
Columns in a text area. |
|
DATAENTRY_SAVE_THRESHOLD
Number of entries in Data Entry beyond which [Macro] or [Set Value in Column] automatically. |
|
DATAENTRY_SYNC_THRESHOLD
Number of entries in Data Entry beyond which [Save] and [Macro] are done in the background. |
|
DATETIMEINPUTFORMAT
DateTime Input Format |
|
DATETIMEOUTPUTFORMAT
DateTime Output Format |
|
GROUPED_ATTRIBUTE_DISPLAY
For the initial display of grouped attributes. |
|
HIDE_LEFT_NAV_PANE
Hide left navigation pane. |
|
HOME_PAGE
Configure the home page. |
|
ITEM_CATEGORY_DISPLAY_LOCALE
Locale for Item and Category Data Display. |
|
ITEM_SEARCH_ATTRIBUTE
Default Search Attribute for left pane Item Search. |
|
LAST_SAVED_CATEGORY_TREE
Remember Last Saved Category Tree Used For Browsing a Catalog in the Left Pane. |
|
LOCALE
Locale for user interface display. |
|
MULTIEDIT_DROPDOWN_THRESHHOLD
Maximum number of values for which a dropdown is available in Multi Edit. |
|
MULTIEDIT_SORT_IN_PAGE
In Multi Edit, sort only visible records (if unchecked the entire workset is sorted). |
|
MULTIVALUED_ATTRIBUTE_DISPLAY
For initial display of multivalued groupings, show. |
|
NEW_SINGLE_EDIT_SCREEN
New single edit screen. |
|
RESTRICT_ITEM_CATEGORY_DISPLAY_TO_SELECTED_LOCALE
Restrict the displayed attributes in item and category screens to the selected locale. |
|
ROWS_IN_TEXT_AREA
Rows in a text area. |
|
ROWS_PER_PAGE_ALERTS_DISPLAY
Rows per page in alerts display. |
|
ROWS_PER_PAGE_ITEM_SET
Rows per page in item set. |
|
ROWS_PER_PAGE_LOOKUP_TABLE
Rows per page in lookup table. |
|
ROWS_PER_PAGE_MULTI_EDIT
Rows per page in multi edit. |
|
ROWS_PER_PAGE_SCRIPTS_CONSOLE
Rows per page in scripts console. |
|
ROWS_PER_PAGE_SPEC_CONSOLE
Rows per page in spec console. |
|
SEARCH_RESULT_REPORT_THRESHHOLD
Maximum number of entries to be written to a report on Generate Report in Multi Edit. |
|
SHOW_CATEGORY_SPECIFIC_ATTRIBUTES_MULTI_EDIT
In Multi Edit, show all category specific attributes from user defined view when category is not known. |
|
SHOW_DISPLAY_ATTRIBUTE_MULTI_EDIT
In Multi Edit, show the display attribute in the left column grid. |
|
SHOW_HIERARCHY_MAPPINGS_MULTI_EDIT
In Multi Edit, show hierarchy mappings for every entry displayed. |
|
SHOW_LOADING
Display loading screen. |
|
SHOW_LOCK_ICON_ON_CONSOLES
Display the locked icon on the catalog and hierarchy consoles. |
|
SHOW_UOM_BROWSER
Display the UOM Browser in item edit screen. |
|
SINGLE_EDIT_COMMON_ATTRIBUTES_DEFAULT_PRESENTATION
Default presentation of the Common Attributes section in Single Edit. |
|
SINGLE_EDIT_MAPPED_HIERARCHY_NODES_DEFAULT_PRESENTATION
Default presentation of the Mapped Hierarchy Nodes section in Single Edit. |
|
SINGLE_EDIT_RENDER_ATTRIBUTE_OPTIONS_BUTTONS
In Single Edit, render the Attribute Options buttons by default. |
|
SORT_ITEM_LIST_BY_DEFAULT
Sort all item lists by. |
|
SPEC_ATTRIBUTE_DISPLAY
Display spec attributes as. |
|
SPEC_DISPLAY_FANCY
Use detailed node icons in the Specs screen. |
|
SPEC_DISPLAY_TYPE
Display the type of node in the Specs screen. |
|
TEXT_FIELD_THRESHHOLD
Number of characters in a string beyond which a multiline display is used to conserve horizontal space. |
|
TIMEZONE
TimeZone |
|
TOOLBAR_POSITION
Toolbar Position. |
|
USE_DATA_ENTRY
For editing and entering data, use. |
|
USE_ONE_ITEM_LIST
Go to Item List screen for displaying 1 item. |
Method Summary | |
---|---|
static UserSetting |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UserSetting[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UserSetting TOOLBAR_POSITION
public static final UserSetting LOCALE
public static final UserSetting DATETIMEOUTPUTFORMAT
public static final UserSetting DATETIMEINPUTFORMAT
public static final UserSetting ITEM_CATEGORY_DISPLAY_LOCALE
public static final UserSetting RESTRICT_ITEM_CATEGORY_DISPLAY_TO_SELECTED_LOCALE
public static final UserSetting ALERT_EMAIL_NOTIFY
public static final UserSetting TIMEZONE
public static final UserSetting BASE_FONT_SIZE
public static final UserSetting ROWS_PER_PAGE_SPEC_CONSOLE
public static final UserSetting ROWS_PER_PAGE_SCRIPTS_CONSOLE
public static final UserSetting ROWS_PER_PAGE_ITEM_SET
public static final UserSetting ROWS_PER_PAGE_MULTI_EDIT
public static final UserSetting ROWS_PER_PAGE_ALERTS_DISPLAY
public static final UserSetting ROWS_PER_PAGE_LOOKUP_TABLE
public static final UserSetting ROWS_IN_TEXT_AREA
public static final UserSetting COLUMNS_IN_TEXT_AREA
public static final UserSetting TEXT_FIELD_THRESHHOLD
public static final UserSetting SPEC_DISPLAY_TYPE
public static final UserSetting SPEC_DISPLAY_FANCY
public static final UserSetting LAST_SAVED_CATEGORY_TREE
public static final UserSetting ATTRIBUTE_DISPLAY_TYPE
public static final UserSetting SINGLE_EDIT_RENDER_ATTRIBUTE_OPTIONS_BUTTONS
public static final UserSetting MULTIEDIT_SORT_IN_PAGE
public static final UserSetting SHOW_HIERARCHY_MAPPINGS_MULTI_EDIT
public static final UserSetting SHOW_CATEGORY_SPECIFIC_ATTRIBUTES_MULTI_EDIT
public static final UserSetting SINGLE_EDIT_MAPPED_HIERARCHY_NODES_DEFAULT_PRESENTATION
public static final UserSetting SINGLE_EDIT_COMMON_ATTRIBUTES_DEFAULT_PRESENTATION
public static final UserSetting SHOW_DISPLAY_ATTRIBUTE_MULTI_EDIT
public static final UserSetting SPEC_ATTRIBUTE_DISPLAY
public static final UserSetting USE_DATA_ENTRY
public static final UserSetting ITEM_SEARCH_ATTRIBUTE
public static final UserSetting CATEGORY_SEARCH_ATTRIBUTE
public static final UserSetting MULTIEDIT_DROPDOWN_THRESHHOLD
public static final UserSetting SEARCH_RESULT_REPORT_THRESHHOLD
public static final UserSetting SORT_ITEM_LIST_BY_DEFAULT
public static final UserSetting USE_ONE_ITEM_LIST
public static final UserSetting DATAENTRY_SYNC_THRESHOLD
public static final UserSetting DATAENTRY_SAVE_THRESHOLD
public static final UserSetting MULTIVALUED_ATTRIBUTE_DISPLAY
public static final UserSetting GROUPED_ATTRIBUTE_DISPLAY
public static final UserSetting ALWAYS_DISPLAY_HELP_TEXT
public static final UserSetting SHOW_LOCK_ICON_ON_CONSOLES
public static final UserSetting SHOW_UOM_BROWSER
public static final UserSetting HIDE_LEFT_NAV_PANE
public static final UserSetting HOME_PAGE
public static final UserSetting NEW_SINGLE_EDIT_SCREEN
public static final UserSetting SHOW_LOADING
Method Detail |
---|
public static final UserSetting[] values()
for(UserSetting c : UserSetting.values()) System.out.println(c);
public static UserSetting valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |