Class UIPreferences


  • public class UIPreferences
    extends java.lang.Object
    • Field Detail

      • KEY_DISPLAY_PLAN_IDS

        public static java.lang.String KEY_DISPLAY_PLAN_IDS
      • KEY_DISPLAY_SUITE_IDS

        public static java.lang.String KEY_DISPLAY_SUITE_IDS
      • KEY_DISPLAY_CASE_IDS

        public static java.lang.String KEY_DISPLAY_CASE_IDS
      • KEY_ID_DISPLAY_FORMAT

        public static java.lang.String KEY_ID_DISPLAY_FORMAT
      • DEFAULT_ID_DISPLAY_FORMAT

        public static java.lang.String DEFAULT_ID_DISPLAY_FORMAT
      • displayPlanIds

        public boolean displayPlanIds
      • displaySuiteIds

        public boolean displaySuiteIds
      • displayCaseIds

        public boolean displayCaseIds
      • idDisplayFormat

        public java.lang.String idDisplayFormat
    • Constructor Detail

      • UIPreferences

        public UIPreferences()
    • Method Detail

      • initializeFrom

        public UIPreferences initializeFrom​(ch.exense.commons.app.Configuration configuration)