Properties
group
group: string
Defined in component/model/PhloxAppInfo.ts:60
i18n
i18n: any
Defined in component/model/PhloxAppInfo.ts:68
iconURL
iconURL: string
Defined in component/model/PhloxAppInfo.ts:56
name
name: string
Defined in component/model/PhloxAppInfo.ts:48
resources
resources: any
Defined in component/model/PhloxAppInfo.ts:72
settings
settings: any
Defined in component/model/PhloxAppInfo.ts:64
tagline
tagline: string
Defined in component/model/PhloxAppInfo.ts:52
Static DEFAULT_APP_SWITCHER_POPOVER_DELAY
DEFAULT_APP_SWITCHER_POPOVER_DELAY: number = 800
Defined in component/model/PhloxAppInfo.ts:24
Static DEFAULT_CONNECTION_TIMEOUT
DEFAULT_CONNECTION_TIMEOUT: number = 7000
Defined in component/model/PhloxAppInfo.ts:29
Static DEFAULT_COUNTRY_CODE
DEFAULT_COUNTRY_CODE: string = "TH"
Defined in component/model/PhloxAppInfo.ts:19
Static DEFAULT_DATA_DATE_PATTERN
DEFAULT_DATA_DATE_PATTERN: string = "yyyy-MM-dd"
Defined in component/model/PhloxAppInfo.ts:40
Static DEFAULT_DATA_DATE_TIME_PATTERN
DEFAULT_DATA_DATE_TIME_PATTERN: string = "yyyy-MM-dd HH:mm:ss"
Defined in component/model/PhloxAppInfo.ts:39
Static DEFAULT_DATA_LANGUAGES
DEFAULT_DATA_LANGUAGES: any [] = [{ iconURL: null, code: 'th', country: 'TH', label: 'Thailand', countryCode: '+66' },{ iconURL: null, code: 'en', country: 'EN', label: 'English', countryCode: '+44' },{ iconURL: null, code: 'ja', country: 'JP', label: 'Japanese', countryCode: '+81' },{ iconURL: null, code: 'kr', country: 'KR', label: 'Korean', countryCode: '+82' }]
Defined in component/model/PhloxAppInfo.ts:13
Static DEFAULT_DATA_TIME_PATTERN
DEFAULT_DATA_TIME_PATTERN: string = "HH:mm:ss"
Defined in component/model/PhloxAppInfo.ts:41
Static DEFAULT_DATA_TIME_ZONE
DEFAULT_DATA_TIME_ZONE: number = 700
Defined in component/model/PhloxAppInfo.ts:42
Static DEFAULT_DATE_PATTERN
DEFAULT_DATE_PATTERN: string = "dd/MM/yyyy"
Defined in component/model/PhloxAppInfo.ts:35
Static DEFAULT_LANGUAGE_FIELD_NAME
DEFAULT_LANGUAGE_FIELD_NAME: string = "_lang"
Defined in component/model/PhloxAppInfo.ts:28
Static DEFAULT_MAX_NOTIFICATIONS
DEFAULT_MAX_NOTIFICATIONS: number = 50
Defined in component/model/PhloxAppInfo.ts:32
Static DEFAULT_OBJECT_ID_FIELD_NAME
DEFAULT_OBJECT_ID_FIELD_NAME: string = "_uuid"
Defined in component/model/PhloxAppInfo.ts:27
Static DEFAULT_PAGE_LOAD_TIMEOUT
DEFAULT_PAGE_LOAD_TIMEOUT: number = 8000
Defined in component/model/PhloxAppInfo.ts:33
Static DEFAULT_RIPPLE_EFFECT_DURATION
DEFAULT_RIPPLE_EFFECT_DURATION: number = 1.5
Defined in component/model/PhloxAppInfo.ts:20
Static DEFAULT_RIPPLE_EFFECT_HEIGHT_RATIO
DEFAULT_RIPPLE_EFFECT_HEIGHT_RATIO: number = 0.5
Defined in component/model/PhloxAppInfo.ts:22
Static DEFAULT_RIPPLE_EFFECT_REMOVE_DURATION
DEFAULT_RIPPLE_EFFECT_REMOVE_DURATION: number = 0.8
Defined in component/model/PhloxAppInfo.ts:23
Static DEFAULT_RIPPLE_EFFECT_WIDTH_RATIO
DEFAULT_RIPPLE_EFFECT_WIDTH_RATIO: number = 0.5
Defined in component/model/PhloxAppInfo.ts:21
Static DEFAULT_SYSTEM_YEAR_OFFSET
DEFAULT_SYSTEM_YEAR_OFFSET: number = 543
Defined in component/model/PhloxAppInfo.ts:34
Static DEFAULT_TIMEZONE
DEFAULT_TIMEZONE: number = 700
Defined in component/model/PhloxAppInfo.ts:38
Static DEFAULT_TIME_OUT_LOGIN_USER_SESSION
DEFAULT_TIME_OUT_LOGIN_USER_SESSION: number = 10000
Defined in component/model/PhloxAppInfo.ts:43
Static DEFAULT_TIME_PATTERN
DEFAULT_TIME_PATTERN: string = "HH:mm:ss"
Defined in component/model/PhloxAppInfo.ts:36
Static DEFAULT_UI_ANIMATE_INTERVAL
DEFAULT_UI_ANIMATE_INTERVAL: number = 600
Defined in component/model/PhloxAppInfo.ts:31
Static DEFAULT_UI_SYSTEM_CLOCK_INTERVAL
DEFAULT_UI_SYSTEM_CLOCK_INTERVAL: number = 20
Defined in component/model/PhloxAppInfo.ts:30
Static DEFAULT_WIZARD_FOOTER_HEIGHT
DEFAULT_WIZARD_FOOTER_HEIGHT: number = 140
Defined in component/model/PhloxAppInfo.ts:26
Static DEFAULT_WIZARD_HEADER_HEIGHT
DEFAULT_WIZARD_HEADER_HEIGHT: number = 140
Defined in component/model/PhloxAppInfo.ts:25
Static DEFAULT_YEAR_OFFSET
DEFAULT_YEAR_OFFSET: number = 543
Defined in component/model/PhloxAppInfo.ts:37
A model class representing a single
Phlox Application. Anapplicationmay also consist of itssettingsand commonI18N. An instance of this class is usually obtained from PhloxAppInfoService.getAppInfo which may load the info from backend server to return the user configurations such as language settings, user preferences, etc.shiorin, tee4cute
PhloxAppInfoService