Built-In Namespace _global_
Field Attributes | Field Name and Description |
---|---|
Keeps track of all the objects that need to be refreshed when we recover
due to our resilient connection.
|
|
Flag to keep track show/hide of send log link
|
Method Attributes | Method Name and Description |
---|---|
_getNotifierReference(notifierType)
Retrieves a reference to a particular notifierType.
|
|
Go through each object in the _refreshList and call its refresh() function
|
|
_tabTracker(tabId)
|
|
Gets a timestamp.
|
|
Checks to see if we have a console.
|
|
logToConsole(str)
|
|
padTwoDigits(num)
Pads a single digit number for display purposes (e.g.
|
Field Detail
_refreshList
Keeps track of all the objects that need to be refreshed when we recover
due to our resilient connection. Only objects that we subscribe to will
be added to this list.
Defined in: ClientServices.js.
Defined in: ClientServices.js.
_sendLogShown
Flag to keep track show/hide of send log link
Defined in: FinesseLogger.js.
Defined in: FinesseLogger.js.
Method Detail
{Notifier}
_getNotifierReference(notifierType)
Retrieves a reference to a particular notifierType.
Defined in: ContainerServices.js.
Defined in: ContainerServices.js.
- Parameters:
- {String} notifierType
- Specifies the notifier to retrieve (tabVisible: when the parent tab becomes visible)
- Returns:
- {Notifier} The notifier object.
_refreshObjects()
Go through each object in the _refreshList and call its refresh() function
Defined in: ClientServices.js.
Defined in: ClientServices.js.
_tabTracker(tabId)
Defined in: ContainerServices.js.
- Parameters:
- tabId
{String}
getTimestamp()
Gets a timestamp.
Defined in: ClientLogger.js.
Defined in: ClientLogger.js.
- Returns:
- {String} is a timestamp in the following format: HH:MM:SS
hasConsole()
Checks to see if we have a console.
Defined in: ClientLogger.js.
Defined in: ClientLogger.js.
- Returns:
- Whether the console object exists.
logToConsole(str)
Defined in: ClientLogger.js.
- Parameters:
- str
padTwoDigits(num)
Pads a single digit number for display purposes (e.g. '4' shows as '04')
Defined in: ClientLogger.js.
Defined in: ClientLogger.js.
- Parameters:
- num
- is the number to pad to 2 digits
- Returns:
- a two digit padded string