|
|
|
|
|
getEmptyDate(view)
Returns a DateTime object with today's date and the current
Operating System timezone set to 0 ticks. |
source code
|
|
|
|
|
|
|
|
|
|
alert(message,
args=<Locale: en_US>)
Displays a generic alert dialog. |
source code
|
|
|
|
alertMailError(message,
account,
args=<Locale: en_US>)
Displays a mail specific alert dialog with a Edit Account Settings
button which takes the user to the Account Dialog. |
source code
|
|
|
|
NotifyUIAsync(message,
logger=<Locale: en_US>,
cl='setStatusMessage',
*args,
**keys) |
source code
|
|
|
|
| setStatusMessage(message,
progressPercentage=-1) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
hasValue(value)
This method determines if a String has one or more non-whitespace
characters. |
source code
|
|
|
|
|
|
|
dataToBinary(mailMessage,
attribute,
data,
mimeType='application/octet-stream',
compression='bz2',
indexed=True)
Converts non-string data to a Lob. |
source code
|
|
|
|
binaryToData(binary)
Converts a Lob to data. |
source code
|
|
|
|
|