Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Y 

A

accept(File) - Method in interface com.softwareag.mobile.md.io.FileFilter
Return false if the current file must be filtered out, otherwise true.
accept(File, String) - Method in interface com.softwareag.mobile.md.io.FilenameFilter
Checks if the current name must be included in the resulting list.
accept(String) - Method in interface com.softwareag.mobile.md.text.validation.IStringValidator
Check if this String is valid according to the rules of this IStringValidator.
accept(String) - Method in class com.softwareag.mobile.md.text.validation.RegExStringValidator
Check to see if the given String matches the pattern in this validator.
accessAllRecordStoresWrite() - Static method in class com.softwareag.mobile.runtime.storage.RecordStoreHandler
Save out all recordstore data that hasn't been saved yet.
ACTION_DELETE - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
ACTION_GET - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
ACTION_HEAD - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
ACTION_POST - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
ACTION_PUT - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
active_windows - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
add(nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Add a nUIObject as a child of this one.
addArray(String, byte[], int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a byte array and adds it to the current resource block
addArray(String, byte[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a byte array and adds it to the current resource block
addArray(String, char[], int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a char array and adds it to the current resource block
addArray(String, char[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a char array and adds it to the current resource block
addArray(String, short[], int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a short array and adds it to the current resource block
addArray(String, short[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a short array and adds it to the current resource block
addArray(String, int[], int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from an int array and adds it to the current resource block
addArray(String, int[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from an int array and adds it to the current resource block
addArray(String, long[], int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a long array and adds it to the current resource block
addArray(String, long[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a long array and adds it to the current resource block
addArray(String, float[], int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a float array and adds it to the current resource block
addArray(String, float[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a float array and adds it to the current resource block
addArray(String, double[], int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a double array and adds it to the current resource block
addArray(String, double[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a double array and adds it to the current resource block
addConnectivityWatcher(IConnectivityWatcher) - Method in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
Add a class to the list of IConnectivityWatcher classes that should be notified when a network interface changes its state.
addDirContentAsAssetCatalogs(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Add the child directories of the named directory into the build, treating them as asset catalogs.
addEventListener(nUIEventListener, boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIAlertDialog
 
addEventListener(nUIEventListener, boolean) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Adds a new event-listener, replacing any previously defined listener
addEventListener(nUIEventListener, boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Adds a new event-listener, replacing any previously defined listener
addFile(String, String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a file and adds it to the current resource block
addFont(String, String, String, int, int, int, int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Adds a bitmap font, which can be used proportionally or fixed-width in the run-time code for drawing Strings or char-arrays.
addFont(String, String, String, int, int, int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Adds a bitmap font, which can be used proportionally or fixed-width in the run-time code for drawing Strings or char-arrays.
addHeader(String, String) - Method in class com.softwareag.mobile.runtime.comms.HttpResponse
Sets the response header.
addImage(String, String, String, int, int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates an image from an image-file and adds it to the current resource block.
addImage(String, String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates an image from an image-file and adds it to the current resource block (can be flipped at runtime).
addImage(String, byte[], int, int, String, int, int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates an image from an array and adds it to the current resource block.
addImage(String, byte[], String, int, int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates an image from an array and adds it to the current resource block.
addItem(String, Runnable) - Method in class com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder
Add an item and its associated action to the menu.
addItem(String, Runnable, String) - Method in class com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder
Add an item and its associated action to the menu.
addMenu(String, int, int[]...) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
addMidletIconToJar(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Adds the midlet icon to the jar.
addMidletIconToJar(String, boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
 
addOnClickListener(IButtonElement) - Method in interface com.softwareag.mobile.runtime.nui.IEventDispatcher
 
addOnClickListener(ISwitchButton) - Method in interface com.softwareag.mobile.runtime.nui.IEventDispatcher
 
addOnClickListener(ICheckboxButton) - Method in interface com.softwareag.mobile.runtime.nui.IEventDispatcher
 
addOnClickListener(IImageElement) - Method in interface com.softwareag.mobile.runtime.nui.IEventDispatcher
 
addOnClickListener(nUIConstraintLayout) - Method in interface com.softwareag.mobile.runtime.nui.IEventDispatcher
 
addOnPostfixClickListener(IFloatingEntry) - Method in interface com.softwareag.mobile.runtime.nui.IEventDispatcher
 
addOnPrefixClickListener(IFloatingEntry) - Method in interface com.softwareag.mobile.runtime.nui.IEventDispatcher
 
addOnTextChangedListener(IFloatingEntry) - Method in interface com.softwareag.mobile.runtime.nui.IEventDispatcher
 
addPalette(String, int[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Adds an ARGB palette with the specified name to the current resource block
addPalette(String, String, boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Adds a palette based on a PSP .pal file
addRawImage(String, String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates an image from an image-file and adds it to the current resource block (can't be flipped at runtime).
addSound(String, String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Creates a resource from a sound-file and adds it to the current resource block
addUnpackedDirToJar(String, boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Adds all the files in the current directory as unpacked files
addUnpackedFileToJar(String, String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Adds a file that won't get included in the resource packing at all
addUnpackedFileToJar(String, String, boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
 
addUnpackedFileToJarFromArray(byte[], String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Adds an array as a file that won't get included in the resource packing at all
addValue(String, String) - Method in interface com.softwareag.mobile.md.io.IKeyValueStorage
Add a value to the store.
addValue(String, String) - Method in class com.softwareag.mobile.md.io.IsolatedKeyValueStore
Add a key-value pair to the store.
administrativeArea - Variable in class com.softwareag.mobile.md.location.Placemark
The administrative area that is responsible for this place.
allocateResourceBlockToPack(String, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Decides which of the packed resource file each resource block will be put in.
allowUnsecureSSLConnectionForURL(String) - Method in interface com.softwareag.mobile.core.IMDApplication
Disable full SSL security checking for this URL
allowUnsecureSSLConnectionForURL(String) - Method in class com.softwareag.mobile.core.MDApplication
Disable full SSL security checking for this URL
allowUpdatesInBackground(boolean) - Method in interface com.softwareag.mobile.md.location.ILocationManager
Pass true to enable location updates when the application is in background mode.
altitude - Variable in class com.softwareag.mobile.md.location.Location
Height in metres above sea level.
altitudeAccuracy - Variable in class com.softwareag.mobile.md.location.Location
An indicator of how accurate the altitude value is (distance in metres).
AntTaskResourceHandler - Class in com.softwareag.mobile.reshandler
The resource handling in the Mobile Designer's build script.
AntTaskResourceHandler() - Constructor for class com.softwareag.mobile.reshandler.AntTaskResourceHandler
 
appDirectionalityChanged(int) - Method in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
applyBackground(DefaultBackground, int) - Method in interface com.softwareag.mobile.runtime.nui.ICustomBackground
 
applyBackground(ColorBackground, int) - Method in interface com.softwareag.mobile.runtime.nui.ICustomBackground
 
applyBackground(PatternImage, int) - Method in interface com.softwareag.mobile.runtime.nui.ICustomBackground
 
applyBackground(DefaultBackground, int) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
applyBackground(ColorBackground, int) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
applyBackground(PatternImage, int) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
applyBackground(DefaultBackground, int) - Method in class com.softwareag.mobile.runtime.nui.nUIElementDisplay
 
applyBackground(ColorBackground, int) - Method in class com.softwareag.mobile.runtime.nui.nUIElementDisplay
 
applyBackground(PatternImage, int) - Method in class com.softwareag.mobile.runtime.nui.nUIElementDisplay
 
applyBackgroundFor(ICustomBackground, int) - Method in class com.softwareag.mobile.runtime.nui.background.ColorBackground
 
applyBackgroundFor(ICustomBackground, int) - Method in class com.softwareag.mobile.runtime.nui.background.DefaultBackground
 
applyBackgroundFor(ICustomBackground, int) - Method in class com.softwareag.mobile.runtime.nui.background.PatternImage
 
applyBackgroundFor(ICustomBackground, int) - Method in interface com.softwareag.mobile.runtime.nui.IBackgroundDrawable
 
APPSTATUSFLAG_INTERRUPTED_BY_WMA_SMS - Static variable in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
 
AssetImageLoader - Class in com.softwareag.mobile.md.imagetools
 
AssetImageLoader() - Constructor for class com.softwareag.mobile.md.imagetools.AssetImageLoader
 
AudioHandler - Class in com.softwareag.mobile.runtime.media
Deprecated. 
authenticate(String, String, IDeviceAuthenticationCallback) - Method in interface com.softwareag.mobile.security.IDeviceAuthenticator
Displays a standard dialog for scanning a fingerprint or entering a system passcode/password as fallback solution.
AUTHENTICATED_WITH_FACEID - Static variable in interface com.softwareag.mobile.security.IDeviceAuthenticator
 
AUTHENTICATED_WITH_FINGERPRINT - Static variable in interface com.softwareag.mobile.security.IDeviceAuthenticator
 
AUTHENTICATED_WITH_PASSCODE - Static variable in interface com.softwareag.mobile.security.IDeviceAuthenticator
 
AUTHENTICATED_WITH_UKNONWN - Static variable in interface com.softwareag.mobile.security.IDeviceAuthenticator
 
axis_label - Variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
A label for the axis itself

B

BARCODE_TYPE_2D_ALL - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting the set of all two-dimensional barcodes that the handset is known to support (e.g.
BARCODE_TYPE_ANY - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting any type of barcode that the handset supports.
BARCODE_TYPE_AZTEC - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting Aztec barcodes only.
BARCODE_TYPE_CODE_128 - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting Code-128 barcodes only.
BARCODE_TYPE_CODE_39 - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting Code-39 barcodes only.
BARCODE_TYPE_CODE_93 - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting Code-93 barcodes only.
BARCODE_TYPE_DATA_MATRIX - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting Data-Matrix barcodes only.
BARCODE_TYPE_EAN_13 - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting EAN-13 barcodes only.
BARCODE_TYPE_EAN_8 - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting EAN-8 barcodes only.
BARCODE_TYPE_ITF - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting ITF (Interleaved Two of Five) barcodes only.
BARCODE_TYPE_LINEAR_ALL - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting the set of all linear (i.e.
BARCODE_TYPE_PDF417 - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting PDF-417 barcodes only.
BARCODE_TYPE_QR_CODE - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting QR-Codes only.
BARCODE_TYPE_UPC_E - Static variable in class com.softwareag.mobile.md.media.ImagePicker
Constant denoting UPC-E barcodes only.
beginLocationUpdates(ILocationWatcher, LocationSettings) - Method in interface com.softwareag.mobile.md.location.ILocationManager
Being watching for location changes.
beginTransaction() - Method in class com.softwareag.mobile.runtime.database.Database
Begins a new transaction.
bind(int, byte[]) - Method in class com.softwareag.mobile.runtime.database.Statement
Binds a byte array value to this statement.
bind(int, double) - Method in class com.softwareag.mobile.runtime.database.Statement
Binds a double value to this statement.
bind(int, int) - Method in class com.softwareag.mobile.runtime.database.Statement
Binds a integer value to this statement(32 bits).
bind(int, long) - Method in class com.softwareag.mobile.runtime.database.Statement
Binds a long value to this statement(64 bits).
bind(int, String) - Method in class com.softwareag.mobile.runtime.database.Statement
Binds a String value to this statement.
block_pack_mappings - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Mapping information for resources-to-blocks and blocks-to-packs
BLOCKPACKPMAPPING_INDEX - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Offset to the various chunks of data used to record block-to-pack mapping info
BLOCKPACKPMAPPING_LENGTH - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Offset to the various chunks of data used to record block-to-pack mapping info
BLOCKPACKPMAPPING_PACKID - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Offset to the various chunks of data used to record block-to-pack mapping info
BLUETOOTH_SERVICE - Static variable in interface com.softwareag.mobile.core.IMDApplication
 
blurMainWindowOnSideView(boolean) - Method in interface com.softwareag.mobile.runtime.nui.IGlobalPropertiesIOS
Sets the flag if the main window will be blurred when the SideView is open.
bottom - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 

C

CACHE_ROOT - Static variable in class com.softwareag.mobile.md.io.File
A root folder for cache.
call() - Method in interface com.softwareag.mobile.md.util.concurrent.ICallable
Executes some work or throws an exception.
callJavaScript(String, String[]) - Method in interface com.softwareag.mobile.runtime.nui.IWebviewElement
 
callJavaScript(String, String[], IJSCallback) - Method in interface com.softwareag.mobile.runtime.nui.IWebviewElement
 
callJavaScript(String, String[]) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Evaluate some JavaScript on this page by calling a method.
callJavaScript(String, String[], IJSCallback) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Evaluate some JavaScript on this page by calling a method.
callJavaScript(String, String[]) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Evaluate some JavaScript on this page by calling a method.
callJavaScript(String, String[], IJSCallback) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Evaluate some JavaScript on this page by calling a method.
CameraHandler - Class in com.softwareag.mobile.runtime.media
Deprecated. 
cancel() - Method in interface com.softwareag.mobile.runtime.nui.IHttpAuthHandler
Call this method to cancel the request
cancel() - Method in interface com.softwareag.mobile.runtime.nui.IListEditMode
Finishes the Edit Mode and calls IListEditModeListener#onEditModeCancelled() callback.
cancelled - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
The user can cancel the connection by setting this to true
canExecute() - Method in class com.softwareag.mobile.md.io.File
Checks if the file is marked as executable.
canRead() - Method in class com.softwareag.mobile.md.io.File
Checks if the file can be read from.
canUseGeocodingApi() - Static method in class com.softwareag.mobile.md.location.CoordinateHelper
Check to see if this handset has access to geocoding capabilities.
canvas_interface - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
We use this for the odd callback to the runtime
canWrite() - Method in class com.softwareag.mobile.md.io.File
Checks if the file can be written to.
cbrt(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Performs a standard integer cube root
center - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
centre - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
changeAppDirectionality(int) - Method in interface com.softwareag.mobile.core.IMDApplication
Changes the application directionality.
changeAppDirectionality(int) - Method in class com.softwareag.mobile.core.MDApplication
 
changeSize(int, int) - Method in interface com.softwareag.mobile.core.IMDApplication
Changes the dimensions of the main window.
changeSize(int, int) - Method in class com.softwareag.mobile.core.MDApplication
 
check_word_length - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Override the value in here to set the length that the internal long-word-warnings should kick in at
childElementAt(int) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Gets the child nUIObject at a given index (starting from 0).
childIndexOf(nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Find the index of this nUIObject inside its parent.
clear() - Method in interface com.softwareag.mobile.md.io.IKeyValueStorage
Empty the store entirely, and save the fact that the store is empty.
clear() - Method in class com.softwareag.mobile.md.io.IsolatedKeyValueStore
Wipe the entire store, removing all key-value pairs.
clearChartBodyPadding() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Reset to 'automated' determination (performed in each object)
clearImageCache() - Method in class com.softwareag.mobile.runtime.nui.nUIController
 
clearImageCache(String) - Method in class com.softwareag.mobile.runtime.nui.nUIController
 
CLIP_TYPE_CLIP - Static variable in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
 
CLIP_TYPE_ELLIPSIS - Static variable in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
 
close() - Method in class com.softwareag.mobile.runtime.database.Cursor
Closes the cursor.
close() - Method in class com.softwareag.mobile.runtime.database.Database
Closes the Database.
close() - Method in class com.softwareag.mobile.runtime.database.Statement
Closes the statement
closeConnection() - Method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Close this connection (doesn't kill its thread though)
closestMatchDeviceLocaleLanguageID() - Method in class com.softwareag.mobile.runtime.media.TextHandler
Performs some string matching logic to try and determine the closest match to the given device locale from those available in this build.
closestMatchLocaleLanguageID(String) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Performs some string matching logic to try and determine the closest match to the given locale from those available in this build.
COLOR_BACKGROUND_NORMAL - Static variable in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
COLOR_BLACK - Static variable in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
COLOR_FOREGROUND_DARK - Static variable in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
COLOR_FOREGROUND_LIGHT - Static variable in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
COLOR_FOREGROUND_NORMAL - Static variable in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
COLOR_TRANSPARENT - Static variable in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
COLOR_WHITE - Static variable in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
ColorBackground - Class in com.softwareag.mobile.runtime.nui.background
A simple, flat color background.
ColorBackground(int) - Constructor for class com.softwareag.mobile.runtime.nui.background.ColorBackground
Creates a ColorBackground object with an AARRGGBB color.
com.softwareag.mobile.core - package com.softwareag.mobile.core
Core buildtime tasks and tools
com.softwareag.mobile.imagetools - package com.softwareag.mobile.imagetools
 
com.softwareag.mobile.md.digest - package com.softwareag.mobile.md.digest
 
com.softwareag.mobile.md.imagetools - package com.softwareag.mobile.md.imagetools
Classes to provide access to faster native-level Image manipulation.
com.softwareag.mobile.md.io - package com.softwareag.mobile.md.io
Classes for handling Isolated Storage and Credentials.
com.softwareag.mobile.md.location - package com.softwareag.mobile.md.location
 
com.softwareag.mobile.md.media - package com.softwareag.mobile.md.media
Classes to provide access to various media sources, such as the the camera and the image gallery.
com.softwareag.mobile.md.net - package com.softwareag.mobile.md.net
Classes for handling network related functions.
com.softwareag.mobile.md.permissions - package com.softwareag.mobile.md.permissions
Classes for handling the on-device permissions for various features.
com.softwareag.mobile.md.text - package com.softwareag.mobile.md.text
Classes for handling text and date formatting.
com.softwareag.mobile.md.text.validation - package com.softwareag.mobile.md.text.validation
 
com.softwareag.mobile.md.util - package com.softwareag.mobile.md.util
 
com.softwareag.mobile.md.util.concurrent - package com.softwareag.mobile.md.util.concurrent
 
com.softwareag.mobile.orientation - package com.softwareag.mobile.orientation
 
com.softwareag.mobile.reshandler - package com.softwareag.mobile.reshandler
Resource Handler
com.softwareag.mobile.runtime - package com.softwareag.mobile.runtime
Handset specific runtime information
com.softwareag.mobile.runtime.comms - package com.softwareag.mobile.runtime.comms
Communication handlers, such as HTTP and SMS
com.softwareag.mobile.runtime.database - package com.softwareag.mobile.runtime.database
Local database storage
com.softwareag.mobile.runtime.media - package com.softwareag.mobile.runtime.media
Media handlers, such as image, text, camera and audio
com.softwareag.mobile.runtime.nui - package com.softwareag.mobile.runtime.nui
 
com.softwareag.mobile.runtime.nui.background - package com.softwareag.mobile.runtime.nui.background
 
com.softwareag.mobile.runtime.nui.charts - package com.softwareag.mobile.runtime.nui.charts
 
com.softwareag.mobile.runtime.pn - package com.softwareag.mobile.runtime.pn
 
com.softwareag.mobile.runtime.serialize - package com.softwareag.mobile.runtime.serialize
Object data serialization
com.softwareag.mobile.runtime.services - package com.softwareag.mobile.runtime.services
 
com.softwareag.mobile.runtime.storage - package com.softwareag.mobile.runtime.storage
Stored data, both embedded and cached
com.softwareag.mobile.runtime.utility - package com.softwareag.mobile.runtime.utility
Utility and convenience classes
com.softwareag.mobile.security - package com.softwareag.mobile.security
 
commitTransaction() - Method in class com.softwareag.mobile.runtime.database.Database
Persists all changes in DB
conn - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
conn_thread - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
Connection - Class in com.softwareag.mobile.runtime.comms
This class provides a convenient methods to fetch content from web server.
Connection(String) - Constructor for class com.softwareag.mobile.runtime.comms.Connection
Create a new instance with the given URL.
connection_status - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
ConnectivityStatusRequester - Class in com.softwareag.mobile.md.net
Provides methods to discover and monitor the state of network connections on this device.
CONTENT_TYPE_APPLICATION_FORM - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
CONTENT_TYPE_APPLICATION_HTML - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
CONTENT_TYPE_APPLICATION_JSON - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
CONTENT_TYPE_APPLICATION_OCTETSTREAM - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
CONTENT_TYPE_APPLICATION_XML - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
CONTENT_TYPE_DEFAULT - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
contentType(String) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets the content type
convert(String) - Static method in class com.softwareag.mobile.md.location.CoordinateHelper
Convert a String representation of a coordinate into a double value.
convert(double, int) - Static method in class com.softwareag.mobile.md.location.CoordinateHelper
Convert a double representation of a coordinate into a more human-readable String.
CoordinateHelper - Class in com.softwareag.mobile.md.location
A class containing convenience methods for manipulating and comparing coordinates.
copy(File, boolean) - Method in class com.softwareag.mobile.md.io.File
Copies the current file or directory into the destination one.
country - Variable in class com.softwareag.mobile.md.location.Placemark
The full name of the country this place is in.
countryIsoCode - Variable in class com.softwareag.mobile.md.location.Placemark
The ISO code that represents the country this place is in.
crc_table - Static variable in class com.softwareag.mobile.runtime.media.PngParser
If needed, this will be filled with a handy CRC lookup table
CREATE - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
createBuffer(int, int, int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Create the initial buffer to render to (all rendering calls are done to an internal int[] array, and an Image is only created when complete).
createLocalizedDateFormat(String) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Create a new DateFormat Object appropriate for the currently loaded language.
createNewFile() - Method in class com.softwareag.mobile.md.io.File
Create a new zero-length file at the current path.
createTabElement(int) - Method in class com.softwareag.mobile.runtime.nui.DefaultTabViewProvider
 
createTabElement(int) - Method in interface com.softwareag.mobile.runtime.nui.ITabViewProvider
Will be called per tab.
createTabView(int) - Method in class com.softwareag.mobile.runtime.nui.DefaultTabViewProvider
 
createTabView(int) - Method in interface com.softwareag.mobile.runtime.nui.ITabViewProvider
Will be called once per tab.
createWebviewElement() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Creates the nUIWebviewElement that will be used internally in this View.
Credentials - Class in com.softwareag.mobile.md.io
A class used to represent a username and password pairing.
Credentials(String, String) - Constructor for class com.softwareag.mobile.md.io.Credentials
Create a new Credentials object with a specified username and password.
CredentialStore - Class in com.softwareag.mobile.md.io
A class for storing credentials.
CredentialStore() - Constructor for class com.softwareag.mobile.md.io.CredentialStore
 
Cursor - Class in com.softwareag.mobile.runtime.database
This interface provides read-only access to results returned by a database query.
Cursor() - Constructor for class com.softwareag.mobile.runtime.database.Cursor
 
CUSTOM_EVENT_CODE0 - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
For the developer - Events above this value can be used at the developer's discretion

D

data(byte[]) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets data to send.
data(String, String) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets the request data.
DATA_METAL_THEME - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the data series, pick values from the metal spectrum (loops).
DATA_PASTEL_SPECTRUM_THEME - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the data series, pick values from the lighter pastel theme (loops).
DATA_STANDARD_SPECTRUM_THEME - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the data series, pick values from the standard spectrum (loops).
DATA_THEMES - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Number of themes for data series
data_to_save_later - Static variable in class com.softwareag.mobile.runtime.storage.RecordStoreHandler
Data is cached here if it shouldn't be saved now, but at a later time (such as on slow-RS handsets)
DATA_TRAFFIC_LIGHT_REVERSED_THEME - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the data series, pick values from the reversed traffic light spectrum (doesn't loop).
DATA_TRAFFIC_LIGHT_THEME - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the data series, pick values from the traffic light spectrum (doesn't loop).
Database - Class in com.softwareag.mobile.runtime.database
Database class exposes methods to manage a database.
Database() - Constructor for class com.softwareag.mobile.runtime.database.Database
 
DatabaseException - Exception in com.softwareag.mobile.runtime.database
This exception will be thrown if a requested method could not be executed.
DatabaseException() - Constructor for exception com.softwareag.mobile.runtime.database.DatabaseException
 
DatabaseException(String) - Constructor for exception com.softwareag.mobile.runtime.database.DatabaseException
 
DatabaseFactory - Class in com.softwareag.mobile.runtime.database
Use this class to create a new instance of database or to open an existing one.
DatabaseFactory() - Constructor for class com.softwareag.mobile.runtime.database.DatabaseFactory
 
DatabaseType - Class in com.softwareag.mobile.runtime.database
 
DatabaseType(String, String) - Constructor for class com.softwareag.mobile.runtime.database.DatabaseType
 
DateFormat - Class in com.softwareag.mobile.md.text
A utility class for formatting and parsing Dates, using the underlying mechanism provided by the OS.
DateFormat(String) - Constructor for class com.softwareag.mobile.md.text.DateFormat
Creates a DateFormat instance based on the given format.
DateFormat(String, String) - Constructor for class com.softwareag.mobile.md.text.DateFormat
Creates a DateFormat instance based on the given format and locale.
DD_MM - Static variable in class com.softwareag.mobile.md.location.CoordinateHelper
Coordinate format corresponding to degrees and minutes, with fractional minutes.
DD_MM_SS - Static variable in class com.softwareag.mobile.md.location.CoordinateHelper
Coordinate format corresponding to degrees, minutes and seconds, with fractional seconds.
dd_MM_yyyy - Static variable in class com.softwareag.mobile.runtime.nui.nUIDateEntry
See: http://www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/i18n/SimpleDateFormat.html
DEBUG_DISPLAYABLE_RENDERS - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
DEBUG_EVENT_CALLBACKS - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
DEBUG_LEVEL - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
DEBUG_OBJECT_HIERARCHY - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
DEBUG_USAGE_ERRORS - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
DEFAULT - Static variable in class com.softwareag.mobile.runtime.nui.background.DefaultBackground
 
DEFAULT_AXIS_COLOR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Default chart axis color
DEFAULT_AXIS_LABEL_TEXT_COLOR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Default chart axis label text color
DEFAULT_BAR_GROUP_SPACING - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Default spacing to apply between groups in a grouped bar chart (expressed as a fraction of the space available for a full bar)
DEFAULT_BAR_SIZING - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Default size of a bar for non-grouped bar charts.
DEFAULT_BORDER_COLOR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
 
DEFAULT_BORDER_THICKNESS - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Default thickness of the border to draw around the outside of the entire chart image.
DEFAULT_BUBBLE_SCALE_MULTIPLIER - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
The default maximum size of a bubble in a bubble chart, relative to the smaller of the two axes.
DEFAULT_GROUPED_BAR_SIZING - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Default size of a bar for grouped bar charts.
DEFAULT_LABEL_DECIMAL_PLACES - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
For numeric labels, decimal places to view (0 for integer flooring)
DEFAULT_LABEL_LEADING_ZERO_PAD - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
For numeric labels, pad values with leading zeros
DEFAULT_LABEL_TEXT_COLOR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Default chart data label text color
DEFAULT_LABEL_THOUSAND_SEPARATOR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
When rendering large numbers, use this value as the thousand separator.
DEFAULT_MAJOR_GRIDLINE_COLOR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
 
DEFAULT_MINOR_GRIDLINE_COLOR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Default chart gridline color
DEFAULT_OUTLINING_COLOR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Default chart outlining colour.
DEFAULT_POINT_MARKER_SIZE - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
The default base size of a data point marker.
DEFAULT_TRAFFIC_CHART_INDICATOR_COLOR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Default color for the traffic light chart indicator
DefaultBackground - Class in com.softwareag.mobile.runtime.nui.background
 
DefaultBackground() - Constructor for class com.softwareag.mobile.runtime.nui.background.DefaultBackground
 
DefaultTabViewProvider - Class in com.softwareag.mobile.runtime.nui
Default implementation for ITabViewProvider that create a three tabs with different background color.
DefaultTabViewProvider() - Constructor for class com.softwareag.mobile.runtime.nui.DefaultTabViewProvider
 
delete() - Method in class com.softwareag.mobile.md.io.File
Deletes the file.
deleteCredentials(String) - Method in class com.softwareag.mobile.md.io.CredentialStore
Delete a set of credentials for a server.
deleteCredentials(String) - Method in interface com.softwareag.mobile.md.io.ICredentialStorage
Delete credentials for the named server.
deleteRecursive() - Method in class com.softwareag.mobile.md.io.File
Deletes directory and its content recursively.
deleteRow(int, int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Removes the given row from ListView.
deleteRow(int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Delete the row at the given index.
deleteRow(int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Delete the row at the given index.
deleteRows(int, int, int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Deletes cells at the given position
deleteRows(int, int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Delete multiple rows from the list
deleteRows(int, int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Delete multiple rows from the list
deselectRow(int) - Method in interface com.softwareag.mobile.runtime.nui.IListEditMode
 
deserialize(byte[]) - Static method in class com.softwareag.mobile.runtime.serialize.Serializer
 
deserialize(DataInputStream) - Static method in class com.softwareag.mobile.runtime.serialize.Serializer
 
deserializeHelper(int, DataInputStream) - Static method in class com.softwareag.mobile.runtime.serialize.Serializer
 
deserializeSwitch(Object, String, int, DataInputStream, Object[], boolean) - Static method in class com.softwareag.mobile.runtime.serialize.Serializer
 
deserializeSwitchInject(Object, String, int, DataInputStream, Object[], boolean) - Static method in class com.softwareag.mobile.runtime.serialize.Serializer
 
destroyApp() - Method in interface com.softwareag.mobile.core.IMDApplication
Destroys the application.
destroyApp() - Method in class com.softwareag.mobile.core.MDApplication
 
DEVICE_AUTHENTICATOR_SERVICE - Static variable in interface com.softwareag.mobile.core.IMDApplication
 
deviceSupportsAppDirectionality(int) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
DIMENSIONS_IDENTIFIER_PARENT_DIMENSIONS - Static variable in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
If the width is set to this, an object will be as wide/high as its parent inner
distance(Location, Location) - Static method in class com.softwareag.mobile.md.location.CoordinateHelper
Calculate a shortest-path distance between two Location values, according to the WGS84 ellipsoid model.
DOCUMENTS_ROOT - Static variable in class com.softwareag.mobile.md.io.File
A root folder for documents.
dpToPixel(int) - Static method in class com.softwareag.mobile.runtime.RuntimeInfo
Converts a given dp value into physical pixels.
drawArc(float, float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawArc(float, float, float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawArc(float, float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawArc(float, float, float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Render an outlined arc with defined radii, angle, line thickness and anti-alias setting using the current foreground colour.
drawLine(float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawLine(float, float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawLine(float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawLine(float, float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Renders a line with defined 'end points', thickness and anti-alias setting using the current foreground color.
drawPointMarker(float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawPointMarker(float, float, float, int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Renders a point marker of a particular type
drawRect(float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawRect(float, float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawRect(float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawRect(float, float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Renders an outlined rectangle with defined line thickness and anti-alias setting using the current foreground color.
drawString(String, int, int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
drawString(String, int, int, int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Render a string using the current font and foreground color at a particular location and rotation.
dumpImageCache() - Method in class com.softwareag.mobile.runtime.nui.nUIController
 

E

enableIconHighlighting(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Enables/disables icon highlighting.
enableImageCache(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIController
 
enablePullToRefresh(boolean) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Defines if the top spinner should be visible by pulling the content down.
enablePullToRefresh(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Enable the pull-to-refresh mechanism for this nUIListElement
enablePullToRefresh(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Enable the pull-to-refresh mechanism for this nUIListElement
enc_strings - Static variable in class com.softwareag.mobile.runtime.media.TextHandler
 
encodeFullColourImage(int, int, int[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Encodes a non-palettised image into a proprietary format.
encodeImage(int, int, int[], int[]) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Encodes an image into a proprietary format.
encodeNative(byte[], int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Encodes a PNG into a native format
(Made public so you can override with your own encodings)
encodeNativeFromFile(String, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Encodes a PNG into a native format from a supplied file
(Made public so you can override with your own encodings)
Encoding_Default - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
Encoding_Form - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
Encoding_Json - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
Encoding_OctetStream - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
ENCODING_UTF8 - Static variable in class com.softwareag.mobile.runtime.comms.Response
 
Encoding_Xml - Static variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
equals(Object) - Method in class com.softwareag.mobile.md.io.File
 
ERROR_BAD_CONFIGURATION - Static variable in interface com.softwareag.mobile.md.location.ILocationManager
The LocationSettings given made it impossible to service this request.
ERROR_CANCELLED - Static variable in interface com.softwareag.mobile.security.IDeviceAuthenticator
 
ERROR_DEVICE_IS_NOT_SECURED - Static variable in interface com.softwareag.mobile.security.IDeviceAuthenticator
 
ERROR_HIGHER_SDK_REQUIRED - Static variable in interface com.softwareag.mobile.security.IDeviceAuthenticator
 
ERROR_NO_HARDWARE - Static variable in interface com.softwareag.mobile.md.location.ILocationManager
There is no hardware on this device capable of giving location data that matches the set criteria required by the settings.
ERROR_NO_PERMISSIONS - Static variable in interface com.softwareag.mobile.md.location.ILocationManager
Permission has not been given to do this.
ERROR_NO_PREVIOUS_DATA - Static variable in interface com.softwareag.mobile.md.location.ILocationManager
There was no previous data available when calling getLastKnownLocation()
ERROR_TIME_OUT - Static variable in interface com.softwareag.mobile.md.location.ILocationManager
The getLocation() request timed out before location data became available.
ERROR_UNKNOWN - Static variable in interface com.softwareag.mobile.md.location.ILocationManager
A general error has occurred that cannot be categorised.
evaluateJavaScript(String) - Method in interface com.softwareag.mobile.runtime.nui.IWebviewElement
 
evaluateJavaScript(String, IJSCallback) - Method in interface com.softwareag.mobile.runtime.nui.IWebviewElement
 
evaluateJavaScript(String) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Evaluate an arbitrary block of JavaScript code, and return the result (if any).
evaluateJavaScript(String, IJSCallback) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Evaluate an arbitrary piece of JavaScript code, asynchronously if possible.
evaluateJavaScript(String) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Evaluate an arbitrary block of JavaScript code, and return the result (if any).
evaluateJavaScript(String, IJSCallback) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Evaluate an arbitrary piece of JavaScript code, asynchronously if possible.
event_listener - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
We use the event_listener as the synchronicity object so the developer has access to it too
event_queue - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
eventListenerCallback(nUIObject, int) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
eventListenerQueue(nUIObject, int) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
A standardised method to perform event callbacks (so there's no need for null-comparisons everywhere else)
CALL THIS IF YOU AREN'T CALLING BACK FROM THE CORE NUI THREAD
EVT_BACK_BUTTON - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIWindowDisplay - Event for when a hardware back key (if present) is pressed
EVT_COMPLETED_EDIT - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event that occurs when an editable object completes editing.
EVT_DOUBLE_TAP - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when an object has been double-tapped
EVT_GAIN_FOCUS - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when an object gains user focus
EVT_LONG_PRESS - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when an object has been held in a pressed state
EVT_LOSE_FOCUS - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when an object loses user focus
EVT_ON_ADDITION - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
EVT_PICKER_CANCEL - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when a picker for an object has been canceled
EVT_PICKER_OK - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when a picker for an object has been closed
EVT_POST_EDIT - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event that occurs every time an object has been edited by the user.
EVT_PRE_EDIT - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when an object is about to be edited by the user
EVT_SWIPE_LEFT - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when an object has been swiped to the left
EVT_SWIPE_RIGHT - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when an object has been swiped to the right
EVT_TIMER_COMPLETE - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUITimerObject - Event for when a timer is complete
EVT_TRANSITION_FROM_COMPLETE - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIWindowObject / nUIPageObject - Event for when a "from" (away) transition has completed
EVT_TRIGGER - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
nUIDisplayObject - Event for when an object has been triggered
EVT_TRIGGER_HTTP_FAIL - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Other events a developer may often wish to use
Not tied to any particular class, but listed here for developer convenience - use as/where you see fit
EVT_TRIGGER_HTTP_SUCCESS - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Other events a developer may often wish to use
Not tied to any particular class, but listed here for developer convenience - use as/where you see fit
exceptionError(Exception, String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Outputs an Error message to the console, based on an Exception
execute() - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Launch method
execute() - Method in class com.softwareag.mobile.runtime.comms.Connection
Executes a request synchronously.
execute(String) - Method in class com.softwareag.mobile.runtime.database.Database
Executes a single SQL statement that is NOT a SELECT or any other SQL statement that returns data.
execute() - Method in class com.softwareag.mobile.runtime.database.Statement
Executes a SQL statement, that does not return any results.
executeAndSave() - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Called when the activation / build is about to commence (will save the parameters / properties to a file to be used in the next activate / re-activate / build)
executeAsync(IConnectionCallback, boolean) - Method in class com.softwareag.mobile.runtime.comms.Connection
Executes a request asynchronously in a new thread.
executeInsert() - Method in class com.softwareag.mobile.runtime.database.Statement
Executes an INSERT statement and returns the ID of the inserted row.
executeSelect() - Method in class com.softwareag.mobile.runtime.database.Statement
Executes a SELECT statement and returns a Cursor over the result set.
executeUpdateOrDelete() - Method in class com.softwareag.mobile.runtime.database.Statement
Executes an UPDATE or a DELETE statement and returns the number of affected rows.
exists() - Method in class com.softwareag.mobile.md.io.File
Checks if the file exists.
EXTERNAL_STORAGE_ROOT - Static variable in class com.softwareag.mobile.md.io.File
A root folder for external storage.

F

fCbrt(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Performs a Fixed point cube root
fCos(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Trig function, taking Fixed Point radians, and returning Fixed Point values.
fCosFromFDeg(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Fixed point cos from Fixed point degrees
fCosFromIDeg(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Fixed point cos from integer degrees
fDegToFRad(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Converts Fixed point degrees to Fixed point radians
fDiv(int, int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Fixed point divide.
featureName - Variable in class com.softwareag.mobile.md.location.Placemark
The name of this feature.
File - Class in com.softwareag.mobile.md.io
 
File(String) - Constructor for class com.softwareag.mobile.md.io.File
Creates a new File instance based on its path.
File(File, String) - Constructor for class com.softwareag.mobile.md.io.File
Creates a new File instance based on its parent and path.
File(String, String) - Constructor for class com.softwareag.mobile.md.io.File
Creates a new File instance based on its parent and path.
FileFilter - Interface in com.softwareag.mobile.md.io
A filter interface for Files.
FilenameFilter - Interface in com.softwareag.mobile.md.io
A filter interface for Files.
fillArc(float, float, float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
fillArc(float, float, float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Render a filled arc with defined radii, angle and anti-alias setting using the current foreground colour.
fillHTrapezoid(float, float, float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
fillHTrapezoid(float, float, float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Render a filled horizontal trapezoid (top/bottom sides at perfectly horizontal) with defined anti-alias setting using the current foreground color.
fillRect(float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
fillRect(float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Renders a filled rectangle with defined anti-alias setting using the current foreground color.
fillVTrapezoid(float, float, float, float, float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Convenience method.
fillVTrapezoid(float, float, float, float, float, float, boolean) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Render a filled vertical trapezoid (left/right sides at perfectly vertical) with defined anti-alias setting using the current foreground color.
findLocationsBy(String, int, IGeocodingCallback) - Static method in class com.softwareag.mobile.md.location.CoordinateHelper
For a given String address, find out where in the world this is.
findPlacesBy(Location, int, IGeocodingCallback) - Static method in class com.softwareag.mobile.md.location.CoordinateHelper
For a given Location, find a list of places as close to this area as possible.
finish() - Method in interface com.softwareag.mobile.runtime.nui.IListEditMode
Finishes the Edit Mode and calls IListEditModeListener#onEditModeFinished(IListEditMode, int[]) callback.
first() - Method in class com.softwareag.mobile.runtime.database.Cursor
Moves the cursor to the first row.
flashBacklight(int) - Method in interface com.softwareag.mobile.runtime.services.IAttentionService
 
flushUpdates() - Method in class com.softwareag.mobile.core.MDApplication
 
fMul(int, int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Fixed point multiply.
fMulToLong(int, int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Fixed point multiply (using and returning longs)
followRedirects(boolean) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets if the redirects should be followed automatically.
fontHeight() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Gets the height of the font used to draw this label.
fontHeight() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Gets the height of the current font.
format(Date) - Method in class com.softwareag.mobile.md.text.DateFormat
Formats the given Date to a String that complies with the defined format.
FORMAT_NUMBER_ANY - Static variable in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Entry format that asks the OS for a "numbers"/"PIN"/"phone number"-style keyboard in order to help limit the input.
FORMAT_PIN_HIDDEN - Static variable in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Hidden entry format that asks the OS for a "numbers only"/"PIN"-style keyboard in order to help limit the input.
FORMAT_STRING_ANY - Static variable in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Entry format where a free-form String made up of any characters may be entered.
FORMAT_STRING_HIDDEN - Static variable in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Hidden entry format where a free-form String made up of any characters may be entered.
FPI - Static variable in class com.softwareag.mobile.runtime.utility.Maths
Fixed point value of PI
fRadToFDeg(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Converts Fixed point radians to Fixed point degrees
fRadToIDeg(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Converts Fixed point radians to integer degrees
freeBuffer() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Frees the associated int[] buffer object from memory (cleanup).
fSin(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Trig function, taking Fixed Point radians, and returning Fixed Point values.
fSinFromFDeg(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Fixed point sin from Fixed point degrees
fSinFromIDeg(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Fixed point sin from integer degrees
fSqrt(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Performs a Fixed point squareroot
fToI(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Converts Fixed point to integers (no nearest integer rounding)
fToINearest(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Converts Fixed point to integers (includes nearest integer rounding)

G

generatePointImage(int, nUIChartImage, int, int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIPointGenerator
Uses the information in your chart to render out an appropriate colour marker.
If a line chart (with data markers set) or a scatter graph is used, then the appropriate data marker will be used.
GESTURE_DOUBLE_TAP - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
GESTURE_LONG_PRESS - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
GESTURE_NONE - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Gesture-type constants - Enabled gestures for an object uses bit-wise OR
GESTURE_SWIPE - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
get() - Method in class com.softwareag.mobile.runtime.comms.Connection
Executes a GET request synchronously.
getAbsoluteFile() - Method in class com.softwareag.mobile.md.io.File
Returns the absolute file.
getAbsolutePath() - Method in class com.softwareag.mobile.md.io.File
Returns the absolute pathname for this file.
getAccentColor() - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
getAccentColor() - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
getAlign() - Method in class com.softwareag.mobile.runtime.nui.nUIImageElement
Gets the current alignment of this image.
getAllDatabaseTypes() - Static method in class com.softwareag.mobile.runtime.database.DatabaseFactory
Returns all available database types which can be used on this plattform.
getAllKeys() - Method in interface com.softwareag.mobile.md.io.IKeyValueStorage
Get an array of all the possible keys currently stored.
getAllKeys() - Method in class com.softwareag.mobile.md.io.IsolatedKeyValueStore
Get a String array of all keys in this store.
getAndroidGlobalProperties() - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Retruns an interface to set some Android specific properties.
getAppDirectionality() - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Returns the current directionality setting.
getApplication() - Static method in class com.softwareag.mobile.runtime.RuntimeInfo
Returns instance of the application
getApplicationListener() - Method in interface com.softwareag.mobile.core.IMDApplication
Gets current @link IMDApplicationListener
getApplicationListener() - Method in class com.softwareag.mobile.core.MDApplication
 
getAppProperty(String) - Method in interface com.softwareag.mobile.core.IMDApplication
Gets the application property
getAppProperty(String) - Method in class com.softwareag.mobile.core.MDApplication
 
getAxes() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the current array of nUIChartAxis objects for the chart.
getAxisColor() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the current color used when drawing the chart axes.
getAxisLabel() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Gets the nUIChartLabel for this axis
getAxisLabelCentering() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Are major gridline labels allowed to be drawn centered over the axis line.
getAxisLabelTextColor() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the current color of the chart text labels.
getAxisLineThickness() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the current thickness of the axis lines.
getBackgroundColor() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the AARRGGBB color of the chart background
getBackgroundDrawable() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the IBackgroundDrawable responsible for defining how this element is drawn.
getBarGrouping() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Gets the number of bars in a group.
getBarGroupSpacing() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Gets the current bar group spacing value.
getBarSizing() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Returns the current bar sizing value.
getBaseImage() - Method in class com.softwareag.mobile.runtime.nui.background.PatternImage
Get the base Image that this PatternImage is using.
getBestGuessScale() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the current chart scale.
getBgcolor() - Method in class com.softwareag.mobile.runtime.nui.background.ColorBackground
Gets the background color set, as an AARRGGBB int value.
getBgcolor() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Gets the current background colour, if one has been set directly.
getBgcolorHighlight() - Method in class com.softwareag.mobile.runtime.nui.nUITableButton
Deprecated. 
getBgcolorHighlightStyle() - Method in class com.softwareag.mobile.runtime.nui.nUITableButton
Gets the highlight background style of this button.
getBgimageScroll() - Method in class com.softwareag.mobile.runtime.nui.nUIContainerElement
Determine whether the container will scroll any background image set with the foreground.
getBgimageScroll() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Determine if the background Image will scroll along with the list's contents.
getBgimageScroll() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Determine whether the view will scroll any background image set with the foreground.
getBlob(int) - Method in class com.softwareag.mobile.runtime.database.Cursor
Returns the value of requested column as a byte array.
getBlockOfResource(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceHandler
Returns which block this resource is contained in.
getBoolParam(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Retrieves a boolean parameter (or false if the parameter can't be found)
getBorderColor() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the colour used to paint the chart border.
getBorderThickness() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the current thickness, in pixels, of the border drawn around the whole chart.
getBottom() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the bottom of this object relative to the parent's y position.
getBubbleScaleMultiplier() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
Gets the current maximum diameter of a bubble, expressed as a percentage of the smaller of the two axes.
getCacheRoot() - Static method in class com.softwareag.mobile.md.io.File
Returns a root folder for caches.
getCancelButtonTitle() - Method in class com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder
Get the String representing the title of the cancel button.
getCanonicalFile() - Method in class com.softwareag.mobile.md.io.File
Returns the canonical pathname of the current file.
getCanonicalPath() - Method in class com.softwareag.mobile.md.io.File
Returns the canonical representation of the current file.
getCell(int, nUIDisplayObject) - Method in interface com.softwareag.mobile.runtime.nui.IListProvider
For every row in the IListRenderer this method is called to return the actual cell object to be displayed at the given index.
getCellBorderColor() - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Gets the cell border color.
getCellBorderThickness() - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Gets the current cell border thickness.
getCellSpacingHeight() - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Gets the cell spacing height.
getCellSpacingWidth() - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Gets the cell spacing width.
getClipType() - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Gets the currently set end-of-line truncation for this textfield.
getColor() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Gets the foreground color.
getColor() - Method in class com.softwareag.mobile.runtime.nui.nUISeparatorElement
Gets the color of the object as ARGB
getColumnIndex(String) - Method in class com.softwareag.mobile.runtime.database.Cursor
Note that on some platforms the meta information are available only, if the Cursor has at least one row.
getColumnName(int) - Method in class com.softwareag.mobile.runtime.database.Cursor
Returns the column name of the given zero-based index.
getColumnNames() - Method in class com.softwareag.mobile.runtime.database.Cursor
Note that on some platforms the meta information are available only, if the Cursor has at least one row.
getColumnWidth(int) - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Returns the pixel width of a particular column
getConnection() - Method in class com.softwareag.mobile.runtime.comms.HttpResponse
Returns the underlying HttpConnection object.
getConnectivityStatus() - Method in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
Get the current connectivity status across all interfaces on this device.
getCount() - Method in class com.softwareag.mobile.runtime.database.Cursor
Note that on some platforms the meta information are available only, if the Cursor has at least one row.
getCredentialsForServer(String) - Method in class com.softwareag.mobile.md.io.CredentialStore
Get the Credentials object set for this server.
getCredentialsForServer(String) - Method in interface com.softwareag.mobile.md.io.ICredentialStorage
Get a set of credentials for the named server.
getCurrentConnectivityTypes() - Method in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
Gets a list of the current interfaces that are available to the handset and in the state STATE_CONNECTED.
getData() - Method in class com.softwareag.mobile.runtime.comms.Response
Converts the response data into a String by using UTF-8 encoding.
getData(String) - Method in class com.softwareag.mobile.runtime.comms.Response
Gets the data as String with the given encoding.
getData() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
Gets the current one dimension float array data values.
getData() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the current one dimensional float array data values.
getDataAsTriplets() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
Gets a two-dimensional array of data points containing {x, y, z} triplets.
getDatabaseType() - Method in class com.softwareag.mobile.runtime.database.Database
Returns the current database type that is running.
getDataColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the data colour used for this value.
getDataColors() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the current array of data colors.
getDataLabels() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIDataSeriesChart
Gets the array of data labels for the chart.
getDataLineThickness() - Method in class com.softwareag.mobile.runtime.nui.charts.nUILineChart
Gets the currently set thickness of the data line to be drawn.
getDataPointMarkerSize(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the currently used point marker's size.
getDataPointMarkerSizes() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the currently set data point marker sizes.
getDataPointMarkerType(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the currently used point marker type for a given data point.
getDataPointMarkerTypes() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the current set of data point marker types.
getDataTheme() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Gets the currently set theme that is used for drawing data values on the chart.
getDate() - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
Gets the current value set for this date entry.
getDateLong() - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
Gets the current value set for this date entry as a Long Object.
getDecimalPlaces() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Gets the maximum number of decimal places that will be displayed for this label.
getDefaultAxisColor() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the current structure theme, gets the default colour to use when drawing the axis lines themselves.
getDefaultAxisLabelTextColor() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the current structure theme, gets the default colour to use when drawing the axes labels.
getDefaultBorderColor() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
 
getDefaultColor(int, int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the current data theme, gets the default colour to use for a given colour index out of a maximum.
getDefaultInstance() - Static method in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
Get the default implementation of this class.
getDefaultLabelTextColor() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the current structure theme, gets the default colour to use when labelling axes and chart segments.
getDefaultMajorGridlineColor() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the current structure theme, gets the default colour to use when drawing major gridlines.
getDefaultMinorGridlineColor() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the current structure theme, gets the default colour to use when drawing minor gridlines.
getDefaultNumColors() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
 
getDefaultNumColors() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the default number of colours that would be used to render this chart.
getDefaultNumColors() - Method in class com.softwareag.mobile.runtime.nui.charts.nUILineChart
 
getDefaultNumColors() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
 
getDefaultNumColors() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIScatterChart
 
getDefaultNumColors() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
 
getDefaultOutliningColor() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the current structure theme, gets the default colour used to outline a data segment.
getDefaultSideViewPosition() - Static method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Returns the default side view position for the current platform.
getDefaultSideViewStyle() - Static method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Returns the default side view style for the current platform.
getDefaultTrafficChartIndicatorColor() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
For the current structure theme, gets the default colour to use when drawing the indicator on a traffic chart.
getDelegate() - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Get the current IListProvider delegate associated with this list renderer.
getDelegate() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Get the current IListProvider delegate for this list.
getDelegate() - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Get the current IListProvider delegate for this list.
getDigest(String) - Method in interface com.softwareag.mobile.md.digest.IMessageDigest
Generate a message digest for the given String, interpreting the String with the "UTF-8" encoding.
getDigest(String, String) - Method in interface com.softwareag.mobile.md.digest.IMessageDigest
Generate a message digest for the given String, using a specified encoding to interpret the String.
getDigest(byte[]) - Method in interface com.softwareag.mobile.md.digest.IMessageDigest
Generate a message digest for the given byte array.
getDigest(String) - Method in class com.softwareag.mobile.md.digest.MD5Sum
Generate an MD5 digest for the given String, using UTF-8 as a base encoding.
getDigest(String, String) - Method in class com.softwareag.mobile.md.digest.MD5Sum
Generate an MD5 digest for the given String, using a specified encoding.
getDigest(byte[]) - Method in class com.softwareag.mobile.md.digest.MD5Sum
Generate an MD5 digest for the given byte array.
getDistance() - Method in class com.softwareag.mobile.md.location.LocationSettings
Get the distance that will be travelled between location updates.
getDocumentsRoot() - Static method in class com.softwareag.mobile.md.io.File
Returns a root folder for documents.
getDouble(int) - Method in class com.softwareag.mobile.runtime.database.Cursor
Return the value of requested column as a double.
getDoubleParam(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Retrieves a double parameter (or 0.0 if the parameter can't be found)
getElementIdentifier() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Get the current identifier that is used to locate the element inside the UI hierarchy.
getENCString(int) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Returns a specified encoded-string
getENCStringFromString(String) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Converts a String to an encoded-string.
getErrorText() - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Gets the currently set error text for floating entry fields.
getErrorText() - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Gets the currently set error text for floating entry fields.
getEventName(int) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Returns the String representation of an event
getException() - Method in class com.softwareag.mobile.runtime.comms.Response
Gets the exception which was thrown by request.
getExternalStorageRoot() - Static method in class com.softwareag.mobile.md.io.File
Returns a root folder for external storage.
getFallbackText() - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
Get the current fallback text that will be used for this nUIDateEntry if the date is not currently set.
getFileFromJarAsDataInputStream(String) - Method in class com.softwareag.mobile.runtime.storage.ResourceHandler
Opens a file from a resource in the JAR and returns its inputstream
getFirstChild() - Method in class com.softwareag.mobile.runtime.nui.nUIObject
 
getFirstVisibleRow() - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Returns the first visible row.
getFirstVisibleRow() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Gets the index of the current first visible row.
getFirstVisibleRow() - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Gets the index of the current first visible row.
getFloatParam(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Retrieves a float parameter (or 0.0 if the parameter can't be found)
getFocusable() - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
 
getFocusable() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets whether or not this object is focusable.
getFontSize() - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
getFontStyle() - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
getFontStyle() - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Gets the current font style used for text on this button.
getFontStyle() - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Gets the current font style used for text on this button.
getFontStyle() - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Gets the current font style.
getFormat() - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Gets the current format String.
getFormFactor() - Static method in class com.softwareag.mobile.runtime.RuntimeInfo
Get the form factor of this display.
getGesturable() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
getGroupID() - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Gets the current group that this button belongs to.
getHAlign() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Gets the horizontal alignment of this label.
getHAlign() - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
Gets the text's horizontal alignment.
getHAlign() - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
Gets the text's horizontal alignment.
getHAlign() - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Gets the text's horizontal alignment.
getHeader() - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Returns the current header.
getHeader() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
 
getHeader() - Method in class com.softwareag.mobile.runtime.nui.nUIListView
 
getHeaderBackground() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
 
getHeaderHeight() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
 
getHeaderKeys() - Method in class com.softwareag.mobile.runtime.comms.HttpResponse
Gets all response header keys.
getHeaders() - Method in class com.softwareag.mobile.runtime.comms.HttpResponse
Gets response key-value pairs.
getHeadersForURL(Object, String) - Method in interface com.softwareag.mobile.runtime.nui.nUIWebviewCallBackExt
This method will be called to see if any new headers should be added to the HTTP request.
getHeadertext() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
 
getHeaderValue(String) - Method in class com.softwareag.mobile.runtime.comms.HttpResponse
Gets the header value for the given key.
getHeaderValues() - Method in class com.softwareag.mobile.runtime.comms.HttpResponse
Gets all response header values.
getHeight() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
 
getHeight() - Method in class com.softwareag.mobile.runtime.nui.nUIDialogWindow
 
getHeight() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the height of this object.
getHeight() - Method in class com.softwareag.mobile.runtime.nui.nUIImageElement
Gets the height of this image element.
getHeight() - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
The height of a table is the height of all its component rows
getHintText() - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Gets the hint text.
getHintText() - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Gets the hint text.
getHintTextColor() - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Get the current hint text color for this element, as an AARRGGBB value.
getHorizontalAxis() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the horizontal axis for the chart.
getHscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIContainerElement
Gets the status of horizontal scrolling for this component.
getHscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Determine if this list is allowed to scroll in a horizontal direction.
getHscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Determine whether this view will allow scrolling in the horizontal direction.
getHscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Determine if this web view allows horizontal scrolling.
getHscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Determine whether this web element will scroll horizontally.
getHspan() - Method in class com.softwareag.mobile.runtime.nui.nUITablecellElement
Gets the current horizontal span of this table cell.
getIcon() - Method in class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
Gets the Image currently set as an icon for this navbutton.
getId() - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
getId() - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Returns an ID for the particular element.
getIgnoreDirectionality() - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Determine if directionality settings will be ignored for this table.
getImage() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the chart's Image.
getImage() - Method in interface com.softwareag.mobile.runtime.nui.IImageElement
Gets back the LCDUI Image associated with this element.
getImage() - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
getImage() - Method in class com.softwareag.mobile.runtime.nui.nUIImageElement
Gets back the LCDUI Image associated with this element.
getImage() - Method in class com.softwareag.mobile.runtime.nui.nUITabElement
 
getImageDimension(String, int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the appropriate dimension for a particular cached image / cell
getImageHeight(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the height of a loaded image (or 0 if this image doesn't exist)
getImageTransparency(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns whether an image contains transparency (or false if this image doesn't exist)
getImageWidth(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the width of a loaded image (or 0 if this image doesn't exist)
getIndicator() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Gets the current indicator value.
getIndicatorColor() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Gets the current color for the indicator
getIndicatorColor() - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
Get the currently set indicator color, or 0 if it is unset.
getIndicatorColor() - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Get the ARGB color of the indicator used to highlight the currently active tab.
getInformationFromMessageConnection(MessageConnection) - Method in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
Interprets the given message-connection and, if valid, calls the appropriate receivedTextMessage or receivedBinaryMessage method with its data.
getInnerHeight() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
getInnerWidth() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
getInnerWidth() - Method in class com.softwareag.mobile.runtime.nui.nUIImageElement
Gets the inner width of this image element.
getInnerX() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the x-position of the internal bounding box, relative to getX().
getInnerX() - Method in class com.softwareag.mobile.runtime.nui.nUIImageElement
 
getInnerX() - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Space between the value of getX() and the internal bounding box of this window.
getInnerY() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the y-position of the internal bounding box, relative to getY().
getInstance() - Static method in class com.softwareag.mobile.core.MDApplication
Gets the running application instance.
getInstance() - Static method in class com.softwareag.mobile.runtime.media.AudioHandler
Deprecated.
Get the AudioHandler instance.
getInstance() - Static method in class com.softwareag.mobile.runtime.media.CameraHandler
Deprecated.
Get the CameraHandler instance.
getInstance() - Static method in class com.softwareag.mobile.runtime.media.ImageHandler
Deprecated.
Get the ImageHandler instance.
getInstance() - Static method in class com.softwareag.mobile.runtime.media.TextHandler
Get the TextHandler instance.
getInstance() - Static method in class com.softwareag.mobile.runtime.storage.ResourceHandler
Get the ResourceHandler instance.
getInterElementYSpacing() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Gets the spacing between child elements in this view.
getInternalId() - Method in class com.softwareag.mobile.runtime.pn.PushNotification
ID for the message
getIntParam(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Retrieves an integer parameter (or 0 if the parameter can't be found)
getIOSGlobalProperties() - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Retruns an interface to set some iOS specific properties.
getItemActions() - Method in class com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder
Get a Vector of the Runnables associated with the buttons in this popup menu.
getItems() - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
 
getItemTitles() - Method in class com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder
Get a Vector of Strings representing the titles of the buttons in this popup menu.
getLanguage(int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the 2-character identifier for this specific language in this build
getLanguageIDString(int) - Static method in class com.softwareag.mobile.runtime.media.TextHandler
Returns a string representation of the specified language
getLastChild() - Method in class com.softwareag.mobile.runtime.nui.nUIObject
 
getLastKnownLocation(ILocationWatcher) - Method in interface com.softwareag.mobile.md.location.ILocationManager
Get the last location known to the device.
getLastVisibleRow() - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Returns the last visible row.
getLastVisibleRow() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Gets the index of the last row that's currently visible in the viewport.
getLastVisibleRow() - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Gets the index of the last row that's currently visible in the viewport.
getLeadingZeroPad() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Gets the current number of leading zeroes that numeric values will be padded with.
getLeft() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Equivalent to getX()
getLines() - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Gets the current number of lines shown to the user to type into.
getListActionListener() - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
 
getListActionListener() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
 
getListActionListener() - Method in class com.softwareag.mobile.runtime.nui.nUIListView
 
getListListener() - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Gets the current IListListener.
getListListener() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Get the current IListListener associated with this nUIListElement
getListListener() - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Get the current IListListener associated with this nUIListView
getLoadedLocale() - Method in class com.softwareag.mobile.runtime.media.TextHandler
Get the currently loaded language, as a String.
getLocale() - Method in class com.softwareag.mobile.md.text.DateFormat
Get the locale that this DateFormat Object is working in.
getLocation(long, ILocationWatcher, LocationSettings) - Method in interface com.softwareag.mobile.md.location.ILocationManager
Attempt to get fresh location data.
getLong(int) - Method in class com.softwareag.mobile.runtime.database.Cursor
Returns the value of requested column as a long.
getLongParam(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Retrieves a long parameter (or 0 if the parameter can't be found)
getMainWindow() - Method in class com.softwareag.mobile.core.MDApplication
Override this method and provide main application window instance.
getMajorGridlineColor() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the current color for the major grid lines.
getMajorGridlineFrequency() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Gets the current major gridline frequency.
getMajorGridlineThickness() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the current thickness of the major grid lines.
getMaxChildX() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Returns the rightmost .Right() value from all children objects
getMaxChildY() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Returns the bottommost .Bottom() value from all children objects
getMaximum() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Gets the current maximum value this axis will display, or Float.NaN if the value is not known.
getMaxLines() - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Gets the maximum number of lines that this textfield will display when line-wrapped.
getMaxScreenWidthHeight() - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
getMenuID(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the ID of a menu (might not be created yet)
getMessage() - Method in class com.softwareag.mobile.runtime.pn.PushNotification
This is platform-specific part if Push Notification message.
getMinimum() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Gets the current minimum value this axis will display, or Float.NaN if not known.
getMinimumLabelAngle() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
Gets the current minimum angle that will have a label displayed.
getMinLines() - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Gets the minimum number of lines that this textfield should display when line-wrapped.
getMinorGridlineColor() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the current color for the minor grid lines.
getMinorGridlineFrequency() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Gets the current minor gridline frequency.
getMinorGridlineThickness() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the current thickness of the minor grid lines.
getMinScreenWidthHeight() - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
getName() - Method in class com.softwareag.mobile.md.io.File
Returns the name of the file or directory.
getName(int) - Method in class com.softwareag.mobile.md.io.File
Returns the name at the given index.
getName() - Method in class com.softwareag.mobile.runtime.database.DatabaseType
Returns name of the databse
getNameCount() - Method in class com.softwareag.mobile.md.io.File
Returns the number of file and directory names in the path.
getNames() - Method in class com.softwareag.mobile.md.io.File
Returns an array of names.
getNextSibling() - Method in class com.softwareag.mobile.runtime.nui.nUIObject
 
getNumberOfCores() - Method in class com.softwareag.mobile.runtime.SystemInfo
Returns number of cores.
getNumberOfRows() - Method in interface com.softwareag.mobile.runtime.nui.IListProvider
Use to return the number of cells (rows) the IListRenderer needs to display.
getNumberOfTabs() - Method in class com.softwareag.mobile.runtime.nui.DefaultTabViewProvider
 
getNumberOfTabs() - Method in interface com.softwareag.mobile.runtime.nui.ITabViewProvider
Will be called ones.
getNumColors() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the number of colours that this chart will use to represent its data sets.
getNumLanguages() - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the number of languages in this build
getNumstates() - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Gets the current number of states that this button can be in.
getNumTextStrings() - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the number of strings defined
getOrientation() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Gets the orientation of the chart.
getOrientation() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the orientation of the chart.
getOutlineColor() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the outline colour to use when drawing data areas (e.g.
getOutlineColor() - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
getOutlineColor() - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
getOutlineThickness() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the currently set thickness of the outline to be drawn around data areas in this chart (e.g.
getPaneDimensions(int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
 
getParams() - Method in class com.softwareag.mobile.runtime.pn.PushNotification
Extra parameters of Push Notification message
getParent() - Method in class com.softwareag.mobile.md.io.File
Returns the name of parent directory.
getParent() - Method in class com.softwareag.mobile.runtime.nui.nUIObject
 
getParentFile() - Method in class com.softwareag.mobile.md.io.File
Returns a new File instance initialized with the String result of this.getParent().
getPassword() - Method in class com.softwareag.mobile.md.io.Credentials
Get the password set when this object was created.
getPath() - Method in class com.softwareag.mobile.md.io.File
Returns the full path of the file or directory as it was initialized.
getPath(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Retrieves a path as a ;-delimited String (or "" if the path can't be found)
getPath() - Method in class com.softwareag.mobile.runtime.database.Database
 
getPlaceholder() - Method in interface com.softwareag.mobile.runtime.nui.IListProvider
This method will be called to get template which will be shown in list view if there are no data to show.
getPointMarkerSize() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the current size of the point marker.
getPointMarkerType() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the currently set point type for the chart.
getPopupDismissText() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Gets the text shown by the iOS keyboard/spinner dismissal header button.
getPosition() - Method in class com.softwareag.mobile.runtime.database.Cursor
 
getPowerProfile() - Method in class com.softwareag.mobile.md.location.LocationSettings
Get the power profile associated with this LocationSettings object.
getPrevSibling() - Method in class com.softwareag.mobile.runtime.nui.nUIObject
 
getProgress() - Method in class com.softwareag.mobile.runtime.nui.nUIProgressanimElement
Gets the current progress as a value from 0-100.
getProperties() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
getProperty(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Retrieves a property from ant - will return "" if it doesn't exist, but will throw a warning
getProperty(String) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
getProperty(String) - Static method in class com.softwareag.mobile.runtime.RuntimeInfo
Returns property value for the given key.
getPushNotificationListener() - Method in interface com.softwareag.mobile.core.IMDApplication
getPushNotificationListener() - Method in class com.softwareag.mobile.core.MDApplication
 
getRawData() - Method in class com.softwareag.mobile.runtime.comms.Response
Gets the response data.
getRecordStoreData(int) - Static method in class com.softwareag.mobile.runtime.storage.RecordStoreHandler
Call this to retrieve data from a particular recordstore buffer.
getRecordStoreDataMult(int) - Static method in class com.softwareag.mobile.runtime.storage.RecordStoreHandler
Call this to retrieve data from a particular recordstore buffer.
getRegisteredCallback() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Return the currently registered callback for this Webview, or null.
getRegisteredCallback() - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Return the currently registered callback for this Webview, or null.
getRelativeWidths() - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Get a copy of the array of relative widths for this table.
getRenderType() - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Gets the current rendering type.
getResID(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the resourceID for a given resource (or -1 if it cannot be found)
getResID(String) - Method in class com.softwareag.mobile.runtime.storage.ResourceHandler
If PARAM_MD_DEBUG_REMEMBER_RESOURCE_NAMES is set, this will return the ID of a resource with a specified name
getResourceByteArray(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
 
getResourceByteArray(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceHandler
Returns a byte-array for the specified resource.
getResourceCharArray(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Same as getResourceByteArray, but returns a char-array
getResourceDoubleArray(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Same as getResourceByteArray, but returns a double-array
getResourceFloatArray(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Same as getResourceByteArray, but returns an float-array
getResourceIntArray(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Same as getResourceByteArray, but returns an int-array
getResourceLongArray(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Same as getResourceByteArray, but returns a long-array
getResourceReadDirectory() - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Gets the resource directory that all future files will be read from
getResourceShortArray(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Same as getResourceByteArray, but returns a short-array
getResourcesRoot() - Static method in class com.softwareag.mobile.md.io.File
Returns a root folder for the project's resources.
getResString(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceHandler
If PARAM_MD_DEBUG_REMEMBER_RESOURCE_NAMES is set, this will return the name of a resource with a specified ID
getRight() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the position of the right-hand edge of this object, relative to the parent object's x position.
getScaleToFit() - Method in class com.softwareag.mobile.runtime.nui.background.PatternImage
Determine if this PatternImage will apply scaling to its base Image.
getScalingTypeHint() - Method in class com.softwareag.mobile.runtime.nui.background.PatternImage
Determine the preferred type of scaling that the PatternImage will try to apply.
getScreenHeight() - Method in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
getScreenHeight() - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Gets the screen height
getScreenHeight() - Static method in class com.softwareag.mobile.runtime.RuntimeInfo
 
getScreenInnerX() - Method in class com.softwareag.mobile.runtime.nui.nUIContainerElement
 
getScreenInnerX() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
getScreenInnerY() - Method in class com.softwareag.mobile.runtime.nui.nUIContainerElement
 
getScreenInnerY() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
getScreenPPI() - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Gets screen PPI
getScreenPPI() - Static method in class com.softwareag.mobile.runtime.RuntimeInfo
 
getScreenWidth() - Method in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
getScreenWidth() - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Gets the screen width
getScreenWidth() - Static method in class com.softwareag.mobile.runtime.RuntimeInfo
 
getScreenX() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the literal on-screen x-position of this object.
getScreenY() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the literal on-screen y-position of this object.
getScrollPosition() - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Return the current scroll position.
getScrollPosition() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Get the current scroll position of this nUIListElement in pixels.
getScrollPosition() - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Get the current scroll position of this nUIListElement in pixels.
getSelectedTab() - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Gets the 0-based index of the currently active tab in the set.
getSelection() - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
 
getSeparator() - Method in interface com.softwareag.mobile.runtime.nui.IListProvider
Define a separator to divide rows.
getService(Class) - Method in interface com.softwareag.mobile.core.IMDApplication
Returns a service instance for particular class
getService(String) - Method in interface com.softwareag.mobile.core.IMDApplication
Returns a service instance for the particular service name.
getService(Class) - Method in class com.softwareag.mobile.core.MDApplication
 
getService(String) - Method in class com.softwareag.mobile.core.MDApplication
 
getStartAngle() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
Gets the start angle for the first pie segment.
getState() - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Gets the current state of this button.
getStatusbarHeight() - Static method in class com.softwareag.mobile.runtime.RuntimeInfo
 
getStatusCode() - Method in class com.softwareag.mobile.runtime.comms.Response
Gets the response status code.
getStatusMessage() - Method in class com.softwareag.mobile.runtime.comms.Response
Gets the response status message.
getString(int) - Method in class com.softwareag.mobile.runtime.database.Cursor
Returns the value of requested column as a String.
getString(int) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Returns a specified String.
getStringFromENCString(byte[]) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Converts an encoded-string to a String.
getStringParam(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Retrieves a String parameter (or "" if the parameter can't be found)
getStringValidator() - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Get the current IStringValidator used in this floating entry element.
getStringValidator() - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Get the current IStringValidator used in this floating entry element.
getStructureTheme() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Gets the current theme that is set for drawing structural parts of the chart.
getStyle() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Gets the current "fill" rendering style.
getSwipeBehavior(int, int) - Method in interface com.softwareag.mobile.runtime.nui.IListProvider
Define a swipe behavior per row and per direction.
getSystemInfo() - Static method in class com.softwareag.mobile.runtime.SystemInfo
 
getTabBackgroundColor() - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Get the IBackgroundDrawable responsible for
getTabElement(int) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Get the tab element at the specified index.
getTabFontFace() - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Get the current font style that is used to render tab headings.
getTabFontSize() - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Get the current font size, in device independent pixels.
getTabMode() - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Gets the current tab mode.
getTabTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Get the current color used for the tab text.
getTag() - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Gets user-defined data
getText() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Gets the text that will be rendered for this label.
getText() - Method in interface com.softwareag.mobile.runtime.nui.ITextfieldElement
Gets the current text of this ITextfieldElement.
getText() - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
getText() - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Gets the text used to label this button.
getText() - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
This needs to convert the 'long date' to the output format
getText() - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
Gets the text of the currently selected item.
getText() - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Gets the currently entered text.
getText() - Method in class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
Gets the text currently set for this navbutton.
getText() - Method in class com.softwareag.mobile.runtime.nui.nUITabElement
 
getText() - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Gets the current text of this nUITextfieldElement.
getTextalign() - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Gets the current horizontal text alignment.
getTextColor() - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
getTextColor() - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Gets the current text color used for this button element.
getTextColor() - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
 
getTextColor() - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Gets the current text colour.
getTextID(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the textID for a given string identifier (or -1 if it cannot be found)
getTextString(int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Returns the language string for a particular textid
getThumbColor() - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
getTickColor() - Method in class com.softwareag.mobile.runtime.nui.nUICheckboxButton
 
getTickColor() - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
getTickFrequency() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIDataSeriesChart
For a chart with data labels, get how often the default data labels should appear.
getTickLabels() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Gets the array of labels for the chart axis ticks.
getTickLabelTextColor() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Gets the current color of the tick text labels.
getTileH() - Method in class com.softwareag.mobile.runtime.nui.background.PatternImage
Determine if this PatternImage will tile its base Image horizontally.
getTileV() - Method in class com.softwareag.mobile.runtime.nui.background.PatternImage
Determine if this PatternImage will tile its base Image vertically.
getTimeBetweenUpdates() - Method in class com.softwareag.mobile.md.location.LocationSettings
Get the time interval between updates.
getTimeStamp() - Method in class com.softwareag.mobile.runtime.pn.PushNotification
Time stamp of the received message.
getTimeZoneOffset() - Method in class com.softwareag.mobile.md.text.DateFormat
Get the current time zone for this DateFormat.
getTop() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Equivalent to getY()
getTopLevelParentView() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Returns the top level view that contains this object
getTopLevelParentWindow() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Returns the top level window that contains this object
getTriggerable() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Determines if this object can be triggered.
getType() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Gets the current chart type (linear or angular).
getType() - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Gets the current button type.
getType() - Method in class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
Gets the navbutton type.
getTypeForCell(int) - Method in interface com.softwareag.mobile.runtime.nui.IListProvider
If you use rows with different height or layout you need provide for each cell type an identifier.
getUsername() - Method in class com.softwareag.mobile.md.io.Credentials
Get the username set when this object was created.
getVAlign() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Gets the vertical alignment of this label.
getVAlign() - Method in class com.softwareag.mobile.runtime.nui.nUITablecellElement
Gets the current vertical alignment of this table cell.
getValue(String) - Method in interface com.softwareag.mobile.md.io.IKeyValueStorage
Get a value from the store, or return null if it cannot be found.
getValue(String, String) - Method in interface com.softwareag.mobile.md.io.IKeyValueStorage
Get a value from the store, or return defaultValue if it cannot be found.
getValue(String) - Method in class com.softwareag.mobile.md.io.IsolatedKeyValueStore
Gets a value associated with a key.
getValue(String, String) - Method in class com.softwareag.mobile.md.io.IsolatedKeyValueStore
Gets a value associated with a key.
getVersion() - Method in class com.softwareag.mobile.runtime.database.DatabaseType
Returns version of the database
getVerticalAxis() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Gets the vertical axis for the chart.
getVscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIContainerElement
Gets the status of vertical scrolling for this component.
getVscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Determine if this list is allowed to scroll in a vertical direction.
getVscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Determine whether the view is vertically scrollable.
getVscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Determine if this web view allows vertical scrolling.
getVscrollable() - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Determine whether this web element will scroll vertically.
getVspan() - Method in class com.softwareag.mobile.runtime.nui.nUITablecellElement
Gets the current vertical span of this table cell.
getWidth() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
 
getWidth() - Method in class com.softwareag.mobile.runtime.nui.nUIDialogWindow
 
getWidth() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the width of this object in pixels.
getX() - Method in class com.softwareag.mobile.runtime.nui.nUIDialogWindow
 
getX() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the current x position of this object relative to its parent's internal bounding box.
getY() - Method in class com.softwareag.mobile.runtime.nui.nUIDialogWindow
 
getY() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Gets the current y-position of this object relative to its parent's internal bounding box.

H

hashCode() - Method in class com.softwareag.mobile.md.io.File
 
hasMajorGridlineFrequency() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Return true if a major gridline frequency has been set.
hasMaximum() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Return true if a maximum value has been set for this axis.
hasMinimum() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Return true if a minimum value has been set for this axis.
hasMinorGridlineFrequency() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Return true if a minor gridline frequency has been set.
hasPermissionFor(int) - Static method in class com.softwareag.mobile.md.permissions.PermissionsManager
Check to see if the application already has permission for this operation or resource.
header(Hashtable) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets the headers as bulk.
header(String, String[]) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets multiple values for the same key.
header(String, String) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets the header's value for the given key.
HEADER_ACCEPT - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_ACCEPT_CHARSET - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_ACCEPT_ENCODING - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_ACCEPT_LANGUAGE - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_AUTHORIZATION - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_CACHE_CONTROL - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_CACHE_CONTROL - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_CONNECTION - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_CONNECTION - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_CONTENT_ENCODING - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_CONTENT_LANGUAGE - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_CONTENT_LENGTH - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_CONTENT_LENGTH - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_CONTENT_TYPE - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_CONTENT_TYPE - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_COOKIE - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_LOCATION - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_PROXY_AUTHENTICATE - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_PROXY_AUTHORIZATION - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_REFERER - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_SERVER - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_SET_COOKIE - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HEADER_USER_AGENT - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
HEADER_WWW_AUTHENTICATE - Static variable in class com.softwareag.mobile.runtime.comms.HttpResponse
 
HH_mm - Static variable in class com.softwareag.mobile.runtime.nui.nUIDateEntry
See: http://www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/i18n/SimpleDateFormat.html
HH_mm_ss - Static variable in class com.softwareag.mobile.runtime.nui.nUIDateEntry
See: http://www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/i18n/SimpleDateFormat.html
hideSearchField() - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
Hides the search field.
hideSideView(int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Closes a side view at the given position.
hideSpinner(int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Hides the spinner.
hideSpinner(int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Hide the spinner associated with this list
hideSpinner(int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Hide the spinner associated with this list
HIGHLIGHT_STYLE_BEHIND_COLORS - Static variable in class com.softwareag.mobile.runtime.nui.nUITableButton
 
HIGHLIGHT_STYLE_REPLACE_COLORS - Static variable in class com.softwareag.mobile.runtime.nui.nUITableButton
Deprecated. 
HttpConnectionHandler - Class in com.softwareag.mobile.runtime.comms
Deprecated. 
HttpConnectionHandler() - Constructor for class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
HttpResponse - Class in com.softwareag.mobile.runtime.comms
Represents the HTTP response.
HttpResponse() - Constructor for class com.softwareag.mobile.runtime.comms.HttpResponse
 

I

IAttentionService - Interface in com.softwareag.mobile.runtime.services
The service conatins some convenience methods to capture the user's attention e.g.
IBackgroundDrawable - Interface in com.softwareag.mobile.runtime.nui
 
IBarcodePickerCallback - Interface in com.softwareag.mobile.md.media
 
IButtonElement - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a button element.
ICallable - Interface in com.softwareag.mobile.md.util.concurrent
It's a general-purpose interface that can be used to compute some work and return the results.
ICameraHandlerCallback - Interface in com.softwareag.mobile.runtime.media
Deprecated. 
ICheckboxButton - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a checkbox button.
IConnectionCallback - Interface in com.softwareag.mobile.runtime.comms
An interface to get a request response.
IConnectivityWatcher - Interface in com.softwareag.mobile.md.net
An interface for Objects wishing to monitor network status changes as they happen.
ICredentialStorage - Interface in com.softwareag.mobile.md.io
An interface for objects wishing to store credentials.
ICustomBackground - Interface in com.softwareag.mobile.runtime.nui
Defines methods for NativeUI Objects that may have a custom background applied.
IDateEntry - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a Date entry element.
iDegToFRad(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Converts integer degrees to Fixed point radians
IDeviceAuthenticationCallback - Interface in com.softwareag.mobile.security
Callback to be provided to IDeviceAuthenticator
IDeviceAuthenticator - Interface in com.softwareag.mobile.security
 
IDisplayObject - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a display object.
IDropdownlistEntry - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a Dropdownlist Entry element.
IEventDispatcher - Interface in com.softwareag.mobile.runtime.nui
A IEventDispatcher registers event handlers for the desired action.
IFloatingEntry - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a floating entry.
IGeocodingCallback - Interface in com.softwareag.mobile.md.location
Objects wishing to use the Geocoding APIs in CoordinateHelper should implement this interface.
IGlobalPropertiesAndroid - Interface in com.softwareag.mobile.runtime.nui
An interface to set Android specific properties
IGlobalPropertiesIOS - Interface in com.softwareag.mobile.runtime.nui
 
IHttpAuthHandler - Interface in com.softwareag.mobile.runtime.nui
 
IImageElement - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of an image element.
IImagePickerCallback - Interface in com.softwareag.mobile.md.media
Interface for Objects that can be notified when a long-running Image capture task has ended.
IJSCallback - Interface in com.softwareag.mobile.runtime.nui
 
IKeyValueStorage - Interface in com.softwareag.mobile.md.io
Interface for objects wishing to perform key-value storage.
IListActionListener - Interface in com.softwareag.mobile.runtime.nui
 
IListEditMode - Interface in com.softwareag.mobile.runtime.nui
 
IListEditModeListener - Interface in com.softwareag.mobile.runtime.nui
 
IListListener - Interface in com.softwareag.mobile.runtime.nui
 
IListProvider - Interface in com.softwareag.mobile.runtime.nui
The IListProvider is used by a IListRenderer to create it's content and handle events.
IListRenderer - Interface in com.softwareag.mobile.runtime.nui
A NativeUI element that is responsible for rendering a list as provided by IListProvider.
ILocationManager - Interface in com.softwareag.mobile.md.location
When requesting a location manager from the system, Objects returned will conform to the ILocationManager interface.
ILocationWatcher - Interface in com.softwareag.mobile.md.location
Objects that can watch for Location information should implement this interface.
ImageBase - Class in com.softwareag.mobile.runtime.media
Deprecated. 
ImageBase() - Constructor for class com.softwareag.mobile.runtime.media.ImageBase
Deprecated.
 
IMAGEDIMENSION_CELL_CROPPED_HEIGHT - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEDIMENSION_CELL_CROPPED_TL_X - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEDIMENSION_CELL_CROPPED_TL_Y - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEDIMENSION_CELL_CROPPED_WIDTH - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEDIMENSION_CELL_HEIGHT - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEDIMENSION_CELL_WIDTH - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEDIMENSION_HEIGHT - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEDIMENSION_NUM_CELLS_HIGH - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEDIMENSION_NUM_CELLS_WIDE - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEDIMENSION_WIDTH - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the various dimensional, cell, and cell-cropping info that can be queried about a particular image.
IMAGEFORMAT_ENCODEDPIXELDATA_NOPALETTE - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The various image formats that you can select
IMAGEFORMAT_ENCODEDPIXELDATA_NOPALETTE_WILLTRANSFORM - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The various image formats that you can select
IMAGEFORMAT_RAWPNG - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The various image formats that you can select
IMAGEFORMAT_RAWPNG_NOPALETTE - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The various image formats that you can select
IMAGEFUNCTION_OKAY_TO_REFORMAT_PALETTE - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
OR this flag with the ImageFormat to allow the code to reformat any in-built palette to solve any handset problems.
ImageHandler - Class in com.softwareag.mobile.runtime.media
Deprecated. 
ImagePicker - Class in com.softwareag.mobile.md.media
Provides methods to access long-running image-capture tasks within the device, such as taking a photo from the camera.
ImagePicker() - Constructor for class com.softwareag.mobile.md.media.ImagePicker
 
ImageScaler - Class in com.softwareag.mobile.md.imagetools
 
ImageScaler() - Constructor for class com.softwareag.mobile.md.imagetools.ImageScaler
 
ImageUtils - Class in com.softwareag.mobile.imagetools
Various methods that may be useful when handling Images.
ImageUtils() - Constructor for class com.softwareag.mobile.imagetools.ImageUtils
 
IMDApplication - Interface in com.softwareag.mobile.core
An application interface which is implemented by every Mobile Designer application.
IMDApplicationListener - Interface in com.softwareag.mobile.core
The listener interface for receiving application events.
IMessageDigest - Interface in com.softwareag.mobile.md.digest
An interface for Objects that implement a message digest function, such as MD5.
includeOnDialog(boolean) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Should this JPanel be included on this dialog
includeTextFile(String, boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Points to an ANSI or Unicode textfile to be included - will append ".{lang}.txt" to the filename for each required language.
includeTextFile(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Equivalent to "includeTextFile (textfile, true)"
init() - Method in class com.softwareag.mobile.core.MDApplication
This method is called just after creating MDAppliction instance.
init_data_to_send - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
init_encoding_format - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
init_request_properties - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
init_required_action - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
init_url - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
initConnection(String, int, byte[], String[]) - Method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Initialise the connection and start a new thread for it
initConnection(String, int, byte[], String[], int, int) - Method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Initialise the connection and start a new thread for it with the required action.
initConnection(String, int, byte[], String[], int) - Method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Initialise the connection and start a new thread for it with the required action.
insertAfter(nUIObject, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Insert a nUIObject as a child of this one, and place it after an existing child.
insertAt(int, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIContainerElement
 
insertAt(int, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Insert a nUIObject as a child of this one, at the given index.
insertAt(int, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUITablecellElement
Insert an element as a child of this one, at a given index.
insertAt(int, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Insert an nUIObject at a given index.
insertAt(int, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
 
insertAt(int, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Insert a nUIObject as a child of this one, at the given index.
insertAtInternal(int, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
The first focusable (non-nUINavView) nUIDisplayObject added should become the focused child
insertBefore(nUIObject, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Insert a nUIObject as a child of this one, and place it before an existing child.
insertENCStringIntoENCString(byte[], String, byte[]) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Inserts an encoded-string into another encoded-string.
insertENCStringIntoString(String, String, byte[]) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Inserts an encoded-string into a String
insertRow(int, int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Inserts a new cell at the position row.
insertRow(int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Insert a row at the given index.
insertRow(int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Insert a row at the given index.
insertRows(int, int, int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Inserts new cells the given position startRow.
insertRows(int, int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Insert a number of rows into the list
insertRows(int, int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Insert a number of rows into the list
insertStringIntoENCString(byte[], String, String) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Inserts a String into an encoded-string.
insertStringIntoString(String, String, String) - Static method in class com.softwareag.mobile.runtime.media.TextHandler
Inserts a String into another String
instance - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
IOrientationService - Interface in com.softwareag.mobile.orientation
 
IPermissionCallback - Interface in com.softwareag.mobile.md.permissions
Interface for Objects that can be notified when a permission is granted or denied.
IProgressanimElement - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a Slider element.
IPushNotificationListener - Interface in com.softwareag.mobile.runtime.pn
An interface for receiving Push Notification messages.
IResultCallback - Interface in com.softwareag.mobile.md.util.concurrent
Implement this interface and pass to the IMDApplication.runAsync(ICallable, IResultCallback) to get informed when task has been finished.
isAbsolute() - Method in class com.softwareag.mobile.md.io.File
Checks if the path is absolute or relative.
isCellularConnected() - Method in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
Convenience method equivalent to isTypeConnected(TYPE_CELLULAR)
isDirectory() - Method in class com.softwareag.mobile.md.io.File
Checks if the current path points to an existing directory.
ISearchEntry - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a Search Entry element.
ISearchFieldListener - Interface in com.softwareag.mobile.runtime.nui
A listener for nUISearchNavButton.
isEnabled() - Method in interface com.softwareag.mobile.runtime.nui.IButtonElement
Returns a boolean value indicating if user interaction is allowed.
isEnabled() - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Returns a boolean value indicating if user interaction is allowed.
isEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
isFile() - Method in class com.softwareag.mobile.md.io.File
Checks if the current path points to an existing file.
isGrowingOnTextEntry() - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Determine if this entry element will grow (assuming it is also multi-line) to fit the content added to it.
isIconHighlightingEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Determine if icon highlighting has been enabled for this nUITabView.
ISideViewListener - Interface in com.softwareag.mobile.runtime.nui
Classes wishing to monitor events related to the Side View should implement this class.
isLocationEnabled() - Method in interface com.softwareag.mobile.md.location.ILocationManager
Check to see if Location services are enabled on this handset.
isLocationEnabled() - Method in class com.softwareag.mobile.runtime.SystemInfo
Checks if the location is enabled.
IsolatedKeyValueStore - Class in com.softwareag.mobile.md.io
A Key-Value structure for holding Strings, backed by "isolated" storage.
IsolatedKeyValueStore(String) - Constructor for class com.softwareag.mobile.md.io.IsolatedKeyValueStore
Create a named Key-Value store.
isOn() - Method in interface com.softwareag.mobile.runtime.nui.ICheckboxButton
Is the checkbox currently enabled?
isOn() - Method in interface com.softwareag.mobile.runtime.nui.ISwitchButton
Is the switch currently enabled?
isOn() - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
isOn() - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
Is the switch currently enabled?
isOverscrollingEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Determine if overscrolling is enabled on this nUIWebView.
isOverscrollingEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Determine if overscrolling is enabled on this nUIWebviewElement.
isRunningOnMDThread() - Method in interface com.softwareag.mobile.core.IMDApplication
Checks if the current thread is the main one.
isRunningOnMDThread() - Method in class com.softwareag.mobile.core.MDApplication
 
isRunningOnMDThread() - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
isRunningOnPhone() - Method in class com.softwareag.mobile.runtime.SystemInfo
Checks if we're running on a phone
isRunningOnTablet() - Method in class com.softwareag.mobile.runtime.SystemInfo
Checks if we're running on a tablet
isScaleToFitEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Determine if this nUIWebView will attempt to scale HTML content to fit the page.
isScaleToFitEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Determine if this nUIWebviewElement will attempt to scale HTML content to fit the page.
isSideViewSet(int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Checks if a side view is set at the given position.
isSideViewVisible(int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Checks if a side view is visible(open) at the given position.
isSideViewVisible() - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Checks if a side view is visible(open).
isSpinnerVisible(int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Checks if the spinner is visible
isSpinnerVisible(int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
 
isSpinnerVisible(int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
 
isStacked() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Returns true if the chart is stacked
isStoreSupported() - Static method in class com.softwareag.mobile.md.io.CredentialStore
Determine if this class is supported with this combination of device, platform and OS version.
isStoreSupported() - Static method in class com.softwareag.mobile.md.io.IsolatedKeyValueStore
Determine if this class is supported with this combination of device, platform and OS version.
isStringValid() - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Does the currently entered String validate with the current IStringValidator.
isStringValid() - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Does the currently entered String validate with the current IStringValidator.
IStringValidator - Interface in com.softwareag.mobile.md.text.validation
An interface used for Objects wishing to provide validation services for text, such as input sanitisation.
isTypeConnected(int) - Method in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
Test to see if an interface of a specific type is currently connected.
isVisible() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Checks if the element is visible
isWiFiConnected() - Method in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
Convenience method equivalent to isTypeConnected(TYPE_WIFI)
ISwitchButton - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a switch button.
isZoomControlEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Determine if this nUIWebView will attempt to use platform-provided zooming controls that are available.
isZoomControlEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Determine if this nUIWebviewElement will attempt to use platform-provided zooming controls that are available.
isZoomingEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Determine if the user is allowed to zoom in on the content in this webview.
isZoomingEnabled() - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Determine if the user is allowed to zoom in on the content in this webview element.
ITabViewListener - Interface in com.softwareag.mobile.runtime.nui
 
ITabViewProvider - Interface in com.softwareag.mobile.runtime.nui
 
items - Variable in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
 
ITextfieldElement - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of a textfield element.
iToF(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Converts integers to Fixed point
IWebviewElement - Interface in com.softwareag.mobile.runtime.nui
Declares public capabilities of the Webview Element.

K

KEYID_0 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_1 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_2 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_3 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_4 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_5 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_6 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_7 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_8 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_9 - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_DELETE - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_DOWN - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_FIRE - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_LEFT - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_RIGHT - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_SOFTKEYBACK - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_SOFTKEYFWRD - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
KEYID_UP - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
killThread() - Method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Kills this connection's thread and closes its connection

L

languages - Static variable in class com.softwareag.mobile.runtime.media.TextHandler
2 bytes stored for each language included in this build.
last() - Method in class com.softwareag.mobile.runtime.database.Cursor
Moves the cursor to the last row.
lastModified() - Method in class com.softwareag.mobile.md.io.File
Returns the last date when the file or directory was modified.
latitude - Variable in class com.softwareag.mobile.md.location.Location
The latitude of this location, expressed in degrees (decimal value).
latitude - Variable in class com.softwareag.mobile.md.location.Placemark
The latitude of this place.
latitudeAccuracy - Variable in class com.softwareag.mobile.md.location.Location
The accuracy of the latitude value, expressed as a value in metres.
launchWapBrowser(String) - Static method in class com.softwareag.mobile.runtime.utility.PlatformRequest
Tries to launch the wapbrowser to a set page
left - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
length() - Method in class com.softwareag.mobile.md.io.File
Returns the length of the file in bytes.
list() - Method in class com.softwareag.mobile.md.io.File
Returns an array of names of directories and files within this directory.
list(FilenameFilter) - Method in class com.softwareag.mobile.md.io.File
Returns an array of only names of directories and files within this directory which are accepted by the filter
listFiles() - Method in class com.softwareag.mobile.md.io.File
Returns an array of directories and files within the current directory.
listFiles(FileFilter) - Method in class com.softwareag.mobile.md.io.File
Returns an array of only directories and files within the current directory which are accepted by the filter
listRoots() - Static method in class com.softwareag.mobile.md.io.File
Returns an array of root folders.
loadFileFromJar(String, int) - Method in class com.softwareag.mobile.runtime.storage.ResourceHandler
Loads a file from a resource in the JAR and returns it as a byte array
loadImage(String) - Static method in class com.softwareag.mobile.md.imagetools.AssetImageLoader
Load an appropriately named image resource from the asset catalog for this platform.
loadLanguage(int) - Method in class com.softwareag.mobile.runtime.media.TextHandler
Loads a single language (only one can be kept in memory at a time)
loadParam(String, int) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Might be called on loading the dialog
loadParam(String, boolean) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Might be called on loading the dialog
loadParam(String, float) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Might be called on loading the dialog
loadProperty(String, String) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Might be called on loading the dialog
loadResourceBlock(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceHandler
Loads in a required resource block (to be called with the RESBLOCKID_ parameters)
locality - Variable in class com.softwareag.mobile.md.location.Placemark
The locality of this area.
Location - Class in com.softwareag.mobile.md.location
A location at a particular point in time.
Location() - Constructor for class com.softwareag.mobile.md.location.Location
 
LOCATION_MANAGER_SERVICE - Static variable in interface com.softwareag.mobile.core.IMDApplication
 
LocationSettings - Class in com.softwareag.mobile.md.location
An Object representing the settings that can be passed to the Location hardware to configure it.
LocationSettings(int, long) - Constructor for class com.softwareag.mobile.md.location.LocationSettings
Specify settings that rely on updates coming at a given interval (inexact).
LocationSettings(int, double) - Constructor for class com.softwareag.mobile.md.location.LocationSettings
Specify settings that rely on updates coming at a given distance travelled (inexact).
locationUpdate(Location) - Method in interface com.softwareag.mobile.md.location.ILocationWatcher
Update the object on the device's current location.
locationUpdatesEnded() - Method in interface com.softwareag.mobile.md.location.ILocationWatcher
Location updates have ended.
lock(int) - Method in interface com.softwareag.mobile.orientation.IOrientationService
 
longitude - Variable in class com.softwareag.mobile.md.location.Location
The longitude of this location, expressed in degrees (decimal value).
longitude - Variable in class com.softwareag.mobile.md.location.Placemark
The longitude of this place.
longitudeAccuracy - Variable in class com.softwareag.mobile.md.location.Location
The accuracy of the longitude value, expressed a value in metres.

M

Maths - Class in com.softwareag.mobile.runtime.utility
High level Fixed Point maths library.
Maths() - Constructor for class com.softwareag.mobile.runtime.utility.Maths
 
MAX_DY_FOR_SWIPE - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
MAX_KEYIDS - Static variable in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
MD5Sum - Class in com.softwareag.mobile.md.digest
 
MD5Sum() - Constructor for class com.softwareag.mobile.md.digest.MD5Sum
 
MD_TEXT_GUIDELINE_TYPE_MASK - Static variable in class com.softwareag.mobile.runtime.media.TextHandler
 
MDApplication - Class in com.softwareag.mobile.core
The main application class.
MDApplication() - Constructor for class com.softwareag.mobile.core.MDApplication
 
menu_cache - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
The cache of all the menus
MENU_ITEMTYPE_BUTTON - Static variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The default types of menu item - these can be extended upon as required
MENU_ITEMTYPE_HEADER - Static variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The default types of menu item - these can be extended upon as required
MENU_ITEMTYPE_SOFTKEY - Static variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The default types of menu item - these can be extended upon as required
MENU_ITEMTYPE_TEXT - Static variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The default types of menu item - these can be extended upon as required
menuItemButton(int, int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
menuItemButton(String, int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
menuItemHeader(int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
menuItemHeader(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
menuItemSoftkey(int, boolean, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
menuItemSoftkey(String, boolean, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
menuItemText(int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
menuItemText(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
MessageConnectionHandler - Class in com.softwareag.mobile.runtime.comms
Deprecated. 
MessageConnectionHandler() - Constructor for class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
 
method(String) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets the request method.
METHOD_DELETE - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
METHOD_GET - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
METHOD_HEAD - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
METHOD_POST - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
METHOD_PUT - Static variable in class com.softwareag.mobile.runtime.comms.Connection
 
MIN_DX_FOR_SWIPE - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
MIN_SCROLL_START_THRESHOLD - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Constants used only for the J2ME branch of NativeUI.
mkdir() - Method in class com.softwareag.mobile.md.io.File
Create a new folder at the current path if the parent folder exists.
mkdirs() - Method in class com.softwareag.mobile.md.io.File
Creates a new folder at the current path, along with any parent folders that do not currently exist.
MM_dd_yyyy - Static variable in class com.softwareag.mobile.runtime.nui.nUIDateEntry
See: http://www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/i18n/SimpleDateFormat.html
moveTo(int) - Method in class com.softwareag.mobile.runtime.database.Cursor
Moves the cursor to an absolute postion.
MS_PER_UPDATE - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
myJPanel(boolean) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
The JPanel to include to the right of the dialog

N

NAME - Static variable in interface com.softwareag.mobile.runtime.services.IAttentionService
 
NATIVEFORMAT_ABGR_1555 - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The various native image formats that you can select
NATIVEFORMAT_ABGR_1555_CCW90 - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The various native image formats that you can select
NATIVEFORMAT_PNG_WITH_SEPARATED_ALPHA - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
The various native image formats that you can select
next() - Method in class com.softwareag.mobile.runtime.database.Cursor
Moves the cursor to the next row.
NO_YES - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
NOTHING - Static variable in class com.softwareag.mobile.md.util.Void
 
notifyIncomingMessage(MessageConnection) - Method in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
Detects incoming messages.
nUIActionButton - Class in com.softwareag.mobile.runtime.nui
This class represents an action button.
nUIActionButton() - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(int) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(Image) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(Image, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(int, String) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(int, String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(int, Image) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIActionButton(int, Image, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIActionButton
 
nUIAlertDialog - Class in com.softwareag.mobile.runtime.nui
The alert dialog implementation.
nUIAlertDialog() - Constructor for class com.softwareag.mobile.runtime.nui.nUIAlertDialog
 
nUIAlertDialog(String, String, String[], int[]) - Constructor for class com.softwareag.mobile.runtime.nui.nUIAlertDialog
 
nUIAlertDialog(String, String, String[], int[], Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIAlertDialog
 
nUIAreaChart - Class in com.softwareag.mobile.runtime.nui.charts
 
nUIAreaChart(float[]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIAreaChart
Chart constructor for a single value set area chart.
nUIAreaChart(float[], int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIAreaChart
Chart constructor for a stacked area chart.
nUIAreaChart(float[][]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIAreaChart
Chart constructor for a stacked area chart.
nUIBarChart - Class in com.softwareag.mobile.runtime.nui.charts
 
nUIBarChart(float[]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Chart constructor using defaults.
nUIBarChart(float[][]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Takes an multi-dimensional array of numbers and display them using a vertical bar graph.
nUIBarChart(float[], int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Chart constructor for a default stacked chart with accumulated values.
nUIBarChart(float[], int, int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Chart constructor for a stacked chart, but with the option of absolute or accumulated values for each bar.
nUIBarChart(float[][], int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Chart constructor for a default stacked chart with accumulated values.
nUIBubbleChart - Class in com.softwareag.mobile.runtime.nui.charts
 
nUIBubbleChart(float[]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
Chart constructor for a bubble chart, takes a one dimensional array of x,y,z values.
nUIBubbleChart() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
 
nUIBubbleChart(int, float[][]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
Chart constructor for a bubble chart.
nUIButtonElement - Class in com.softwareag.mobile.runtime.nui
The default button implementation.
nUIButtonElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUIButtonElement
 
nUIButtonElement(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUIButtonElement
 
nUIButtonElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIButtonElement
 
nUIButtonElement(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIButtonElement
 
nUICanvasInterface - Interface in com.softwareag.mobile.runtime.nui
 
nUIChartAxis - Class in com.softwareag.mobile.runtime.nui.charts
 
nUIChartAxis() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
 
nUIChartAxis(float, float) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Create a chart axis with a minimum and maximum value.
nUIChartImage - Class in com.softwareag.mobile.runtime.nui.charts
The base class for all the native UI charts.
nUIChartImage() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
 
nUIChartImage(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
 
nUIChartImage(float[]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Chart constructor that takes a single dimension float [] array containing the data.
nUIChartImage(float[][]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Chart constructor that takes a multi dimension float [][] array containing the data.
nUIChartImage(float[], int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Chart constructor that takes a single dimension float [] array containing the data.
nUIChartingTheme - Class in com.softwareag.mobile.runtime.nui.charts
 
nUIChartingTheme() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
 
nUIChartLabel - Class in com.softwareag.mobile.runtime.nui.charts
A text element that goes onto a chart.
nUIChartLabel() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Default chart label constructor
nUIChartLabel(String) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Default chart label constructor
nUIChartLabel(String, int, int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
nUIChart label constructor with text at a specific position
nUIChartLabel(int, int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
nUIChart label constructor at a specific position without any text
nUIChartLabel(String, float) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
nUIChart label constructor with a position hint.
nUIChartRenderer - Class in com.softwareag.mobile.runtime.nui.charts
This class provides the rendering methods for the lines, rectangles and circle primitives, used by the charts.
nUIChartRenderer() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
 
nUICheckboxButton - Class in com.softwareag.mobile.runtime.nui
The default checkbox-button implementation.
nUICheckboxButton() - Constructor for class com.softwareag.mobile.runtime.nui.nUICheckboxButton
 
nUICheckboxButton(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUICheckboxButton
 
nUICheckboxButton(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUICheckboxButton
 
nUICheckboxButton(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUICheckboxButton
 
nUIConstants - Interface in com.softwareag.mobile.runtime.nui
 
nUIConstraintLayout - Class in com.softwareag.mobile.runtime.nui
The nUIConstraintLayout acts as a container element and arranges it's children based on relative constraints.
nUIContainerElement - Class in com.softwareag.mobile.runtime.nui
A container class to encapsulate the inclusion of a number of Element children for particular purposes.
nUIContainerElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUIContainerElement
 
nUIContainerElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIContainerElement
 
nUIController - Class in com.softwareag.mobile.runtime.nui
The main controller class that handles all the high-level NativeUI concepts.
nUIController() - Constructor for class com.softwareag.mobile.runtime.nui.nUIController
 
nUIDataSeriesChart - Class in com.softwareag.mobile.runtime.nui.charts
 
nUIDataSeriesChart() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIDataSeriesChart
 
nUIDataSeriesChart(float[]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIDataSeriesChart
Chart constructor that takes a single dimension float [] array containing the data.
nUIDateEntry - Class in com.softwareag.mobile.runtime.nui
The date-entry implementation.
nUIDateEntry() - Constructor for class com.softwareag.mobile.runtime.nui.nUIDateEntry
Date-entry constructor.
nUIDateEntry(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDateEntry
Date-entry constructor.
nUIDateEntry(String, String) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDateEntry
Date-entry constructor.
nUIDateEntry(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDateEntry
 
nUIDateEntry(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDateEntry
 
nUIDateEntry(String, String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDateEntry
 
nUIDialogWindow - Class in com.softwareag.mobile.runtime.nui
A pop-up window.
nUIDialogWindow() - Constructor for class com.softwareag.mobile.runtime.nui.nUIDialogWindow
 
nUIDialogWindow(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDialogWindow
 
nUIDisplayObject - Class in com.softwareag.mobile.runtime.nui
The base level NativeUI object which all displayable objects should extend.
nUIDisplayObject() - Constructor for class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
nUIDisplayObject(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
nUIDropdownlistEntry - Class in com.softwareag.mobile.runtime.nui
The dropdown list implementation.
nUIDropdownlistEntry() - Constructor for class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
 
nUIDropdownlistEntry(String[]) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
Dropdown list constructor.
nUIDropdownlistEntry(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
 
nUIDropdownlistEntry(String[], Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
 
nUIElementDisplay - Class in com.softwareag.mobile.runtime.nui
The base level NativeUI object which all elements should extend.
nUIElementDisplay() - Constructor for class com.softwareag.mobile.runtime.nui.nUIElementDisplay
By default, an element is positioned below the previously added item, and at full parent width
nUIElementDisplay(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIElementDisplay
 
nUIEntryElement - Class in com.softwareag.mobile.runtime.nui
The default data entry implementation.
nUIEntryElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUIEntryElement
 
nUIEntryElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIEntryElement
 
nUIEntryElement(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUIEntryElement
Default data-entry constructor
nUIEntryElement(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIEntryElement
 
nUIEventCallback(nUIObject, int) - Method in interface com.softwareag.mobile.runtime.nui.nUIEventListener
The callback method a developer can register for which will be called for all object events
nUIEventCallback(nUIObject, int) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
 
nUIEventListener - Interface in com.softwareag.mobile.runtime.nui
 
nUIFloatingEntry - Class in com.softwareag.mobile.runtime.nui
A single-line data entry element that allows for "floating" text labels.
nUIFloatingEntry() - Constructor for class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Create a nUIFloatingEntry with a default ID of -1 and no text.
nUIFloatingEntry(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
 
nUIFloatingEntry(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Create a nUIFloatingEntry with a default ID of -1.
nUIFloatingEntry(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
 
nUIImageElement - Class in com.softwareag.mobile.runtime.nui
The default image implementation.
nUIImageElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUIImageElement
 
nUIImageElement(Image) - Constructor for class com.softwareag.mobile.runtime.nui.nUIImageElement
Default image constructor
nUIImageElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIImageElement
 
nUIImageElement(Image, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIImageElement
 
nUIKeyPressed(int) - Method in interface com.softwareag.mobile.runtime.nui.nUICanvasInterface
 
nUILineChart - Class in com.softwareag.mobile.runtime.nui.charts
 
nUILineChart() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUILineChart
 
nUILineChart(float[]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUILineChart
Chart constructor for a single value set line chart.
nUILineChart(float[][]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUILineChart
Chart constructor for a stacked or multi line line chart.
nUILineChart(float[], int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUILineChart
Chart constructor for a stacked line chart.
nUIListElement - Class in com.softwareag.mobile.runtime.nui
An element that displays a list of nUIElementDisplay Objects.
nUIListElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUIListElement
The default nUIListElement constructor.
nUIListElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIListElement
 
nUIListElement(IListProvider) - Constructor for class com.softwareag.mobile.runtime.nui.nUIListElement
Create a nUIListElement with an already-created delegate.
nUIListElement(IListProvider, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIListElement
 
nUIListView - Class in com.softwareag.mobile.runtime.nui
An dedicated nUIViewDisplay that displays a list of nUIElementDisplay Objects.
nUIListView() - Constructor for class com.softwareag.mobile.runtime.nui.nUIListView
The default nUIListView constructor.
nUIListView(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIListView
 
nUIListView(IListProvider) - Constructor for class com.softwareag.mobile.runtime.nui.nUIListView
Create a nUIListView with an already-created delegate.
nUIListView(IListProvider, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIListView
 
nUINavbuttonElement - Class in com.softwareag.mobile.runtime.nui
The nav menu button implementation.
Depending on the host OS, navigation menus can take several different forms.
nUINavbuttonElement(String, Image) - Constructor for class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
Default nav/menu button constructor
nUINavbuttonElement(String, int, Image) - Constructor for class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
Default nav/menu button constructor
nUINavbuttonElement(String, Image, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
 
nUINavbuttonElement(String, int, Image, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
 
nUINavView - Class in com.softwareag.mobile.runtime.nui
The nav menu view implementation.
nUINavView() - Constructor for class com.softwareag.mobile.runtime.nui.nUINavView
Default nav/menu view constructor
nUINavView(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUINavView
 
nUIObject - Class in com.softwareag.mobile.runtime.nui
 
nUIObject() - Constructor for class com.softwareag.mobile.runtime.nui.nUIObject
 
nUIPieChart - Class in com.softwareag.mobile.runtime.nui.charts
Implements a Pie chart element.
nUIPieChart() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
 
nUIPieChart(float[]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
the minimum angle at which to draw a data label for a pie segment.
nUIPieChart(float[], float) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
Chart constructor
nUIPointGenerator - Class in com.softwareag.mobile.runtime.nui.charts
A convenient class to help with the generation of chart keys.
nUIPointGenerator() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIPointGenerator
 
nUIPopupMenuBuilder - Class in com.softwareag.mobile.runtime.nui
Builds a menu that can be popped up from the bottom of the screen, or attached to an element (in the case of tablet devices).
nUIPopupMenuBuilder() - Constructor for class com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder
 
nUIProgressanimElement - Class in com.softwareag.mobile.runtime.nui
The default progress animation implementation.
nUIProgressanimElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUIProgressanimElement
 
nUIProgressanimElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIProgressanimElement
 
nUIProgressanimElement(int) - Constructor for class com.softwareag.mobile.runtime.nui.nUIProgressanimElement
nUIRadioCheckbox - Class in com.softwareag.mobile.runtime.nui
The default radio button implementation.
nUIRadioCheckbox() - Constructor for class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
nUIRadioCheckbox(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
nUIRadioCheckbox(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
Default radio-button constructor
nUIRadioCheckbox(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
nUIScatterChart - Class in com.softwareag.mobile.runtime.nui.charts
 
nUIScatterChart() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIScatterChart
 
nUIScatterChart(float[]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIScatterChart
Chart constructor for a scatter chart, takes a one dimensional array of x,y values.
nUIScatterChart(float[], int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUIScatterChart
Chart constructor for a bubble chart, takes a one dimensional array of x,y,z values.
nUISearchEntry - Class in com.softwareag.mobile.runtime.nui
The default search entry implementation.
nUISearchEntry() - Constructor for class com.softwareag.mobile.runtime.nui.nUISearchEntry
 
nUISearchEntry(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUISearchEntry
 
nUISearchEntry(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUISearchEntry
 
nUISearchEntry(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUISearchEntry
 
nUISearchNavButton - Class in com.softwareag.mobile.runtime.nui
Expandable search field is used in the nUIViewDisplay's header.
nUISearchNavButton() - Constructor for class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
nUISearchNavButton(String, Image) - Constructor for class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
nUISearchNavButton(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
nUISearchNavButton(String, Image, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
nUISeparatorElement - Class in com.softwareag.mobile.runtime.nui
A separator element that can be used to create a partition between elements in the UI.
nUISeparatorElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUISeparatorElement
 
nUISeparatorElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUISeparatorElement
 
nUISpacerElement - Class in com.softwareag.mobile.runtime.nui
A simple blank space that can be inserted between elements to give an extra degree of padding.
nUISpacerElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUISpacerElement
 
nUISpacerElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUISpacerElement
 
nUISwitchButton - Class in com.softwareag.mobile.runtime.nui
The default switch implementation.
nUISwitchButton() - Constructor for class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
nUISwitchButton(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
nUISwitchButton(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
nUISwitchButton(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
nUITabElement - Class in com.softwareag.mobile.runtime.nui
Represents a tab in nUITabView.
nUITabElement(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUITabElement
 
nUITabElement(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITabElement
 
nUITabElement(Image) - Constructor for class com.softwareag.mobile.runtime.nui.nUITabElement
 
nUITabElement(Image, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITabElement
 
nUITabElement(String, Image) - Constructor for class com.softwareag.mobile.runtime.nui.nUITabElement
 
nUITabElement(String, Image, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITabElement
 
nUITableButton - Class in com.softwareag.mobile.runtime.nui
A selectable element that behaves like a button, but is composed of many elements inside a table.
nUITableButton() - Constructor for class com.softwareag.mobile.runtime.nui.nUITableButton
 
nUITableButton(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITableButton
 
nUITablecellElement - Class in com.softwareag.mobile.runtime.nui
 
nUITablecellElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUITablecellElement
 
nUITablecellElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITablecellElement
 
nUITableElement - Class in com.softwareag.mobile.runtime.nui
 
nUITableElement(int[]) - Constructor for class com.softwareag.mobile.runtime.nui.nUITableElement
 
nUITableElement(int[], Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITableElement
 
nUITablerowElement - Class in com.softwareag.mobile.runtime.nui
The table row implementation.
nUITablerowElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUITablerowElement
 
nUITablerowElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITablerowElement
 
nUITabView - Class in com.softwareag.mobile.runtime.nui
 
nUITabView() - Constructor for class com.softwareag.mobile.runtime.nui.nUITabView
Create a new nUITabView with a default ID of -1.
nUITabView(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITabView
 
nUITextfieldElement - Class in com.softwareag.mobile.runtime.nui
The default textfield implementation.
nUITextfieldElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Default textfields constructor
nUITextfieldElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITextfieldElement
 
nUITextfieldElement(String) - Constructor for class com.softwareag.mobile.runtime.nui.nUITextfieldElement
 
nUITextfieldElement(String, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUITextfieldElement
 
nUITrafficChart - Class in com.softwareag.mobile.runtime.nui.charts
Implements a gauge type chart element, or what we are going to call a Traffic light Chart
Linear (horizontal or vertical).
nUITrafficChart(float[], float) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Chart constructor for a default traffic light chart type (linear, vertical).
nUITrafficChart(float[], float, int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Chart constructor for a traffic light chart, either linear or angular type.
nUITrafficChart(float[], float, int, int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Chart constructor for a traffic light chart, either linear or angular type.
nUITwoAxisChart - Class in com.softwareag.mobile.runtime.nui.charts
The base class for the chart types that support 2 axes.
nUITwoAxisChart() - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Chart constructor that creates an empty chart
nUITwoAxisChart(float[]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Chart constructor that takes a single dimension float [] array containing the data.
nUITwoAxisChart(float[][]) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Chart constructor that takes a multi dimension float [][] array containing the data.
nUITwoAxisChart(float[], int) - Constructor for class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Chart constructor that takes a single dimension float [] array containing the data.
nUIViewDisplay - Class in com.softwareag.mobile.runtime.nui
The default view implementation.
nUIViewDisplay() - Constructor for class com.softwareag.mobile.runtime.nui.nUIViewDisplay
 
nUIViewDisplay(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIViewDisplay
 
nUIWebView - Class in com.softwareag.mobile.runtime.nui
A webview display implementation.
nUIWebView() - Constructor for class com.softwareag.mobile.runtime.nui.nUIWebView
 
nUIWebView(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIWebView
 
nUIWebView(nUIWebviewElement) - Constructor for class com.softwareag.mobile.runtime.nui.nUIWebView
 
nUIWebView(nUIWebviewElement, Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIWebView
 
nUIWebviewCallBack - Interface in com.softwareag.mobile.runtime.nui
 
nUIWebviewCallBackExt - Interface in com.softwareag.mobile.runtime.nui
A webview callback interface.
nUIWebviewElement - Class in com.softwareag.mobile.runtime.nui
A webview element implementation.
nUIWebviewElement() - Constructor for class com.softwareag.mobile.runtime.nui.nUIWebviewElement
 
nUIWebviewElement(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIWebviewElement
 
nUIWindowDisplay - Class in com.softwareag.mobile.runtime.nui
The default window implementation.
nUIWindowDisplay() - Constructor for class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
 
nUIWindowDisplay(Hashtable) - Constructor for class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
 
NUM_POINT_MARKERS - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
NUM_RENDER_STYLES - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Rendering styles
numLanguagesIncluded() - Static method in class com.softwareag.mobile.runtime.media.TextHandler
Returns the number of languages included in this build.
numPanes() - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
 

O

OFF_ON - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
okayToSkip(boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets whether it's okay to skip future missing resource-files if you don't call a method that states it specifically
onActionButtonClicked(int, nUIActionButton) - Method in interface com.softwareag.mobile.runtime.nui.IListActionListener
will be called when an action button has been clicked.
onActionButtonsClosed(int) - Method in interface com.softwareag.mobile.runtime.nui.IListActionListener
Will be called when action buttons have been closed.
onActionButtonsOpened(int, int) - Method in interface com.softwareag.mobile.runtime.nui.IListActionListener
Will be called when the cell has been swiped to the left position and action buttons became visible.
onAppDestroyed() - Method in interface com.softwareag.mobile.core.IMDApplicationListener
Will be called just before the application is destroyed.
onAppDirectionalityChanged(int) - Method in interface com.softwareag.mobile.core.IMDApplicationListener
Will be called if the text directionality has been changed.
onAppPaused() - Method in interface com.softwareag.mobile.core.IMDApplicationListener
Will be called when the application is going into the background.
onAppResumed() - Method in interface com.softwareag.mobile.core.IMDApplicationListener
Will be called when the application is going back from the background to the foreground.
onAppStarted() - Method in interface com.softwareag.mobile.core.IMDApplicationListener
Will be called after the application has been started.
onAuthenticationError(int, String) - Method in interface com.softwareag.mobile.security.IDeviceAuthenticationCallback
Called when authentication cannot be processed.
onAuthenticationFailed(int, String) - Method in interface com.softwareag.mobile.security.IDeviceAuthenticationCallback
Called on wrong password or non matching fingerprint.
onAuthenticationSucceeded(int) - Method in interface com.softwareag.mobile.security.IDeviceAuthenticationCallback
Called on recognized fingerprint or correctly entered password
onBarcode(String[]) - Method in interface com.softwareag.mobile.md.media.IBarcodePickerCallback
Called when the image has been processed for barcodes, and the results are ready to return.
onBarcodeFailed(int, String) - Method in interface com.softwareag.mobile.md.media.IBarcodePickerCallback
Barcode scanning ended as the result of an error or interruption.
onCancelButtonClicked() - Method in interface com.softwareag.mobile.runtime.nui.ISearchFieldListener
Gets called on tapping on cancel button.
onClick(IDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUIConstraintLayout
 
onConnectivityChanged(int, int, boolean) - Method in interface com.softwareag.mobile.md.net.IConnectivityWatcher
This method will be called to give notification that the connection status has changed on an interface.
onDeviceRegistered(String) - Method in interface com.softwareag.mobile.runtime.pn.IPushNotificationListener
Will be called if the device could register for receiving Push Notification messages.
onDeviceRegistrationError(String) - Method in interface com.softwareag.mobile.runtime.pn.IPushNotificationListener
Will be called by failing device registration.
onEditModeCancelled() - Method in interface com.softwareag.mobile.runtime.nui.IListEditModeListener
Will be called when user cancelled the Edit Mode or transitioned to other view.
onEditModeFinished(IListEditMode, int[]) - Method in interface com.softwareag.mobile.runtime.nui.IListEditModeListener
Will mode when list view exited from Edit Mode
onEditModeStarted(IListEditMode) - Method in interface com.softwareag.mobile.runtime.nui.IListEditModeListener
Will be called when list view entered the Edit Mode
onError(int, String) - Method in interface com.softwareag.mobile.md.location.IGeocodingCallback
This method will be called if the Geocoding API can't satisfy the request for whatever reason.
onError(int, String) - Method in interface com.softwareag.mobile.md.location.ILocationWatcher
An error has occurred during use of the location hardware that has unavoidably stopped the processing of further location data.
onFailure(int, String) - Method in interface com.softwareag.mobile.md.location.ILocationWatcher
An error has occurred when setting up the location hardware that cannot be overcome.
onFailure(Object, Throwable) - Method in interface com.softwareag.mobile.md.util.concurrent.IResultCallback
Gets called on failure.
onFocusGained(int, nUIDisplayObject) - Method in interface com.softwareag.mobile.runtime.nui.IListListener
Will be called when the row has gained a focus.
onFocusLost(int, nUIDisplayObject) - Method in interface com.softwareag.mobile.runtime.nui.IListListener
Will be called when the row has lost a focus.
onHttpAuthRequest(Object, IHttpAuthHandler, String, String) - Method in interface com.softwareag.mobile.runtime.nui.nUIWebviewCallBackExt
The methods will be called if an HTTP authentication request was received.
onImagePicked(Image) - Method in interface com.softwareag.mobile.md.media.IImagePickerCallback
The image-capture task has ended successfuly
onImagePickingFailed(int, String) - Method in interface com.softwareag.mobile.md.media.IImagePickerCallback
Image capture ended without generating an Image.
onJavaScriptCallback(Object, String, String, String[]) - Method in interface com.softwareag.mobile.runtime.nui.nUIWebviewCallBackExt
This method will be called when JavaScript requests the execution of a native block of code through the JavaScript bridge logic.
onLeftSideViewOpening() - Method in interface com.softwareag.mobile.runtime.nui.ISideViewListener
The left sideview has begun to open.
onLoadCompleted(Object, String) - Method in interface com.softwareag.mobile.runtime.nui.nUIWebviewCallBackExt
This method will be called if url was successful loaded.
onLoadingError(Object, int, String) - Method in interface com.softwareag.mobile.runtime.nui.nUIWebviewCallBackExt
This method will be called by occurring an error during the page loading.
onLocationsFound(Location[], String) - Method in interface com.softwareag.mobile.md.location.IGeocodingCallback
This method will be called when findLocationsBy() returns.
onMessage(PushNotification) - Method in interface com.softwareag.mobile.runtime.pn.IPushNotificationListener
Will be called on new Push Notification message
onPlacesFound(Placemark[], Location) - Method in interface com.softwareag.mobile.md.location.IGeocodingCallback
This method will be called when findPlacesBy() returns.
onPostfixClick(IDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUIConstraintLayout
 
onPrefixClick(IDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUIConstraintLayout
 
onQueryTextSubmit(String) - Method in interface com.softwareag.mobile.runtime.nui.ISearchFieldListener
Gets called on tapping on submit button.
onRefresh() - Method in interface com.softwareag.mobile.runtime.nui.IListListener
Will be called when swipe gesture trigger a refresh and shows the top spinner.
onRemoved() - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
onRemoved() - Method in class com.softwareag.mobile.runtime.nui.nUIObject
The method will be called immediately after this object has has been removed from its parent.
onResponse(HttpResponse) - Method in interface com.softwareag.mobile.runtime.comms.IConnectionCallback
This method will be called when a response is available.
onResultReturned(String) - Method in interface com.softwareag.mobile.runtime.nui.IJSCallback
Handle the return of data from the JavaScript environment.
onRightSideViewOpening() - Method in interface com.softwareag.mobile.runtime.nui.ISideViewListener
The right sideview has begun to open.
onRowDeselected(IListEditMode, int) - Method in interface com.softwareag.mobile.runtime.nui.IListEditModeListener
Will be called on row deselection
onRowSelected(IListEditMode, int) - Method in interface com.softwareag.mobile.runtime.nui.IListEditModeListener
Will be called on row selection
onRowSelected(int, nUIDisplayObject) - Method in interface com.softwareag.mobile.runtime.nui.IListListener
Will be called when the row has been selected
onScrollBoundReached(int) - Method in interface com.softwareag.mobile.runtime.nui.IListListener
Will be called when the scroll bounding has been reached by user try to scroll further.
onScrollStateChanged(int) - Method in interface com.softwareag.mobile.runtime.nui.IListListener
Will be called once the scroll state has been changed.
onScrollThresholdReached() - Method in interface com.softwareag.mobile.runtime.nui.IListListener
Will be called then the scroll threshold set by IListRenderer.setScrollThreshold(int) is reached.
onSizeChanged(int, int) - Method in interface com.softwareag.mobile.core.IMDApplicationListener
Will be called when the available size has been changed.
onSnapshotTaken(Image) - Method in interface com.softwareag.mobile.runtime.media.ICameraHandlerCallback
Deprecated.
 
onStartAppFromFile(String, String) - Method in interface com.softwareag.mobile.core.IMDApplicationListener
Will be called if this application was started by opening a file with registered MIME-type.
Important: If you wish to override this method and still use getStartFileMimeType() or getStartFileAbsolutepath(), you must include a call to super.onStartAppFromFile(mimeType, absolutePath) from your override.
onStartAppFromPushNotification(PushNotification) - Method in interface com.softwareag.mobile.core.IMDApplicationListener
Will be called if this application was started by clicking on Push Notification from system bar.
onStartAppFromURL(String, String) - Method in interface com.softwareag.mobile.core.IMDApplicationListener
Will be called if this application was started from URL with registered URI scheme.
Important: If you wish to override this method and still use getStartScheme() or getStartURL(), you must include a call to super.onStartAppFromURL(scheme, url) from your override.
onSuccess(Object, Object) - Method in interface com.softwareag.mobile.md.util.concurrent.IResultCallback
Gets called when task has been finished.
onSwiped(int, int) - Method in interface com.softwareag.mobile.runtime.nui.IListActionListener
Will be called when the cell has been completely swiped.
onTabSelected(int, nUIViewDisplay) - Method in interface com.softwareag.mobile.runtime.nui.ITabViewListener
Will be called when tab has been selected.
onTextChanged(String) - Method in interface com.softwareag.mobile.runtime.nui.ISearchFieldListener
Get called on text changing.
onTextChanged(IDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUIConstraintLayout
 
onUISynced() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Gets called immediately after all underlying elements are calculated, but before rendering.
onValueChanged(IDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUIConstraintLayout
 
open_connection - Variable in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
When a messagelistener is created, this will be the connection created to support it
openConnection() - Method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Tries to open up a connection using the init_ data that was set previously
openHttpConnectionByteArrayData(String, int, byte[], String[], int, int) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Opens up an http(s)-connection
openHttpConnectionByteArrayData(String, int, byte[], String[], int) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Opens up an http(s)-connection
openHttpConnectionByteArrayData(String, int, byte[], String[]) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Opens up an http(s)-connection, assuming that the required action is ACTION_POST if data_to_send is not null, or ACTION_GET if it is.
openHttpConnectionByteArrayData(String, int, byte[]) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
openHttpConnectionStringData(String, int, String, String[], int, int) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Opens up an http(s)-connection.
openHttpConnectionStringData(String, int, String, String[], int) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Opens up an http(s)-connection.
openHttpConnectionStringData(String, int, String, String[]) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Opens up an http(s)-connection.
openHttpConnectionStringData(String, int, String) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
openOrCreate(String) - Static method in class com.softwareag.mobile.runtime.database.DatabaseFactory
creates new or open existing instance of database.
ORIENTATION_ALL - Static variable in interface com.softwareag.mobile.orientation.IOrientationService
 
ORIENTATION_HORIZONTAL - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Orientations
ORIENTATION_LANDSCAPE_LEFT - Static variable in interface com.softwareag.mobile.orientation.IOrientationService
 
ORIENTATION_LANDSCAPE_RIGHT - Static variable in interface com.softwareag.mobile.orientation.IOrientationService
 
ORIENTATION_PORTRAIT - Static variable in interface com.softwareag.mobile.orientation.IOrientationService
 
ORIENTATION_PORTRAIT_UPSIDE_DOWN - Static variable in interface com.softwareag.mobile.orientation.IOrientationService
 
ORIENTATION_SERVICE - Static variable in interface com.softwareag.mobile.core.IMDApplication
 
ORIENTATION_VERTICAL - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Orientations
output(String, int) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
outputChildHierarchy(String, boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Debugs to the console the hierarchy of this object and all its children

P

Param_Bool - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Param_Byte - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Param_Char - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
PARAM_CUSTOM_DIALOG_FORCE_CHART_COLORS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
Param_Double - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Param_Float - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Param_Int - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Param_Long - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
param_mappings - Static variable in interface com.softwareag.mobile.core.ParameterTypes
property param.prefix., Java identifier, Java value wrapper, constant header
PARAM_MD_BASE_SCREEN_PPI - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_CORE_DEBUG_ARRAY_SIZE - Static variable in interface com.softwareag.mobile.runtime.Parameters
Size of the array if the PARMA_MD_CORE_DEBUG_TO_ARRAY is used
PARAM_MD_CORE_DEBUG_TO_ARRAY - Static variable in interface com.softwareag.mobile.runtime.Parameters
Set if the debug should be output to a string array which the application can then put to the string if needed
PARAM_MD_CORE_DEBUGFLAGS_TO_DISPLAY - Static variable in interface com.softwareag.mobile.runtime.Parameters
Determines what debug gets registered
PARAM_MD_CORE_FRAMERATE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUG_REMEMBER_RESOURCE_NAMES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_BASE - Static variable in interface com.softwareag.mobile.runtime.Parameters
Debug flags for debug output originating from certain parts of the runtime
PARAM_MD_DEBUGFLAG_CORE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_HTTPCONNECTION - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_IMAGE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_MATHS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_MENU - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_MESSAGECONNECTION - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_MIDLET - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_NUI - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_PNGHANDLER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_RECORDSTORE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_RESHANDLER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_SERIALIZE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_SOFTKEYS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_SOUND - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAG_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_DEBUGFLAGS - Static variable in interface com.softwareag.mobile.runtime.Parameters
Anything outside of this range can be used as bit-flags to uniquely identify application-level debug
PARAM_MD_HTTPCONNECTION_DOWNLOAD_IN_CHUNKS - Static variable in interface com.softwareag.mobile.runtime.Parameters
Is it okay to download the data in chunks
PARAM_MD_HTTPCONNECTION_FLUSH_BEFORE_CLOSE - Static variable in interface com.softwareag.mobile.runtime.Parameters
Should a flush be performed on post data before the connection is closed?
PARAM_MD_HTTPCONNECTION_MAX_CONNECT_RETRIES - Static variable in interface com.softwareag.mobile.runtime.Parameters
Maximum number of times the code will try to connect when opening an httpconnection
PARAM_MD_IMAGEBASE_REFERENCES_FULLCOLOUR_PNGHANDLER - Static variable in interface com.softwareag.mobile.runtime.Parameters
Code optimisation flag - anything other than raw PNGs? (non-palettised)
PARAM_MD_IMAGEBASE_REFERENCES_PNGHANDLER - Static variable in interface com.softwareag.mobile.runtime.Parameters
Code optimisation flag - anything other than raw PNGs? (palettised)
PARAM_MD_IMAGEBASE_RETAIN_IMAGE_CACHE - Static variable in interface com.softwareag.mobile.runtime.Parameters
If set to true, the image cache will never empty anything it creates (for S60 image-caching reasons)
PARAM_MD_IMAGEBASE_SIZE_OF_IMAGE_CACHE - Static variable in interface com.softwareag.mobile.runtime.Parameters
Maximum number of different image/palette combinations the runtime should be expected to cache
PARAM_MD_IMAGEBASE_USE_FULLCOLOUR_IMAGE_ENCODING - Static variable in interface com.softwareag.mobile.runtime.Parameters
Code optimisation flag - include the image decoding code? (non-palettised)
PARAM_MD_IMAGEBASE_USE_FULLCOLOUR_RLE_COMPRESSION - Static variable in interface com.softwareag.mobile.runtime.Parameters
Code optimisation flag - include the RLE code? (non-palettised)
PARAM_MD_IMAGEBASE_USE_IMAGE_ENCODING - Static variable in interface com.softwareag.mobile.runtime.Parameters
Code optimisation flag - include the image decoding code? (palettised)
PARAM_MD_IMAGEBASE_USE_RLE_COMPRESSION - Static variable in interface com.softwareag.mobile.runtime.Parameters
Code optimisation flag - include the RLE code? (palettised)
PARAM_MD_IMAGEBASE_USE_TRANSFORMS - Static variable in interface com.softwareag.mobile.runtime.Parameters
Code optimisation flag - is anything other than the standard (non-)transform used??
PARAM_MD_MATHS_FP_PRECISION - Static variable in interface com.softwareag.mobile.runtime.Parameters
Used to determine method used to deal with Fixed Point multiplication / division: 0 - use longs (high accuracy); 1 - slow use ints (medium accuracy); 2 - quick use ints (low accuracy)
PARAM_MD_MATHS_FP_SHIFT - Static variable in interface com.softwareag.mobile.runtime.Parameters
Fixed Point 1 = (1 << PARAM_MD_MATHS_FP_SHIFT)
PARAM_MD_MATHS_RANDOM_USING_LONGS - Static variable in interface com.softwareag.mobile.runtime.Parameters
Does the random computation use longs (probable not in ActionScript)
PARAM_MD_MESSAGECONNECTION_PORT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_PFRENDERER_ANDROID_NAVVIEW_VERSION - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_PFRENDERER_ANDROID_VIEW_HEADER_VERSION - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_PFRENDERER_IOS_VERSION - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_PNGHANDLER_EVEN_WIDTH_TRANSPARENT_SPRITES - Static variable in interface com.softwareag.mobile.runtime.Parameters
This will try to prevent the creation of transparent images that have odd widths
PARAM_MD_PNGHANDLER_FAST_MUTABLE_IMAGE - Static variable in interface com.softwareag.mobile.runtime.Parameters
Changes opaque images made in the PngHandler to a mutable image for faster drawing
PARAM_MD_PNGHANDLER_NO_RAW_PNG - Static variable in interface com.softwareag.mobile.runtime.Parameters
Switch from PNG to encoded internal format
PARAM_MD_PNGHANDLER_USE_CREATERGBIMAGE - Static variable in interface com.softwareag.mobile.runtime.Parameters
This will use createRGBImage instead of generating PNGs
PARAM_MD_PNGHANDLER_USE_FAKE_SEMI_TRANSPARENCY - Static variable in interface com.softwareag.mobile.runtime.Parameters
Switch from PNG to internal format that includes a separate alpha channel for simulating correct alpha blending on platforms that can't do this natively.
PARAM_MD_RECORDSTORE_CHECK_ENUM_ORDERINGS - Static variable in interface com.softwareag.mobile.runtime.Parameters
Determines if the runtime should check the IDs of enumerated records from the RMS to make sure the handset returns them in the correct order
PARAM_MD_RECORDSTORE_DELETE_BEFORE_SAVE - Static variable in interface com.softwareag.mobile.runtime.Parameters
Should old recordstores be deleted before new ones are saved
PARAM_MD_RECORDSTORE_MAX_EXTRA_BUFFERS - Static variable in interface com.softwareag.mobile.runtime.Parameters
Number of buffers of recordstore data that should be allowed for
PARAM_MD_RECORDSTORE_SAVE_IMMEDIATELY - Static variable in interface com.softwareag.mobile.runtime.Parameters
Should data be saved to the recordstore immediately (set to false if the recordstore access is slow)
PARAM_MD_RECORDSTORE_UPDATE_WITH_SETRECORD - Static variable in interface com.softwareag.mobile.runtime.Parameters
Should setRecord with predefined record values be used to store data in a pre-existing RecordStore
PARAM_MD_RESHANDLER_CACHE_ENTIRE_PACKS - Static variable in interface com.softwareag.mobile.runtime.Parameters
This will cache the entire pack a resource block is in, otherwise only the block itself will be cached
PARAM_MD_RESHANDLER_CALC_FILE_LENGTH_USING_BUFFER - Static variable in interface com.softwareag.mobile.runtime.Parameters
This will allocate a 1KB buffer to calculate the length of the incoming file
PARAM_MD_SOUND_AUDIO_MAX_PIECES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_TEXT_MAX_LANGUAGE_NAME_LENGTH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
PARAM_MD_TEXT_NUM_LANGUAGES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
Param_MenuID - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The number of known types of parameter
Param_ResBlockID - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Param_ResID - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Param_Short - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Param_String - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Param_TextID - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The various known types of parameter
Parameters - Interface in com.softwareag.mobile.runtime
 
ParameterTypes - Interface in com.softwareag.mobile.core
Records all the different types of parameters and how they are stored and referenced
ParamMap_ConstantHeader - Static variable in interface com.softwareag.mobile.core.ParameterTypes
param_mappings index: The prefix-header used to name this parameter's constant
ParamMap_JavaIdentifier - Static variable in interface com.softwareag.mobile.core.ParameterTypes
param_mappings index: The Java identifier user for this parameter type
ParamMap_ParamName - Static variable in interface com.softwareag.mobile.core.ParameterTypes
param_mappings index: The ant-property prefix used for this parameter type
ParamMap_ValueWrapper - Static variable in interface com.softwareag.mobile.core.ParameterTypes
param_mappings index: The wrapper used to encase the value in Java for this parameter type
ParamMaps - Static variable in interface com.softwareag.mobile.core.ParameterTypes
The number of param_mappings entries for each parameter type
parse(String) - Method in class com.softwareag.mobile.md.text.DateFormat
Tries to parse the given String into a valid Date Object.
ParseException - Exception in com.softwareag.mobile.md.text
 
ParseException(String, int) - Constructor for exception com.softwareag.mobile.md.text.ParseException
 
PatternImage - Class in com.softwareag.mobile.runtime.nui.background
An Image-based background.
PatternImage(Image) - Constructor for class com.softwareag.mobile.runtime.nui.background.PatternImage
Create a tiled PatternImage from a base Image.
PatternImage(Image, boolean, boolean) - Constructor for class com.softwareag.mobile.runtime.nui.background.PatternImage
Create a tiled PatternImage from a base Image, with custom tiling.
PatternImage(Image, int) - Constructor for class com.softwareag.mobile.runtime.nui.background.PatternImage
Create a PatternImage that will scale the baseImage to fit the background.
pauseApp() - Method in interface com.softwareag.mobile.core.IMDApplication
Pauses the application.
pauseApp() - Method in class com.softwareag.mobile.core.MDApplication
 
PERMISSION_CAMERA - Static variable in class com.softwareag.mobile.md.permissions.PermissionsManager
Permission to access the camera hardware.
PERMISSION_LOCATION_GENERAL - Static variable in class com.softwareag.mobile.md.permissions.PermissionsManager
Permission to access the general location, usually gained through Wi-Fi or local cell phone tower.
PERMISSION_LOCATION_PRECISE - Static variable in class com.softwareag.mobile.md.permissions.PermissionsManager
Permission to access a precise location, usually gained through GPS.
PERMISSION_NETWORK_STATE - Static variable in class com.softwareag.mobile.md.permissions.PermissionsManager
Permission to discover the current state of network connectivity.
PERMISSION_READ_EXT_STORAGE - Static variable in class com.softwareag.mobile.md.permissions.PermissionsManager
Permission to read data from external storage.
PERMISSION_SEND_SMS - Static variable in class com.softwareag.mobile.md.permissions.PermissionsManager
Permission to create and send SMS messages.
PERMISSION_WRITE_EXT_STORAGE - Static variable in class com.softwareag.mobile.md.permissions.PermissionsManager
Permission to write to external storage.
permissionDenied(int, String) - Method in interface com.softwareag.mobile.md.permissions.IPermissionCallback
A user (or the OS) has denied the application permission to access a resource or operation.
permissionGranted(int) - Method in interface com.softwareag.mobile.md.permissions.IPermissionCallback
A permission has been granted for this device.
permissionRequestInterrupted(int) - Method in interface com.softwareag.mobile.md.permissions.IPermissionCallback
The OS recieved an interrupt during the request for a permission and must cancel.
PermissionsManager - Class in com.softwareag.mobile.md.permissions
Manage permissions for this device.
PermissionsManager() - Constructor for class com.softwareag.mobile.md.permissions.PermissionsManager
 
phoneNumber - Variable in class com.softwareag.mobile.md.location.Placemark
If applicable, a phone number used to call this place.
pickFromCamera(IImagePickerCallback) - Static method in class com.softwareag.mobile.md.media.ImagePicker
Starts an image-capture using the hardware camera on this device (if available).
pickFromGallery(IImagePickerCallback) - Static method in class com.softwareag.mobile.md.media.ImagePicker
Select an already-existing image on the handset via the handset's "photo gallery" or similar.
Placemark - Class in com.softwareag.mobile.md.location
Represents a physical location, such as an address, a landmark, a street or a geographic region.
Placemark() - Constructor for class com.softwareag.mobile.md.location.Placemark
 
platformRequest(String) - Method in interface com.softwareag.mobile.core.IMDApplication
Sends request to the platform.
platformRequest(String) - Method in class com.softwareag.mobile.core.MDApplication
 
PlatformRequest - Class in com.softwareag.mobile.runtime.utility
Deals with platformRequest browser events
PlatformRequest() - Constructor for class com.softwareag.mobile.runtime.utility.PlatformRequest
 
pngCalcAdler(byte[], int, int, int) - Static method in class com.softwareag.mobile.runtime.media.PngParser
Returns the Adler-checksum value for a block of byte data - checksum will run from buffer[end-length] to buffer[end]
pngCalcCrc(byte[], int, int) - Static method in class com.softwareag.mobile.runtime.media.PngParser
Returns the CRC value for a block of byte data - checksum will run from buffer[end-length] to buffer[end]
pngCalcCrcTable() - Static method in class com.softwareag.mobile.runtime.media.PngParser
Creates a CRC-table for quick reference purposes
pngCreateByteArray(Image) - Static method in class com.softwareag.mobile.imagetools.ImageUtils
Creates a byte-array PNG file using an Image.
pngCreateByteArray(int, int, int[]) - Static method in class com.softwareag.mobile.imagetools.ImageUtils
Creates a byte-array PNG file using pixel ARGB data.
pngCreateByteArray(int, int, byte[]) - Static method in class com.softwareag.mobile.imagetools.ImageUtils
Creates a byte-array PNG file using pixel ARGB data.
pngCreateByteArray(Image) - Static method in class com.softwareag.mobile.runtime.media.ImageHandler
Deprecated.
Creates the byte-array PNG representation from pixel argb data
pngCreateByteArray(int, int, int[]) - Static method in class com.softwareag.mobile.runtime.media.PngParser
Creates the byte-array PNG representation from pixel argb data
pngCreateByteArray(int, int, byte[]) - Static method in class com.softwareag.mobile.runtime.media.PngParser
Creates the byte-array PNG representation from pixel argb data
pngCreateByteArray(int, int, int, byte[], byte[], boolean) - Static method in class com.softwareag.mobile.runtime.media.PngParser
Creates the byte-array PNG representation from pixel data
pngCreateImage(int, int, byte[]) - Static method in class com.softwareag.mobile.runtime.media.PngParser
Creates an Image from pixel argb data, using the PNG file format (instead of createRGBImage, which doesn't exist under MIDP1, so isn't always accessible)
pngCreateImage(int, int, int, byte[], byte[], boolean) - Static method in class com.softwareag.mobile.runtime.media.PngParser
Creates an Image from pixel data, using the PNG file format
pngMakeMutable(Image) - Static method in class com.softwareag.mobile.runtime.media.PngParser
Creates a mutable version of this image
PngParser - Class in com.softwareag.mobile.runtime.media
Creates Images from raw pixel data via the PNG file format
PngParser() - Constructor for class com.softwareag.mobile.runtime.media.PngParser
 
POINT_MARKER_BLOCK - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINT_MARKER_CIRCLE - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINT_MARKER_CROSS - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINT_MARKER_DIAMOND - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINT_MARKER_DOT - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINT_MARKER_LINE - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINT_MARKER_NONE - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINT_MARKER_PLUS - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINT_MARKER_SQUARE - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINT_MARKER_TRIANGLE - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Point marker types
POINTER_STATE_DRAGGED - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
POINTER_STATE_PRESSED - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
POINTER_STATE_PRESSED_AND_RELEASED - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
POINTER_STATE_RELEASED - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
POSITION_BOTTOM - Static variable in interface com.softwareag.mobile.runtime.nui.IListListener
The constant indicates the bottom scroll bound has been reached.
POSITION_TOP - Static variable in interface com.softwareag.mobile.runtime.nui.IListListener
The constant indicates the top scroll bound has been reached.
post() - Method in class com.softwareag.mobile.runtime.comms.Connection
Executes a POST request synchronously.
postalCode - Variable in class com.softwareag.mobile.md.location.Placemark
The postal code that covers this place.
prepareStatement(String) - Method in class com.softwareag.mobile.runtime.database.Database
Compiles a single sql statement.
prev() - Method in class com.softwareag.mobile.runtime.database.Cursor
Moves the cursor to the previous row.
process(String, String) - Method in interface com.softwareag.mobile.runtime.nui.IHttpAuthHandler
Call this method to process with user and password
processURL(String) - Method in interface com.softwareag.mobile.runtime.nui.nUIWebviewCallBack
Process a url, String returned is the url to change to, null indicates no page change.
processURL(Object, String) - Method in interface com.softwareag.mobile.runtime.nui.nUIWebviewCallBackExt
 
PROFILE_BALANCED - Static variable in class com.softwareag.mobile.md.location.LocationSettings
Apply a balanced power profile to location updates.
PROFILE_HIGH_POWER_ACCURATE - Static variable in class com.softwareag.mobile.md.location.LocationSettings
Apply a profile that gives a high level of accuracy, at the expense of power consumption.
PROFILE_LOW_POWER - Static variable in class com.softwareag.mobile.md.location.LocationSettings
Apply a low-power profile.
ProjectJPanelHandler - Class in com.softwareag.mobile.core
Extend this class to create your own JPanel to be used in the activate/multi-build dialogs
ProjectJPanelHandler() - Constructor for class com.softwareag.mobile.core.ProjectJPanelHandler
 
projectResourceScript() - Method in class com.softwareag.mobile.reshandler.ResourceHandler
Your resource script
pushMessageErrorRaised(String) - Method in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
Override these methods with callbacks of your own
pushMessageUIDCreated(String) - Method in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
Override these methods with callbacks of your own
PushNotification - Class in com.softwareag.mobile.runtime.pn
This class represents a push notification message.
PushNotification() - Constructor for class com.softwareag.mobile.runtime.pn.PushNotification
 

Q

query(String) - Method in class com.softwareag.mobile.runtime.database.Database
Executes a SELECT-statement

R

random(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Standard random number generator implementation - returns a value inclusively between 0 and (r - 1)
read() - Method in class com.softwareag.mobile.md.io.File
Reads the entire file at the current path.
readBMPIntFromByteArray(byte[], int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Helper method for createWinCEMidletIcon
readIntFromByteArray(byte[], int) - Static method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Loads an int from the four bytes {index -> index + 3} in the array
readLongFromByteArray(byte[], int) - Static method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Loads a long from the eight bytes {index -> index + 7} in the array
readShortFromByteArray(byte[], int) - Static method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Loads a short from the two bytes {index -> index + 1} in the array
receivedBinaryMessage(String, byte[]) - Method in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
Override these methods with callbacks of your own
receivedTextMessage(String, String) - Method in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
Override these methods with callbacks of your own
receivedTextMessage(String, String, Hashtable) - Method in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
Override these methods with callbacks of your own
record_store_name - Static variable in class com.softwareag.mobile.runtime.storage.RecordStoreHandler
First character of the recordstore name
RecordStoreHandler - Class in com.softwareag.mobile.runtime.storage
Deals with the reading and writing of data to the recordstore
RecordStoreHandler() - Constructor for class com.softwareag.mobile.runtime.storage.RecordStoreHandler
 
RegExStringValidator - Class in com.softwareag.mobile.md.text.validation
Implements a regular-expression matcher for input fields.
RegExStringValidator(String) - Constructor for class com.softwareag.mobile.md.text.validation.RegExStringValidator
Create a new RegExStringValidator that will match the given regular expression.
region - Variable in class com.softwareag.mobile.md.location.Placemark
The region that this place is (or is in).
registerCallBack(nUIWebviewCallBack) - Method in interface com.softwareag.mobile.runtime.nui.IWebviewElement
 
registerCallBack(nUIWebviewCallBack) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Register a callback to process url requests from this webview.
registerCallBack(nUIWebviewCallBack) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Register a callback to process url requests from this webview.
registerCanvasInterface(nUICanvasInterface) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
registerSideViewListener(ISideViewListener) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Nominate a class to recieve events related to the Side Views.
reload() - Method in interface com.softwareag.mobile.runtime.nui.IWebviewElement
Reload the current document.
reload() - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Reload the current document.
reload() - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Reload the current document.
REMOVE - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
remove(nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
remove(nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Remove a child nUIObject from this one.
remove(int) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Remove a child nUIObject from this one.
remove(nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUITablecellElement
Remove a child nUIObject from this one.
removeConnectivityWatcher(IConnectivityWatcher) - Method in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
Stop notifying this class of network state changes.
removeEventListener(nUIEventListener) - Method in class com.softwareag.mobile.runtime.nui.nUIAlertDialog
 
removeEventListener(nUIEventListener) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Removes an existing event-listener
removeEventListener(nUIEventListener) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Removes an existing event-listener
removeHeader(String) - Method in class com.softwareag.mobile.runtime.comms.HttpResponse
Removes headers with the given key
removeValue(String) - Method in interface com.softwareag.mobile.md.io.IKeyValueStorage
Remove a value from the store, and save the fact it has been removed.
removeValue(String) - Method in class com.softwareag.mobile.md.io.IsolatedKeyValueStore
Remove a key-value pair from the store altogether.
renameTo(File) - Method in class com.softwareag.mobile.md.io.File
Renames the current file or directory to the destination one.
render(boolean, boolean) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Renders the label to the chart's graphics.
render(Graphics) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
This is the core rendering method
RENDER_STYLE_FLAT - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Rendering styles
RENDER_STYLE_GRADIENT - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Rendering styles
RENDER_TYPE_HYPERLINKS - Static variable in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
 
RENDER_TYPE_PLAIN_TEXT - Static variable in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
 
renderBufferToImage() - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Generate the lcdui Image object from the buffer in its current state.
renderDataLabels() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIDataSeriesChart
Render the labels for this graph.
renderDataLabels() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Render the axes labels for the graph.
renderImage() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Render the chart data, creating the image for the nUIImageElement
renderImage() - Method in class com.softwareag.mobile.runtime.nui.charts.nUILineChart
Render the chart data, creating the image for the nUIImageElement
renderImage() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
Render the chart data, creating the image for the nUIImageElement
renderImage() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIScatterChart
Render the chart data, creating the image for the nUIImageElement
renderImage() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Render the chart data, creating the image for the nUIImageElement
renderInternal(Graphics, int, int, int, int, int, int, int, int, boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
 
replace(nUIObject, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Replace a current child of this nUIObject with another nUIObject.
replace(int, nUIObject) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Replace the child nUIObject at a given index.
replaceHardSpaces(String) - Static method in class com.softwareag.mobile.runtime.media.TextHandler
Replaces hard spaces ('�' / character-0xa0) in a String with spaces
requestPermissionFor(int, IPermissionCallback) - Static method in class com.softwareag.mobile.md.permissions.PermissionsManager
Ask for the permission to use this operation or resource.
res_block_mappings - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Mapping information for resources-to-blocks and blocks-to-packs
RESBLOCKMAPPING_BLOCKID - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Offset to the various chunks of data used to record resource-to-block mapping info
RESBLOCKMAPPING_INDEX - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Offset to the various chunks of data used to record resource-to-block mapping info
RESBLOCKMAPPING_LENGTH - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Offset to the various chunks of data used to record resource-to-block mapping info
reset() - Method in class com.softwareag.mobile.runtime.database.Statement
Clears all bindings.
resetSideView(int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Removes a side view from the left or right side, so that it cannot be open.
resizeImage(Image, int, int, boolean, boolean) - Static method in class com.softwareag.mobile.md.imagetools.ImageScaler
Resize the current Image.
resource_blocks - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Either the packs or blocks is used, depending on the value of PARAM_MD_RESHANDLER_CACHE_ENTIRE_PACKS
resource_identifiers - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
String identifiers what all the resources are.
resource_packs - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Either the packs or blocks is used, depending on the value of PARAM_MD_RESHANDLER_CACHE_ENTIRE_PACKS
ResourceDataTypes - Class in com.softwareag.mobile.runtime.storage
Deals with all the CLDC specific data-types
ResourceDataTypes() - Constructor for class com.softwareag.mobile.runtime.storage.ResourceDataTypes
 
ResourceHandler - Class in com.softwareag.mobile.reshandler
Extend this class to create your own ResHandler
ResourceHandler() - Constructor for class com.softwareag.mobile.reshandler.ResourceHandler
 
ResourceHandler - Class in com.softwareag.mobile.runtime.storage
Deals with all the resource handling methods
resourcePrefix - Static variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
 
RESOURCES_ROOT - Static variable in class com.softwareag.mobile.md.io.File
A root folder for resources.
Response - Class in com.softwareag.mobile.runtime.comms
Represents the server response.
Response() - Constructor for class com.softwareag.mobile.runtime.comms.Response
Default constructor
Response(int, byte[]) - Constructor for class com.softwareag.mobile.runtime.comms.Response
Constructs a new object with the given status code and data
response_being_received - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
This is set when the response starts coming in
response_code - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
 
response_data - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
The data that's coming in
response_data_read - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
The amount of data that's been read so far
response_header - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
The header data that's coming in
response_length - Variable in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
This will be set to the length (or -1 if the length isn't known)
resumeApp() - Method in interface com.softwareag.mobile.core.IMDApplication
Resumes the application.
resumeApp() - Method in class com.softwareag.mobile.core.MDApplication
 
rh - Variable in class com.softwareag.mobile.reshandler.ResourceHandler
A link to the class containing the resource-handler methods to be used
right - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
rollbackTransaction() - Method in class com.softwareag.mobile.runtime.database.Database
Rolls back current transaction
ROW_ANIMATION_STYLE_NONE - Static variable in interface com.softwareag.mobile.runtime.nui.IListRenderer
The default row animation.
rtclass - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
 
run() - Method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
The main method kicked off when the http-thread starts
runAsync(Runnable, IResultCallback, boolean) - Method in interface com.softwareag.mobile.core.IMDApplication
Runs the given task asynchronously.
runAsync(Runnable, IResultCallback) - Method in interface com.softwareag.mobile.core.IMDApplication
Runs the giventask asynchronously.
runAsync(Runnable) - Method in interface com.softwareag.mobile.core.IMDApplication
Runs the giventask asynchronously.
runAsync(ICallable, IResultCallback, boolean) - Method in interface com.softwareag.mobile.core.IMDApplication
Runs the given task asynchronously.
runAsync(ICallable, IResultCallback) - Method in interface com.softwareag.mobile.core.IMDApplication
Runs the giventask asynchronously.
runAsync(Runnable, IResultCallback) - Method in class com.softwareag.mobile.core.MDApplication
 
runAsync(Runnable) - Method in class com.softwareag.mobile.core.MDApplication
 
runAsync(ICallable, IResultCallback, boolean) - Method in class com.softwareag.mobile.core.MDApplication
 
runAsync(ICallable, IResultCallback) - Method in class com.softwareag.mobile.core.MDApplication
 
runAsync(Runnable, IResultCallback, boolean) - Method in class com.softwareag.mobile.core.MDApplication
 
runAsync(Runnable, IResultCallback, boolean) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Runs the given task asynchronously.
runAsync(Runnable, IResultCallback) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Runs the giventask asynchronously.
runAsync(Runnable) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Runs the giventask asynchronously.
runAsync(ICallable, IResultCallback, boolean) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Runs the given task asynchronously.
runAsync(ICallable, IResultCallback) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Runs the giventask asynchronously.
runOnMDThread(Runnable) - Method in interface com.softwareag.mobile.core.IMDApplication
Runs task on the main MD thread.
runOnMDThread(Runnable) - Method in class com.softwareag.mobile.core.MDApplication
 
runOnMDThread(Runnable) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
runOnMDThreadAndWait(Runnable) - Method in interface com.softwareag.mobile.core.IMDApplication
Runs task on the main MD thread and waits until it has been executed.
runOnMDThreadAndWait(Runnable) - Method in class com.softwareag.mobile.core.MDApplication
 
runOnMDThreadAndWait(Runnable) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
RuntimeInfo - Class in com.softwareag.mobile.runtime
This class provide some helpful runtime information.
RuntimeInfo() - Constructor for class com.softwareag.mobile.runtime.RuntimeInfo
 

S

save_languages - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Override the value in here to prevent the languages from being saved out (useful if you're not really using the Mobile Designer's text functionality)
save_resmap - Variable in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Override the value in here to prevent the resmap being saved out (useful if you're not really using the Mobile Designer's resource functionality)
SAVED_POINTER_LOCATIONS - Static variable in class com.softwareag.mobile.runtime.nui.nUIContainerElement
 
saveParam(String, int) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Call this to set an integer parameter
saveParam(String, boolean) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Call this to set a boolean parameter
saveParam(String, float) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Call this to set a float parameter
saveProperty(String, String) - Method in class com.softwareag.mobile.core.ProjectJPanelHandler
Call this to set a property
SCALE_FILL_KEEP_ASPECT - Static variable in class com.softwareag.mobile.runtime.nui.background.PatternImage
Fill the entire background space of a NativeUI Object, ensuring that the base Image is scaled proportionally.
SCALE_KEEP_ASPECT_NO_CLIP - Static variable in class com.softwareag.mobile.runtime.nui.background.PatternImage
Ensure that the base Image is scaled proportionally to be as large as possible in the background of a NativeUI Object, but without clipping.
SCALE_STRETCH - Static variable in class com.softwareag.mobile.runtime.nui.background.PatternImage
Stretch the base Image set with no regard for proportional scaling; just fill the space available.
scaleImage(InputStream, int, int, boolean, String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
 
scanBarcodeFromCamera(IBarcodePickerCallback) - Static method in class com.softwareag.mobile.md.media.ImagePicker
Find barcodes in a picture taken using the camera.
scanBarcodeFromCamera(IBarcodePickerCallback, int) - Static method in class com.softwareag.mobile.md.media.ImagePicker
Find barcodes of a specific type in a picture taken from the camera.
scanBarcodeFromGallery(IBarcodePickerCallback) - Static method in class com.softwareag.mobile.md.media.ImagePicker
Find barcodes using a picture in the gallery.
scanBarcodeFromGallery(IBarcodePickerCallback, int) - Static method in class com.softwareag.mobile.md.media.ImagePicker
Find barcodes of a specific type using a picture in the gallery.
scanBarcodeFromLiveVideo(IBarcodePickerCallback, float, boolean, boolean) - Static method in class com.softwareag.mobile.md.media.ImagePicker
Use the device's camera to scan for barcodes in real time.
scanBarcodeFromLiveVideo(IBarcodePickerCallback, int, float, boolean, boolean) - Static method in class com.softwareag.mobile.md.media.ImagePicker
Use the device's camera to scan for barcodes in real time.
SCROLL_STATE_DRAGGING - Static variable in interface com.softwareag.mobile.runtime.nui.IListListener
The view is being dragged by user.
SCROLL_STATE_IDLE - Static variable in interface com.softwareag.mobile.runtime.nui.IListListener
The view is not currently scrolling.
SCROLL_STATE_SCROLLING - Static variable in interface com.softwareag.mobile.runtime.nui.IListListener
The view is currently scrolling.
scrollTo(int, boolean) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Scroll to the given position.
scrollTo(int, boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Scroll this nUIListElement to the desired position.
scrollTo(int, boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Scroll this nUIListView to the desired position.
scrollToRow(int, boolean) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Scrolls to the given row, so that it will be displayed as the first visible row.
scrollToRow(int, boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Scroll to a row in the list.
scrollToRow(int, boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Scroll to a row in the list.
selection - Variable in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
 
selectRow(int) - Method in interface com.softwareag.mobile.runtime.nui.IListEditMode
 
sendMessage(String, int, String, byte[]) - Method in class com.softwareag.mobile.runtime.comms.MessageConnectionHandler
Deprecated.
Sends a text or binary message to another phone
Serializable - Interface in com.softwareag.mobile.runtime.serialize
All classes that want to be serializable must implement this interface.
serialize(Object) - Static method in class com.softwareag.mobile.runtime.serialize.Serializer
 
serializeHelper(Object, DataOutputStream, Hashtable) - Static method in class com.softwareag.mobile.runtime.serialize.Serializer
 
Serializer - Class in com.softwareag.mobile.runtime.serialize
...
Serializer() - Constructor for class com.softwareag.mobile.runtime.serialize.Serializer
 
serializeSwitch(Object, DataOutputStream, Hashtable, boolean) - Static method in class com.softwareag.mobile.runtime.serialize.Serializer
 
serializeSwitchInject(String, int, Object, DataOutputStream, Hashtable, boolean) - Static method in class com.softwareag.mobile.runtime.serialize.Serializer
 
set_font - Static variable in class com.softwareag.mobile.runtime.media.TextHandler
 
setAccentColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
setAccentColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
setAlign(int) - Method in class com.softwareag.mobile.runtime.nui.nUIImageElement
Sets the alignment of the image.
setAppDirectionality(int) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Set the text and UI directionality, if possible.
setApplicationIconBadgeNumber(int) - Method in class com.softwareag.mobile.core.MDApplication
Sets the badge number for the application.
setApplicationListener(IMDApplicationListener) - Method in interface com.softwareag.mobile.core.IMDApplication
Sets listener to receive Application events events.
setApplicationListener(IMDApplicationListener) - Method in class com.softwareag.mobile.core.MDApplication
 
setAxes(nUIChartAxis[]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets values for the chart axes.
setAxesLabels(nUIChartLabel, nUIChartLabel[]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the axis label for the chart from an array of nUIChartLabel items.
setAxesLabelStrings(String, String[]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the axes labels for the chart using strings.
setAxisColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the color used when drawing the chart axes.
setAxisLabel(String) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Convenience method, calls setAxisLabel(nUIChartLabel label)
setAxisLabel(nUIChartLabel) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the label for this chart axis.
setAxisLabelCentering(boolean) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets if the chart is allowed to draw major gridline labels centered over the axis line itself.
setAxisLabelTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the color used to draw axis text labels
setAxisLineThickness(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the thickness of the axis lines to use in x/y graphs.
setBackgroundColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the color of the chart background.
setBackgroundDrawable(IBackgroundDrawable) - Method in interface com.softwareag.mobile.runtime.nui.IDisplayObject
Set the IBackgroundDrawable responsible for handling how the background of this element is drawn.
setBackgroundDrawable(IBackgroundDrawable) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
setBackgroundDrawable(IBackgroundDrawable) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Set the IBackgroundDrawable responsible for handling how the background of this element is drawn.
setBarGrouping(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Bars in a chart can be grouped together so that the there's a different spacing gap between the groups.
setBarGroupSpacing(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Similar to the bar sizing value, the bar group spacing value is a fraction (> 0.0) of a standard bar's maximum size that is used as the spacer between groups of bars.
setBarSizing(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Sets the spacing of the bars within the space available for each bar.
setBestGuessScale(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the scale of the chart (as a fraction of the chart's most significant dimension).
setBgcolor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Sets the background colour of this nUIWebView.
setBgcolor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Sets the background colour of this nUIWebviewElement.
setBgcolorHighlight(int) - Method in class com.softwareag.mobile.runtime.nui.nUITableButton
Deprecated. 
setBgcolorHighlightStyle(int) - Method in class com.softwareag.mobile.runtime.nui.nUITableButton
Sets the highlight background style of this button.
setBgimageScroll(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIContainerElement
Sets scrolling of the background Image with the foreground.
setBgimageScroll(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Set if this list should scroll its background Image along with the contents.
setBgimageScroll(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Sets scrolling of the background Image with the foreground.
setBorderColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the colour to use when painting a border around the chart.
setBorderThickness(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the thickness, in pixels, of the border to draw around the whole chart.
setBottom(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Sets the bottom of this object relative to the parent's y position.
setBubbleScaleMultiplier(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
Sets the maximum size of a bubble's diameter in a bubble chart.
setCancelButtonText(String) - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
setCancelButtonTitle(String) - Method in class com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder
Set the title for the "Cancel" or "Dismiss" button.
setCellBorderColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Set the cell border color.
setCellBorderThickness(int) - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Set the current cell border thickness.
setCellSpacingHeight(int) - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Set the current cell spacing height.
setCellSpacingWidth(int) - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Set the current cell spacing width.
setChartBodyPadding(float, float, float, float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets relative padding to apply to the chart borders.
setChartBodyPadding(int, int, int, int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the literal padding to apply to the chart borders.
setChildFocus(nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
 
setClip(int, int, int, int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Sets a clipping rectangle to act on subsequent render calls.
setClipType(int) - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Sets the type of end of line truncation that is used
setColor(int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Sets the foreground color to use on subsequent render calls.
setColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUISeparatorElement
Sets the color of the object
setCredentials(Credentials, String) - Method in class com.softwareag.mobile.md.io.CredentialStore
Set the credentials for a given server.
setCredentials(Credentials, String) - Method in interface com.softwareag.mobile.md.io.ICredentialStorage
Set credentials for this server.
setCustomSpinner(int, nUIDisplayObject) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
 
setCustomSpinner(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Use a custom nUIDisplayObject for the spinner.
setCustomSpinner(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Use a custom nUIDisplayObject for the spinner.
setData(byte[]) - Method in class com.softwareag.mobile.runtime.comms.Response
Sets the response data.
setData(float[]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets a one dimensional float [] array for this chart.
setData(float[], int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the float [] array for this chart, with a specific stride value for the data elements.
setData(float[][]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the float [] array for this chart from a multi-dimensional array, combining the arrays into one and setting the stride appropriately.
setData(float[], float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
Sets the data for a Pie chart.
setDataColors(int[]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the colors for all the data items in the grid.
setDataLabels(nUIChartLabel[]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIDataSeriesChart
Sets the data labels for the chart elements from an array of nUIChartLabel items.
setDataLabelStrings(String[]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIDataSeriesChart
Sets the labels for each of the data elements in the grid using strings.
setDataLineThickness(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUILineChart
Sets the thickness of the data line to draw.
setDataPointMarkerSizes(float[]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the data point marker sizes.
setDataPointMarkerTypes(int[]) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets a number of data point marker types.
setDataTheme(int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Sets the theme from which default values will be pulled when drawing the data values on the chart.
setDate(long) - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
Sets the current date and time of this date entry object.
setDecimalPlaces(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Sets the number of displayable decimal places for this label's value.
setDefaults() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIAreaChart
Sets defaults for this chart type.
setDefaults() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBarChart
Sets the defaults for this chart type.
setDefaults() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
 
setDefaults() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets all default values for this chart type.
setDefaults() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIDataSeriesChart
 
setDefaults() - Method in class com.softwareag.mobile.runtime.nui.charts.nUILineChart
 
setDefaults() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIScatterChart
 
setDefaults() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
 
setDefaults() - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
 
setDelegate(IListProvider) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Set the delegate IListProvider associated with this list renderer.
setDelegate(IListProvider) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Set the IListProvider delegate for this list.
setDelegate(IListProvider) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Set the IListProvider delegate for this list.
setDelegate(IWebviewElement) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
 
setDisabledColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Set the color that the element should be when it's disabled.
setEditing(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
 
setEditing(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
 
setEditing(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
 
setElementIdentifier(String) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Set an identifier that may be used to locate the element inside the UI hierarchy.
setEnabled(boolean) - Method in interface com.softwareag.mobile.runtime.nui.IButtonElement
Enables or disables this IButtonElement.
setEnabled(boolean) - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Enables or disables this IFloatingEntry.
setEnabled(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
setErrorText(String) - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
A floating entry field may optionally display error text if the entered content is not acceptable.
setErrorText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
A floating entry field may optionally display error text if the entered content is not acceptable.
setErrorTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Set the color that the error message should be.
setErrorTextVisible(boolean) - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Force the floating text entry to immediately show or hide the error text.
setErrorTextVisible(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Force the floating text entry to immediately show or hide the error text.
setException(Throwable) - Method in class com.softwareag.mobile.runtime.comms.Response
Sets the exception.
setFallbackText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
Set the fallback text to display on the button if the date is currently unset.
setFocus(boolean) - Method in interface com.softwareag.mobile.runtime.nui.IWebviewElement
 
setFocus(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
 
setFocus(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
 
setFocusable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
setFont(int, int, int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Sets the font to use for subsequent drawString calls.
setFontSize(int) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
setFontSize(float) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
setFontSize(float) - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Sets font size in density-independent or scale-independent pixels depending on target device.
setFontSize(float) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Sets font size in density-independent or scale-independent pixels depending on target device.
setFontSize(float) - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Sets font size in density-independent or scale-independent pixels depending on target device.
setFontStyle(int) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
setFontStyle(int) - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Sets the style of the font to use.
setFontStyle(int) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Sets the style of the font to use.
setFontStyle(int) - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Sets the style of the font to use.
setFormat(String) - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
Set the format for this date entry.
setFormat(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
Unsupported at this level, do not use.
setFormat(int) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Sets the allowable text format of this entry element, using one of the FORMAT_* constants defined in this class.
setFullscreen(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
 
setGesturable(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
setGroupID(int) - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Sets the group ID of this button.
Groups start from 0 and go upwards.
setGrowingOnTextEntry(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
For multi-line text fields, allow the entry element to start at one line only and expand as content is added.
setHAlign(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Sets the horizontal alignment of this label.
setHAlign(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
Sets the alignment of the text.
setHAlign(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
Sets the alignment of the text.
setHAlign(int) - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Sets the alignment of the text.
setHeader(nUIDisplayObject) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Sets the header for the list view that will be scrolled together with content.
setHeader(nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
 
setHeader(nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
 
setHeaderBackground(IBackgroundDrawable) - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Sets background image or color for the header
setHeaderBgcolor(int) - Method in class com.softwareag.mobile.runtime.nui.nUINavView
Sets the background colour of this view.
setHeaderFgColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Sets the header colour of this view.
setHeadertext(String) - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Sets the header text for this View.
setHeight(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the height of this chart image.
setHeight(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Sets the pixel height of this object.
setHintText(String) - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Sets the hint text to display when no text is shown.
setHintText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Sets the hint text to display when no text is shown.
setHintTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Set the color of the hint text for this element.
setHscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIContainerElement
Sets this container's ability to scroll horizontally.
setHscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Set if this list should scroll in a horizontal direction.
setHscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Sets whether this view can be scrolled horizontally.
setHscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Sets whether this web view is allowed to scroll horizontally.
setHscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Sets whether this web element should be allowed to scroll horizontally.
setHspan(int) - Method in class com.softwareag.mobile.runtime.nui.nUITablecellElement
Sets the horizontal span of this table cell.
setHTMLText(String) - Method in interface com.softwareag.mobile.runtime.nui.IWebviewElement
Sets the content of the page directly by passing in raw html.
setHTMLText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Sets the content of the page directly by passing in raw html.
setHTMLText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Sets the content of the page directly by passing in raw html.
setHttpConnection(HttpConnection) - Method in class com.softwareag.mobile.runtime.comms.HttpResponse
Sets the underlying HttpConnection object.
setIcon(Image) - Method in class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
Sets an icon to be associated with this navbutton.
setId(int) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
setId(int) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Sets an ID for the particular element.
setIgnoreDirectionality(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Set whether this table ignores application-wide directionality settings when laying out columns.
setImage(Image) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
The setImage method from nUIImageElement does nothing at this level, since we don't want external calls to actually set the image.
setImage(Image) - Method in interface com.softwareag.mobile.runtime.nui.IImageElement
Sets the image to display.
setImage(Image) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
setImage(Image) - Method in class com.softwareag.mobile.runtime.nui.nUIImageElement
Sets the image to display.
setIndicator(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Sets the value for the chart indicator (the 'needle' or bar) that appears to highlight a certain position.
setIndicatorColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Sets the color for the indicator
setIndicatorColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
Set the color of any additional indicator(s) that denotes this as a drop-down list (e.g.
setIndicatorColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Set the ARGB color of the indicator used to highlight the currently active tab.
setIndicatorHeight(float) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Set the height of the indicator highlighting the currently active tab.
setInnerHeight(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
setInnerWidth(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
setInnerX(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Delta from the getX position to our internal bounding box
setInnerY(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Delta from the getY position to our internal bounding box
setInterElementYSpacing(int) - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Sets the spacing between child elements of this view.
setInternalId(int) - Method in class com.softwareag.mobile.runtime.pn.PushNotification
 
setItems(String[]) - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
Sets the array of Strings to display in this Dropdownlist.
setLabelTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Set the color that the floating label should be.
setLeadingZeroPad(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
If you wish to add zeroes to the beginning of this data label, then you can set the number required here.
setLeft(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Equivalent to setX(left).
setLines(int) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Sets the number of lines shown to the user to type into.
setLines(int) - Method in class com.softwareag.mobile.runtime.nui.nUISearchEntry
Will be ignored, a search dialog is always one line long.
setListActionListener(IListActionListener) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
 
setListActionListener(IListActionListener) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
 
setListActionListener(IListActionListener) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
 
setListListener(IListListener) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Sets a IListListener to be used for callbacks.
setListListener(IListListener) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Set the IListListener associated with this nUIListElement.
setListListener(IListListener) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Set the IListListener associated with this nUIListView.
setMajorGridlineColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the color of the major gridlines.
setMajorGridlineFrequency(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the major gridline frequency (these are often labelled with values).
setMajorGridlineFrequency(Float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the major gridline frequency (these are often labelled with values).
setMajorGridlineThickness(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the thickness of the major grid lines to use in x/y graphs.
setMaximum(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the maximum value this axis should be capable of displaying.
setMaximum(Float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the maximum value this axis should be capable of displaying.
setMaxLines(int) - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Sets the maximum number of lines this text should display when line-wrapped.
setMenuID(String, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Deprecated. 
setMessage(String) - Method in class com.softwareag.mobile.runtime.pn.PushNotification
 
setMinimum(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the minimum value that this axis should be capable of displaying.
setMinimum(Float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the minimum value that this axis should be capable of displaying.
setMinimumLabelAngle(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
Sets the minimum angle at which a pie segment should recieve a default label.
setMinLines(int) - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Sets the minimum number of lines this text should display when line-wrapped.
setMinorGridlineColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the color of the minor grid lines.
setMinorGridlineFrequency(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets minor (unlabelled) grid lines running perpendicular to the axis, along the chart.
setMinorGridlineFrequency(Float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets minor (unlabelled) grid lines running perpendicular to the axis, along the chart.
setMinorGridlineThickness(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the thickness of the minor grid lines to use in x/y graphs.
setNavigationBarTintColor(int) - Method in interface com.softwareag.mobile.runtime.nui.IGlobalPropertiesIOS
Sets a tint color for nUINavbuttonElement within.
setNumstates(int) - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Sets the number of states that this button has.
setNumstates(int) - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
The number of states for this element will always be 2, no matter what value is passed here.
setOn(boolean) - Method in interface com.softwareag.mobile.runtime.nui.ICheckboxButton
Set the position of the checkbox.
setOn(boolean) - Method in interface com.softwareag.mobile.runtime.nui.ISwitchButton
Set the position of the switch.
setOn(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
setOn(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
Set the position of the switch.
setOrientation(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Sets the orientation of the chart to vertical or horizontal.
setOrientation(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the orientation of the chart to vertical or horizontal.
setOutlineColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the outline colour to use when drawing data areas (e.g.
setOutlineColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
setOutlineColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
setOutlineThickness(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the thicknes of the outline that will be drawn around data areas for this chart.
setOverscrollingEnabled(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Enable or disable overscrolling when reaching the end of the content of this nUIWebView (sometimes called "bouncing").
setOverscrollingEnabled(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Enable or disable overscrolling when reaching the end of the content of this nUIWebviewElement (sometimes called "bouncing").
setPaneDimensions(int, int[]) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
setPaneDimensions(int, int[], String) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Takes a copy of the supplied x/y/w/h dimensions and records them for this pane, along with an identifying name.
setPaneIdentifier(int, String) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Sets an identifier for an already existing pane.
setParam(String, boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets in Parameters.java: public static final bool PARAM_{param} = {value};
setParam(String, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets in Parameters.java: public static final int PARAM_{param} = {value};
setParam(String, float) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets in Parameters.java: public static final float PARAM_{param} = {value};
setParam(String, long) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets in Parameters.java: public static final long PARAM_{param} = {value};
setParam(String, double) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets in Parameters.java: public static final double PARAM_{param} = {value};
setParam(String, String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets in Parameters.java: public static final String PARAM_{param} = "{value}";
setParams(Hashtable) - Method in class com.softwareag.mobile.runtime.pn.PushNotification
 
setPointMarkerSize(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the point marker's size.
setPointMarkerType(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIBubbleChart
Bubble charts always draw filled circles, so calling this method on a Bubble Chart will have no effect.
setPointMarkerType(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
For scatter charts and other types that render points individually, this method sets the type of the points drawn.
setPopupDismissText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Set the text shown by the iOS keyboard/spinner dimissal header button.
setPostfixHint(String) - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Set a persistent "hint" to be shown after the text in this entry.
setPostfixHint(String) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Set a persistent "hint" to be shown after the text in this entry.
setPostfixIcon(Image) - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Set a persistent "hint icon" to be shown after the text in this entry.
setPostfixIcon(Image) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Set a persistent "hint icon" to be shown after the text in this entry.
setPostHeaders() - Method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Put this in its own method so we can extend this easily
setPreferredStatusBarStyle(int) - Method in interface com.softwareag.mobile.runtime.nui.IGlobalPropertiesIOS
Sets preferred status bar style .
setPrefixHint(String) - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Set a persistent "hint" to be shown before the text in this entry.
setPrefixHint(String) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Set a persistent "hint" to be shown before the text in this entry.
setPrefixIcon(Image) - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
Set a persistent "hint icon" to be shown before the text in this entry.
setPrefixIcon(Image) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
Set a persistent "hint icon" to be shown before the text in this entry.
setProgress(int) - Method in class com.softwareag.mobile.runtime.nui.nUIProgressanimElement
Sets the progress value - this will be mod'd with 101 to give a value in the range 0-100
setProperties(Hashtable) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
setProperty(String, String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets an ant property (note - doesn't adhere to the immutability of properties)
setProperty(String, Object) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
 
setProperty(String, String) - Static method in class com.softwareag.mobile.runtime.RuntimeInfo
Sets the value for the given key.
setPushNotificationListener(IPushNotificationListener) - Method in interface com.softwareag.mobile.core.IMDApplication
Sets listener to receive Push Notification messages.
setPushNotificationListener(IPushNotificationListener) - Method in class com.softwareag.mobile.core.MDApplication
 
setPutHeaders() - Method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
Put this in its own method so we can extend this easily
setRandomNumberSeed(long) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Sets the seed for the random number generator.
setRange(float, float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the minimum and maximum values for this axis.
setRange(Float, Float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
Sets the minimum and maximum values for this axis.
setRecordStoreData(byte[], int) - Static method in class com.softwareag.mobile.runtime.storage.RecordStoreHandler
Call this with the singular data array you want to save, and what recordstore buffer to save it to.
setRecordStoreDataMult(byte[][], int) - Static method in class com.softwareag.mobile.runtime.storage.RecordStoreHandler
Call this with the multiple data arrays you want to save, and what recordstore buffer to save it to.
setRenderStyle(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the rendering style for this chart.
setRenderType(int) - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Sets the rendering type to use.
setResBlockID(String, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Similar to setParam(int), but sets a RESBLOCKID_ value.
setResID(String, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Similar to setParam(int), but sets a RESID_ value.
setResIDVisibility(String, boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Specifies the visibility of ResIDs.
setResourceReadDirectory(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets the absolute resource directory that all future files will be read from.
setResourceReadSubdirectory(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets the resource directory (relative to the ${project.resource.dir.root}) that all future files will be read from.
setRight(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Sets the right hand edge of this object, relative to the parent object's x position.
setScaleToFitEnabled(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Enable or disable scaling web content to fit the page (if available).
setScaleToFitEnabled(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Enable or disable scaling web content to fit the page (if available).
setScrollThreshold(int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Sets the threshold number for scrolling.
setScrollThreshold(int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Set the amonut of scroll that should be left remaining when the IListListener associated with this list should get a notification.
setScrollThreshold(int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Set the amonut of scroll that should be left remaining when the IListListener associated with this list should get a notification.
setSearchFieldAccentColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
Sets the color of underlying line in the search field.
setSearchFieldBackground(IBackgroundDrawable) - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
setSearchFieldHintText(String) - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
setSearchFieldHintTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
Sets color of hint text and all icons within text field.
setSearchFieldListener(ISearchFieldListener) - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
setSearchFieldText(String) - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
setSearchFieldTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
 
setSearchFieldTintColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
Sets tint color for text within search field
setSelectedTab(int) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Set the currently active tab.
setSelection(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDropdownlistEntry
Sets the index of the item to display from the items array
setSelectionColor(int) - Method in interface com.softwareag.mobile.runtime.nui.IListEditMode
Sets the background of selected cells.
setSideView(float, nUIViewDisplay) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Sets a side view at the the default position with the default style.
setSideView(float, nUIViewDisplay, int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Sets a side view at the given position with the given style.
setSize(int, int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Convenient method to set the dimensions of the chart in a single method call
setStackType(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Sets the type of the data stacking - ether STACK_ABSOLUTE (all data values passed in correspond to literal values), or
STACK_ACCUMULATE (data values are added together).
setStartAngle(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIPieChart
Sets the angle for the first rendered pie segment.
setState(int) - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Sets the current state of this button.
setStatusCode(int) - Method in class com.softwareag.mobile.runtime.comms.Response
Sets the status code.
setStatusMessage(String) - Method in class com.softwareag.mobile.runtime.comms.Response
Sets the status message.
setStringValidator(IStringValidator) - Method in interface com.softwareag.mobile.runtime.nui.IFloatingEntry
When the text changes in a floating entry element, it can be checked against an optional IStringValidator.
setStringValidator(IStringValidator) - Method in class com.softwareag.mobile.runtime.nui.nUIFloatingEntry
When the text changes in a floating entry element, it can be checked against an optional IStringValidator.
setStructureTheme(int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Sets the theme from which default values will be pulled when drawing the structural parts of the chart.
setStyle(int) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Sets the rendering style to influence all subsequent "fill" methods.
setTabBackgroundColor(IBackgroundDrawable) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Set the IBackgroundDrawable responsible for handling how the background of the tabs are drawn.
setTabbarTintColor(int) - Method in interface com.softwareag.mobile.runtime.nui.IGlobalPropertiesIOS
Sets selected color of nUINavbuttonElement within.
setTabFontFace(int) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Set the font style used to render tab headings.
setTabFontSize(float) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Set the font size for tab headings, in device independent pixels.
setTabMode(int) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Set the current tab mode.
setTabTextColor(int, int) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Set the text color for tab labels.
setTabTextColors(int, int) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Set the tab label's text color for both selected and normal states at the same time.
setTabViewListener(ITabViewListener) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Sets the Object that should be notified when the current tab changes.
setTabViewProvider(ITabViewProvider) - Method in class com.softwareag.mobile.runtime.nui.nUITabView
Sets the Object that will provide tab information, such as the number of tabs, their labels and their content.
setTag(Object) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
Sets user-defined data
setText(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Sets the value to display on this label.
setText(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Sets the value to display on this label.
setText(String) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Sets the value to display on this label.
setText(String) - Method in interface com.softwareag.mobile.runtime.nui.ITextfieldElement
Sets the text to display.
setText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
setText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Sets the text to display.
setText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIDateEntry
This needs to convert the passed in text to the 'long date'.
setText(String) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
Sets the text to display.
setText(String) - Method in class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
Sets the text associated with this navbutton.
setText(String) - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Sets the text to display.
setTextalign(int) - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Sets the text horizontal alignment.
setTextColor(int) - Method in interface com.softwareag.mobile.runtime.nui.ITextfieldElement
Sets the text color.
setTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIActionButton
 
setTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Sets the text color.
setTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIEntryElement
 
setTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
Sets the text color of the text if the particular platform supports it.
setTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
setTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
setTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUITextfieldElement
Sets the text color
COLOR_FOREGROUND_NORMAL, COLOR_FOREGROUND_LIGHT and COLOR_FOREGROUND_DARK will be mapped to the normal colors used in menuing for this particular device
setTextID(String, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Similar to setParam(int), but sets a TEXTID_ value.
setThumbColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
 
setTickColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUICheckboxButton
 
setTickColor(int) - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
setTickFrequency(float) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIDataSeriesChart
For a chart with data labels, determine how often the data labels should appear.
setTickLabelTextColor(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the color used to draw tick text labels
setTimeStamp(long) - Method in class com.softwareag.mobile.runtime.pn.PushNotification
 
setTimeZoneOffset(int) - Method in class com.softwareag.mobile.md.text.DateFormat
Sets current time zone offset in minutes relative to GMT.
setTop(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Equivalent to setY(top)
setTopBotColorYRange(float, float) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Sets the top-most and bottom-most colors to be used by the fill technique, given set vertical bounds.
setTopLineRendering(boolean) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIAreaChart
Enable or disable the rendering of a line at the top of a data set.
setTriggerable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Sets an object as triggerable.
setType(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Sets the type of the chart to linear or angular.
setType(int) - Method in class com.softwareag.mobile.runtime.nui.nUIButtonElement
Sets the button type.
setType(int) - Method in class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
Sets navbutton type.
setType(int) - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
Sets the type of this checkbox button.
setType(int) - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
Sets the switch type.
setUnlinkChildrenOnRemoval(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIObject
 
setURL(String) - Method in interface com.softwareag.mobile.runtime.nui.IWebviewElement
Sets the current URL to visit.
setURL(String) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Sets the current URL.
setURL(String, String) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Sets the URL and its mime-type
setURL(String) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Sets the current URL to visit.
setURL(String, String) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Sets the URL and its mime-type
setVAlign(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Sets the vertical alignment of this label.
setVAlign(int) - Method in class com.softwareag.mobile.runtime.nui.nUITablecellElement
Sets the vertical alignment of the table cell.
setVisible(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Makes the current element with all its underlying children invisible/visible
setVscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIContainerElement
Sets this container's ability to scroll vertically.
setVscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Set if this list should scroll in a vertical direction.
setVscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Sets whether vertical scrolling is allowed.
setVscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Sets whether this web view is allowed to scroll vertically.
setVscrollable(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Sets whether this web element should be allowed to scroll vertically.
setVspan(int) - Method in class com.softwareag.mobile.runtime.nui.nUITablecellElement
Sets the vertical span of this table cell.
setWidth(int) - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Sets the width of this chart image.
setWidth(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Sets the pixel width of this object.
setX(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Sets the current x-position of this object relative to its parent's internal bounding box.
setY(int) - Method in class com.softwareag.mobile.runtime.nui.nUIDisplayObject
Sets the current y-position of this object relative to its parent's internal bounding box.
setZoomControlEnabled(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Enable or disable any platform-provided magnification controls (zoom in/out buttons, sliders, etc.) that may be available.
setZoomControlEnabled(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Enable or disable any platform-provided magnification controls (zoom in/out buttons, sliders, etc.) that may be available.
setZoomingEnabled(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebView
Enable or disable user-driven magnification of the content in this webview through "pinch and zoom" or other controls.
setZoomingEnabled(boolean) - Method in class com.softwareag.mobile.runtime.nui.nUIWebviewElement
Enable or disable user-driven magnification of the content in this webview element through "pinch and zoom" or other controls.
shouldSelect(int) - Method in interface com.softwareag.mobile.runtime.nui.IListProvider
 
shouldSelectInEditMode(int) - Method in interface com.softwareag.mobile.runtime.nui.IListProvider
 
show(nUIElementDisplay) - Method in class com.softwareag.mobile.runtime.nui.nUIPopupMenuBuilder
Opens the pop-up menu, anchoring it to the specified NativeUI Element.
showSearchField() - Method in class com.softwareag.mobile.runtime.nui.nUISearchNavButton
Expands the search field.
showSideView(int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Opens a side view at the given position.
showSpinner(int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Shows spinner at the top or bottom to indicate that data is not yet available.
showSpinner(int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Show the spinner to indicate background activity.
showSpinner(int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Show the spinner to indicate background activity.
silenceWarnings(boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets whether future warnings should be silenced from the console
size_absolute - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Font size
SIZE_BLOCKPACKPMAPPINGS - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Offset to the various chunks of data used to record block-to-pack mapping info
size_huge - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Font size
size_large - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Font size
size_medium - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Font size
size_relative - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Font size
SIZE_RESBLOCKMAPPINGS - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Offset to the various chunks of data used to record resource-to-block mapping info
size_small - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Font size
size_tiny - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Font size
sizeChanged(int, int) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Call this when the Canvas size has changed (usually on an orientation change event)
SOUND_SERVICE - Static variable in interface com.softwareag.mobile.core.IMDApplication
 
sqrt(int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Performs a standard integer squareroot
STACK_ABSOLUTE - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Data stacking
STACK_ACCUMULATE - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITwoAxisChart
Data stacking
startApp() - Method in interface com.softwareag.mobile.core.IMDApplication
Starts the application.
startApp() - Method in class com.softwareag.mobile.core.MDApplication
 
startEditMode(IListEditModeListener) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
 
startEditMode(IListEditModeListener) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
 
startEditMode(IListEditModeListener) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
 
startResourceBlock(String) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Sets which resource block future 'adds' will be added to.
STATE_CONNECTED - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
The interface has connected and is available to use.
STATE_CONNECTING - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
The interface is in the process of negotiating a connection.
STATE_DISCONNECTED - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
The interface has become disconnected and is now no longer able to route traffic.
STATE_DISCONNECTING - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
The interface is in the process of disconnecting and will no longer route traffic.
STATE_NOT_AVAILABLE - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
The interface is unavailable at this time.
STATE_UNKNOWN - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
An unexpected state change has occurred on this interface.
Statement - Class in com.softwareag.mobile.runtime.database
Representation of a SQL statement.
Statement() - Constructor for class com.softwareag.mobile.runtime.database.Statement
 
STATUS_BAR_STYLE_AUTO - Static variable in interface com.softwareag.mobile.runtime.nui.IGlobalPropertiesIOS
Status bar content color will be automatically detected based on background color.
STATUS_BAR_STYLE_DEFAULT - Static variable in interface com.softwareag.mobile.runtime.nui.IGlobalPropertiesIOS
Status bar content color will set to the system default (black)
STATUS_BAR_STYLE_LIGHT - Static variable in interface com.softwareag.mobile.runtime.nui.IGlobalPropertiesIOS
Status bar content color will be white
STATUS_CANCELLED - Static variable in interface com.softwareag.mobile.md.media.IBarcodePickerCallback
The user chose to cancel the barcode scan task and return to the application without a value.
STATUS_CANCELLED - Static variable in interface com.softwareag.mobile.md.media.IImagePickerCallback
The user chose to cancel the image capture task and return to the application without an Image.
STATUS_CLOSED - Static variable in interface com.softwareag.mobile.runtime.nui.IListActionListener
The action buttons are not visible
STATUS_CODE_ERROR - Static variable in class com.softwareag.mobile.runtime.comms.Response
 
STATUS_CODE_NONE - Static variable in class com.softwareag.mobile.runtime.comms.Response
 
STATUS_ERROR - Static variable in interface com.softwareag.mobile.md.media.IBarcodePickerCallback
The barcode scan ended in an error, usually due to an unexpected situation (file-not-found, not enough memory, can't access file).
STATUS_ERROR - Static variable in interface com.softwareag.mobile.md.media.IImagePickerCallback
The image-capture ended in an error, usually due to an unexpected situation (file-not-found, not enough memory, can't access file).
STATUS_NO_PERMISSION - Static variable in interface com.softwareag.mobile.md.media.IBarcodePickerCallback
The application does not have permission to perform this kind of barcode scanning task.
STATUS_NO_PERMISSION - Static variable in interface com.softwareag.mobile.md.media.IImagePickerCallback
The application does not have permission to perform this kind of image-capture task.
STATUS_OPENED - Static variable in interface com.softwareag.mobile.runtime.nui.IListActionListener
The action buttons are visible.
STATUS_SWIPED - Static variable in interface com.softwareag.mobile.runtime.nui.IListActionListener
The cell is fully swiped away.
stopLocationUpdates() - Method in interface com.softwareag.mobile.md.location.ILocationManager
Stop watching for location changes.
stringWidth() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartLabel
Gets the width of the text set for this label.
stringWidth(String) - Static method in class com.softwareag.mobile.runtime.nui.charts.nUIChartRenderer
Calculates the width of a particular string if rendered using the currently selected font.
STRUCTURE_DARK_ON_LIGHT_THEME - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Default theme for handsets that have a lighter background.
STRUCTURE_LIGHT_ON_DARK_THEME - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Default theme for handsets that have a dark background.
STRUCTURE_THEMES - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartingTheme
Number of structure themes that are available.
style_bold - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
style_default - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
style_italic - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
subAdministrativeArea - Variable in class com.softwareag.mobile.md.location.Placemark
In cases where the administrative area is sub-divided, the local authority responsible for this area.
subfile(int, int) - Method in class com.softwareag.mobile.md.io.File
Returns a new file instance initialized with the sub-path.
subLocality - Variable in class com.softwareag.mobile.md.location.Placemark
In cases where the locality is sub-divided, the sub-locality that identifies this area.
subThoroughfare - Variable in class com.softwareag.mobile.md.location.Placemark
In cases where the thoroughfare is split or otherwise addressable in parts, the name of the part that this place is (or is on).
suggestLineThickness() - Method in class com.softwareag.mobile.runtime.nui.charts.nUIChartImage
Suggest the best size to draw a line given the size of the screen.
SV_LEFT - Static variable in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
A position constant for side view indicating the left side.
SV_RIGHT - Static variable in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
A position constant for side view indicating the right side.
SV_STYLE_BELOW - Static variable in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
A style for side view indicating the side view is located below the window.
SV_STYLE_OVER - Static variable in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
A style for a side view indicating the side view is located over the window.
swipe(nUIActionButton[]) - Static method in class com.softwareag.mobile.runtime.nui.SwipeBehavior
 
SWIPE_LEFT_TO_RIGHT - Static variable in interface com.softwareag.mobile.runtime.nui.IListActionListener
A swipe gesture from left to right.
SWIPE_RIGHT_TO_LEFT - Static variable in interface com.softwareag.mobile.runtime.nui.IListActionListener
A swipe gesture from right to left.
SwipeActionBehavior - Class in com.softwareag.mobile.runtime.nui
This behavior allows user to swipe a cell to show action buttons and still be able to swipe the cell away.
SwipeActionBehavior(nUIActionButton[]) - Constructor for class com.softwareag.mobile.runtime.nui.SwipeActionBehavior
 
SwipeBehavior - Class in com.softwareag.mobile.runtime.nui
Use this class to create different swipe behaviors which can be assigned to a cell within nUIListElement/nUIListView Following behaviors are available SwipeToDeleteBehavior - user can swipe away a cell.
SwipeBehavior() - Constructor for class com.softwareag.mobile.runtime.nui.SwipeBehavior
 
swipeToDelete() - Static method in class com.softwareag.mobile.runtime.nui.SwipeBehavior
 
SwipeToDeleteBehavior - Class in com.softwareag.mobile.runtime.nui
This behavior allows user to swipe a cell away.
SwipeToDeleteBehavior() - Constructor for class com.softwareag.mobile.runtime.nui.SwipeToDeleteBehavior
 
swipeToEdit(nUIActionButton[]) - Static method in class com.softwareag.mobile.runtime.nui.SwipeBehavior
 
SwipeToEditBehavior - Class in com.softwareag.mobile.runtime.nui
This behavior allows user to swipe a cell to show action buttons.
SwipeToEditBehavior(nUIActionButton[]) - Constructor for class com.softwareag.mobile.runtime.nui.SwipeToEditBehavior
 
syncUI() - Method in class com.softwareag.mobile.runtime.nui.nUIViewDisplay
Runs UI synchronization immediately.
SystemInfo - Class in com.softwareag.mobile.runtime
The class provides some runtime informations.
SystemInfo() - Constructor for class com.softwareag.mobile.runtime.SystemInfo
 

T

TAB_DYNAMIC - Static variable in class com.softwareag.mobile.runtime.nui.nUITabView
Denotes a tab area that can go beyond the view width, and scroll horizontally.
TAB_FIXED - Static variable in class com.softwareag.mobile.runtime.nui.nUITabView
Denotes that the tab area is of a fixed width, and that all tabs are expected to fit within the View width.
TEXT_COLOR_NORMAL - Static variable in class com.softwareag.mobile.runtime.nui.nUITabView
 
TEXT_COLOR_SELECTED - Static variable in class com.softwareag.mobile.runtime.nui.nUITabView
 
TEXT_DIRECTION_LTR - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
TEXT_DIRECTION_RTL - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
Right-to-left text (and UI) direction and layout.
TEXTFLAG_CONTAINS_HYPHENATION_GUIDELINES - Static variable in class com.softwareag.mobile.runtime.media.TextHandler
 
TextHandler - Class in com.softwareag.mobile.runtime.media
Deals with all the text strings and text splitting.
TEXTID_ADD_REMOVE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ADDRESS_ENTRY - Static variable in interface com.softwareag.mobile.runtime.Parameters
(Exported from the ResHandler) All the lines of text
TEXTID_ANY_NUMBER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ANY_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_AVERAGE_RAINFALL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BACK - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BACKGROUND_TEST_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BACKGROUNDS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BAR_CHARTS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BIRTHDATE_ENTRY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BLACKBERRY_HEADER_BUTTON_NOTE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BLUE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BOLD - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BROWSER_MARKET_SHARE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUBBLE_CHART - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_NUM - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_BACKGROUND - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_FONT_FACE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_FONT_SIZE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_INDICATOR_COLOR - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_INDICATOR_HEIGHT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_TAB_BACKGROUND - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_TAB_HEADER_BG_COL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_TAB_HEADER_FG_COL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_TAB_MODE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_TEXT_COLOR - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTON_SET_TEXT_COLOR_SELECTED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_BUTTONS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CENTRE_ALIGNED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CENTRE_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHARTS_BARS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHARTS_DISTRIBUTION - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHARTS_LINE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHARTS_PIE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHARTS_TRAFFIC - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHARTS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHECKBOX - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHECKER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHECKER_SCROLL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CHINESE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CLOSE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COLORED_CHECKBOX - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COLORED_RADIOCHECKBOX - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COLORED_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COLORED_TEXT_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COLORS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CONTAINERS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COUNTRY_DENMARK - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COUNTRY_ENTRY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COUNTRY_GERMANY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COUNTRY_JAPAN - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COUNTRY_UNITED_KINGDOM - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_COUNTRY_UNITED_STATES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CUSTOM_DIALOG - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_CUSTOM_ELEMENTS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_DATE_ENTRY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_DATE_TIME_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_DEFAULT_ALIGNED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_DEFAULT_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_DIALOGS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_DISTRIBUTION_CHARTS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_DOTDOTDOT_IS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENT_SIZE_TYPE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_BUTTONS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_CHARTS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_DATE_TIME - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_DIALOGS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_ENTRIES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_FLOATING_ENTRIES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_IMAGES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_INNERXY_VIEW - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_POPUP - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_SEARCH_IN_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_TABLES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_TABS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_TEXTFIELDS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ELEMENTS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_EMAIL_ENTRY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ENGLISH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ENTRIES_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ENTRY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ENTRY_PREFIX - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ERROR_MESSAGE_NO_X_ALLOWED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ERROR_MONEY_VALUES_ONLY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FILEVIEW_HEADING_CAN_EXECUTE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FILEVIEW_HEADING_CAN_READ - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FILEVIEW_HEADING_CAN_WRITE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FILEVIEW_HEADING_FULL_PATH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FILEVIEW_HEADING_LAST_MODIFIED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FILEVIEW_HEADING_LENGTH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FILEVIEW_HEADING_NAME - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FLOATING_ENTRIES_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FONTS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FRENCH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FULL_SCREEN - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_FULL_SCREEN_SCROLL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_GERMAN - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_GERMAN_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_GRAY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_GREEN - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_GROUP_N_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_GROUP_N_RADIOBOX - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_HEADER_BUTTON_N - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_HEBREW - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_HIDDEN_PIN - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_HIDDEN_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_HORIZ_STRIP - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_HORIZ_STRIP_SCROLL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_HSPAN_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_HUGE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ICON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_IMAGES_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_INACTIVE_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ITALIC - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ITEM_N - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_JAPANESE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_JAPANESE_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_AGE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_APR - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_BAD - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_CRITICAL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_FEB - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_FEMALE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_FREQUENCY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_HORIZONTAL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_JAN - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_LOCATION - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_MALE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_MAR - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_OK - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_POSITION - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_RETURN - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_TONNES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LABEL_VERTICAL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LARGE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LEFT_ALIGNED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LEFT_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LEFT_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LINE_CHART - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LINE_CHARTS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_CELL_DESC_NUM - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_CELL_TEMPLATE_DESCRIPTION - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_CELL_TEMPLATE_TITLE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_CELL_TITLE_GROUP_NUM - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_CELL_TITLE_NUM - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_CELL_TITLE_UPDATE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_CELL_UPDATE_CELL_NUM - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_DETAILS_FOR_ROW_NUM - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_FILTER_CELL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_HEADER_ADD_MULTI - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_HEADER_ADD_ONE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_HEADER_DELETE_MULTI - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_HEADER_UPDATE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_SIMPLE_DATA_CELL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_SIMPLE_TEXT_CELL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_SOME_DETAILS_FOR_ROW_NUM - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_STATIC_HEADER_BUTTON_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_STATIC_HEADER_SEARCH_PROMPT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_STATIC_HEADER_SIMPLE_BUTTONS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_STATIC_HEADER_SWITCH_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_STATIC_HEADER_TITLE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LISTVIEW_TITLE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LONG_BLOCK - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LONG_HSPAN_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LONG_TEXT_ENTRY_DEFAULT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_LONG_VSPAN_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_MAXLINES_ONE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_MENU_TYPE_CUSTOM - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_MENU_TYPE_ICON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_MENU_TYPE_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_MENU_TYPE_TEXT_AND_ICON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_MINLINES_THREE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_MULTI_LINE_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_NAME_ENTRY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_NAVBUTTON_ELEMENTS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_NAVBUTTON_STYLING - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_NAVBUTTON_USECASES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_NO - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_NO_SNAPSHOT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_NO_YES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_OFF_ON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_OK_DIALOG - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_OK_DIALOG_CONTENT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_ORANGE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_PASSWORD_ENTRY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_PIE_CHARTS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_POLISH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_POPUP_MENU_OPTION_X - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_POPUP_OPEN_POPUP_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_POPUP_YOU_CHOSE_OPTION_X - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_POSITIONING_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_PROGRESS_OVERLAY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_RADIOBOX - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_RED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_RIGHT_ALIGNED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_RIGHT_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_RIGHT_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_RUSSIAN - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SCATTER_CHART - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SCROLLING_BG_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SEARCH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SEARCH_BUTTON - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SEARCH_FOR_SOMETHING - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SMALL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SNAPSHOT_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SOMETHING - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SPANISH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STACKED_AREA_CHART - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_START_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STATE_CALIFORNIA - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STATE_OHIO - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STATE_SEATTLE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLE_BOLD - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLE_DEFAULT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLE_ITALIC - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLE_UNDERLINE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLING_BACKGROUNDS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLING_COLORS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLING_CONTAINERS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLING_CUSTOM_ELEMENTS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLING_FONTS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLING_MORE_FONTS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLING_POSITIONING - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLING_TABLE_BUTTONS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_STYLING_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SUBMIT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SWIPE_INSTRUCTIONS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SWIPE_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_SWITCH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TAB_N - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TAB_TYPE_DYNAMIC - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TAB_TYPE_FIXED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TABLE_BUTTONS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TABLES_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TEST - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TEXTFIELDS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TILE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TILE_SCROLL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TINY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TOGGLE_VISIBILITY - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TRAFFIC_CHARTS_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TRAFFIC_TYPE_GAUGE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TURKISH - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TYPE_CHECKBOX - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_TYPE_RADIOBOX - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_UNDERLINED - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_UNEDITABLE_ENTRY_ELEMENT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_UPDATE_TEST_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_USE_CASES_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_USECASES_CAMERA - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_USECASES_SWIPE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_USECASES_UPDATE_TEST - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_USECASES_USER_DETAILS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_USECASES_WEBVIEWS - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_USER_DETAILS_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_VSPAN_TEXT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEB_CODE_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEB_ELEMENT_ABOVE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEB_ELEMENT_BELOW - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEB_ELEMENT_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEB_INTERACTIVE_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEB_RES_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEB_URL_VIEW_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEB_VIEWS_HEADER - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEBVIEWS_CODE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEBVIEWS_ELEMENT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEBVIEWS_INTERACTIVE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEBVIEWS_RES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WEBVIEWS_URL - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WELCOME_MESSAGE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WHITE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_WINPHONE_HEADER_BUTTON_NOTE - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_YELLOW - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_YES - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_YES_NO_DIALOG - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
TEXTID_YES_NO_DIALOG_CONTENT - Static variable in interface com.softwareag.mobile.runtime.Parameters
 
thoroughfare - Variable in class com.softwareag.mobile.md.location.Placemark
The name of the thoroughfare that this place is (or is on).
tick_labels - Variable in class com.softwareag.mobile.runtime.nui.charts.nUIChartAxis
An array of labels for the tick marks
timeout(int) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets timeout in milliseconds.
times_resource_pack_reference - Static variable in class com.softwareag.mobile.runtime.storage.ResourceHandler
Either the packs or blocks is used, depending on the value of PARAM_MD_RESHANDLER_CACHE_ENTIRE_PACKS
timestamp - Variable in class com.softwareag.mobile.md.location.Location
A UTC timestamp in milliseconds that represents the time this location data was sampled or became relevant.
timeZone - Variable in class com.softwareag.mobile.md.location.Placemark
The time zone that this place is within.
toggle() - Method in interface com.softwareag.mobile.runtime.nui.ICheckboxButton
Toggles the checkbox.
toggle() - Method in interface com.softwareag.mobile.runtime.nui.ISwitchButton
Toggles the switch.
toggle() - Method in class com.softwareag.mobile.runtime.nui.nUIRadioCheckbox
 
toggle() - Method in class com.softwareag.mobile.runtime.nui.nUISwitchButton
Toggles the switch.
top - Static variable in interface com.softwareag.mobile.runtime.nui.nUIConstants
 
toString() - Method in class com.softwareag.mobile.md.io.File
Returns the string representation of this file.
toString() - Method in class com.softwareag.mobile.runtime.comms.Connection
 
toString() - Method in class com.softwareag.mobile.runtime.comms.HttpResponse
 
toString() - Method in class com.softwareag.mobile.runtime.comms.Response
 
totalRelWidths() - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
The sum of the relative widths
TRANSITION_APPEAR - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
TRANSITION_DOWN - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
TRANSITION_FADE - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
TRANSITION_LEFT - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
TRANSITION_RIGHT - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
TRANSITION_UP - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
transitionFrom(nUIWindowDisplay, int) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Transition from an old window
transitionFrom(nUIWindowDisplay) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Transition from an old window, with effect (DIS)"APPEAR"
transitionFrom(nUIViewDisplay, int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Transition from an old view
transitionFrom(nUIViewDisplay, int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Transition from an old view, with default pane
transitionFrom(nUIViewDisplay) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Transition from an old view, with effect (DIS)"APPEAR" and default pane
transitionTo(nUIWindowDisplay, int) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
 
transitionTo(nUIWindowDisplay) - Static method in class com.softwareag.mobile.runtime.nui.nUIController
Transition to a new window, with effect "APPEAR"
transitionTo(nUIViewDisplay, int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Transition to a new view
transitionTo(nUIViewDisplay, int) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Transition to a new view, with default pane
transitionTo(nUIViewDisplay) - Method in class com.softwareag.mobile.runtime.nui.nUIWindowDisplay
Transition to a new view, with effect "APPEAR" and in default pane
TYPE_ANGULAR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Traffic chart types
TYPE_BACK - Static variable in class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
A "Back" navbutton type.
TYPE_CELLULAR - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
A connection provided by cellular communications (of any type or speed).
TYPE_DEFAULT - Static variable in class com.softwareag.mobile.runtime.nui.nUIButtonElement
 
TYPE_DEFAULT - Static variable in class com.softwareag.mobile.runtime.nui.nUICheckboxButton
A default checkbox.
TYPE_DEFAULT - Static variable in class com.softwareag.mobile.runtime.nui.nUINavbuttonElement
The default navbutton type.
TYPE_GENERIC - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
A connection type that cannot be identified.
TYPE_LINEAR - Static variable in class com.softwareag.mobile.runtime.nui.charts.nUITrafficChart
Traffic chart types
TYPE_LIST - Static variable in class com.softwareag.mobile.runtime.nui.nUIButtonElement
 
TYPE_NO_YES - Static variable in class com.softwareag.mobile.runtime.nui.nUICheckboxButton
For platforms that support it, this will be the yes/no checkbox type.
TYPE_OFF_ON - Static variable in class com.softwareag.mobile.runtime.nui.nUICheckboxButton
For platforms that support it, this will be the on/off checkbox type.
TYPE_VPN - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
A Virtual Private Network tunnel to another network elsewhere.
TYPE_WIFI - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
A connection provided via WiFi.
TYPE_WIMAX - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
A WiMAX connection.
TYPE_WIRED - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
A wired connection (usually Ethernet or USB).
TYPE_WIRELESS_HIGH_LATENCY - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
A wireless connection that is expected to have high latency, such as satellite.
TYPE_WIRELESS_LOW_LATENCY - Static variable in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
A low-latency wireless connection that is not based around WiFi or cellular connections, such as Bluetooth.

U

unloadResourceBlock(int) - Method in class com.softwareag.mobile.runtime.storage.ResourceHandler
Frees up a resource block (to be called with the RESBLOCKID_ parameters)
unloadUnusedResourcePacks() - Method in class com.softwareag.mobile.runtime.storage.ResourceHandler
Frees up any resource packs that are no longer being referenced by loaded blocks
UnsupportedConnectionTypeException - Exception in com.softwareag.mobile.runtime.comms
 
UnsupportedConnectionTypeException() - Constructor for exception com.softwareag.mobile.runtime.comms.UnsupportedConnectionTypeException
 
UnsupportedConnectionTypeException(String) - Constructor for exception com.softwareag.mobile.runtime.comms.UnsupportedConnectionTypeException
 
update() - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Call this method when dataset has been changed to reflect the changes in UI.
update() - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Force a refresh of the entire list.
update() - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Force a refresh of the entire list.
UPDATE_FLAG_SOMETHING - Static variable in class com.softwareag.mobile.runtime.nui.nUIController
 
updateRelativeWidths(int[]) - Method in class com.softwareag.mobile.runtime.nui.nUITableElement
Update the relative widths of the columns in this table.
updateRow(int, int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Updates the cell at the given position
updateRow(int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Update the row at the given index
updateRow(int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Update the row at the given index
updateRows(int, int, int) - Method in interface com.softwareag.mobile.runtime.nui.IListRenderer
Updates cells at the given position
updateRows(int, int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListElement
Update a number of rows
updateRows(int, int, int) - Method in class com.softwareag.mobile.runtime.nui.nUIListView
Update a number of rows
url(String) - Method in class com.softwareag.mobile.runtime.comms.Connection
Sets the request URL.
urlDecode(String) - Static method in class com.softwareag.mobile.runtime.comms.Connection
URL decodes a string
urlDecode(String) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
URL decodes a string
urlEncode(String) - Static method in class com.softwareag.mobile.runtime.comms.Connection
URL encodes a string
urlEncode(String) - Static method in class com.softwareag.mobile.runtime.comms.HttpConnectionHandler
Deprecated.
URL encodes a string
useCustomImplementation(ConnectivityStatusRequester) - Static method in class com.softwareag.mobile.md.net.ConnectivityStatusRequester
Deprecated. 
usePaneSeparator(boolean) - Method in interface com.softwareag.mobile.runtime.nui.IGlobalPropertiesAndroid
Show/hide separator between vertical panes.
useSideViewSeparator(boolean) - Method in interface com.softwareag.mobile.runtime.nui.IGlobalPropertiesIOS
Sets the flag if the SideView should be seperated from the main window when the SideView is open.

V

vectorToFDeg(int, int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Fixed point degrees from an x/y vector
vectorToFRad(int, int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Returns a value from -FPI to FPI to describe the angle of this x/y vector : 0,1 returs 0 radians; 1,0 returns FPI/2.
vectorToIDeg(int, int) - Static method in class com.softwareag.mobile.runtime.utility.Maths
Integer degrees from an x/y vector
vibrate(int) - Method in class com.softwareag.mobile.runtime.media.AudioHandler
Deprecated.
Starts the phone's vibration
vibrate(int) - Method in interface com.softwareag.mobile.runtime.services.IAttentionService
 
Void - Class in com.softwareag.mobile.md.util
This class represents void return object.

W

warningOrError(String, boolean) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Outputs a warning or Error message to the console - Errors will cause an org.apache.tools.ant.BuildException
wouldAcceptBarcode(String[]) - Method in interface com.softwareag.mobile.md.media.IBarcodePickerCallback
Decide if the current set of barcodes found during a live video scan should be accepted or rejected.
write(byte[], boolean) - Method in class com.softwareag.mobile.md.io.File
Writes an array of bytes to the file at the current path.
writeBMPIntIntoByteArray(byte[], int, int) - Method in class com.softwareag.mobile.reshandler.AntTaskResourceHandler
Helper method for createBREWMidletIcon
writeIntToByteArray(byte[], int, int) - Static method in class com.softwareag.mobile.runtime.storage.ResourceDataTypes
Writes an int to the four bytes {index -> index + 3} in the array.

Y

Y_IDENTIFIER_PREV_BOTTOM - Static variable in class com.softwareag.mobile.runtime.nui.nUIElementDisplay
 
yyyy_MM_dd - Static variable in class com.softwareag.mobile.runtime.nui.nUIDateEntry
See: http://www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/i18n/SimpleDateFormat.html
A B C D E F G H I K L M N O P Q R S T U V W Y 
Skip navigation links