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

C

CacheFirstCacheHandler - Class in com.softwareag.mobile.runtime.toolkit.operations.cache
This is an IOperationCacheHandler that can be used when offline or for static resources as it first checks if the requested resource is available in the cache.
CacheFirstCacheHandler() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheFirstCacheHandler
 
CacheFirstCacheHandler(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheFirstCacheHandler
 
CacheObject - Class in com.softwareag.mobile.runtime.toolkit.operations.cache
This CacheObject encapsulates a cache entry.
CacheObject(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheObject
 
CacheObject(String, String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheObject
 
CacheObject(String, String, byte[]) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheObject
 
CacheOnlyCacheHandler - Class in com.softwareag.mobile.runtime.toolkit.operations.cache
This IOperationCacheHandler does not execute the operation but always reads from the cache.
CacheOnlyCacheHandler() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheOnlyCacheHandler
 
calculateHeight(Image, int) - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
 
calculateWidth(Image, int) - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
 
cellForRowIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Returns the cell for a given index in the ListView.
changePaneConfiguration(nUIObject, PaneConfiguration, IPaneConfigDelegate, Hashtable) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Changes pane configuration of the application.
clear() - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.FileCacheManager
 
clear() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.cache.ICacheManager
Removes all CacheObjects from the cache.
clear() - Method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
Clears the ContextKeyStore and removes all objects and keys.
close() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractAlertDialog
Closes this dialog.
close() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractDialog
 
closeDialog() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Closes the current opened dialog.
closeProgressWindow() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Closes the current progress window.
closeSideView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
Asks the nUIWindowDisplay to hide a SideView.
com.softwareag.mobile.runtime.toolkit - package com.softwareag.mobile.runtime.toolkit
 
com.softwareag.mobile.runtime.toolkit.delegates - package com.softwareag.mobile.runtime.toolkit.delegates
 
com.softwareag.mobile.runtime.toolkit.logging - package com.softwareag.mobile.runtime.toolkit.logging
 
com.softwareag.mobile.runtime.toolkit.model - package com.softwareag.mobile.runtime.toolkit.model
 
com.softwareag.mobile.runtime.toolkit.operations - package com.softwareag.mobile.runtime.toolkit.operations
 
com.softwareag.mobile.runtime.toolkit.operations.cache - package com.softwareag.mobile.runtime.toolkit.operations.cache
 
com.softwareag.mobile.runtime.toolkit.operations.queue - package com.softwareag.mobile.runtime.toolkit.operations.queue
 
com.softwareag.mobile.runtime.toolkit.operations.queue.conditional - package com.softwareag.mobile.runtime.toolkit.operations.queue.conditional
 
com.softwareag.mobile.runtime.toolkit.persistence - package com.softwareag.mobile.runtime.toolkit.persistence
 
com.softwareag.mobile.runtime.toolkit.resources - package com.softwareag.mobile.runtime.toolkit.resources
 
com.softwareag.mobile.runtime.toolkit.rest - package com.softwareag.mobile.runtime.toolkit.rest
 
com.softwareag.mobile.runtime.toolkit.transformer - package com.softwareag.mobile.runtime.toolkit.transformer
 
com.softwareag.mobile.runtime.toolkit.ui - package com.softwareag.mobile.runtime.toolkit.ui
 
com.softwareag.mobile.runtime.toolkit.ui.controller - package com.softwareag.mobile.runtime.toolkit.ui.controller
 
com.softwareag.mobile.runtime.toolkit.ui.dialog - package com.softwareag.mobile.runtime.toolkit.ui.dialog
 
com.softwareag.mobile.runtime.toolkit.ui.font - package com.softwareag.mobile.runtime.toolkit.ui.font
 
com.softwareag.mobile.runtime.toolkit.ui.pane - package com.softwareag.mobile.runtime.toolkit.ui.pane
 
com.softwareag.mobile.runtime.toolkit.ui.styles - package com.softwareag.mobile.runtime.toolkit.ui.styles
 
com.softwareag.mobile.runtime.toolkit.util - package com.softwareag.mobile.runtime.toolkit.util
 
com.softwareag.mobile.runtime.toolkit.validator - package com.softwareag.mobile.runtime.toolkit.validator
 
compare(Object, Object) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
use the IComparator to compare two elements; if no IComparator is set (see AbstractListDatasource.setComparator(IComparator), "0" is returned
compare(Object, Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IComparator
Compares two objects and returns either -1, 0 or 1 to tell the caller if the first argument object is less than, equal to, or greater than the second.
compare(Object, Object) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
compare(Object, Object) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
compile(JSONObject) - Static method in class com.softwareag.mobile.runtime.toolkit.rest.JPath
Creates a new JPath based on the delivered JSONObject.
compile(String) - Static method in class com.softwareag.mobile.runtime.toolkit.rest.JPath
Creates a new JPath.
Condition - Interface in com.softwareag.mobile.runtime.toolkit.operations.queue.conditional
Defines a certain condition that can be true or false for a certain IOperation.getResponse()
ConditionalOperation - Class in com.softwareag.mobile.runtime.toolkit.operations.queue.conditional
This is a wrapper for a Condition and an IOperation.
ConditionalOperation(IOperation) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.ConditionalOperation
 
ConditionalOperationQueue - Class in com.softwareag.mobile.runtime.toolkit.operations.queue.conditional
A specific implementation of the IOperationQueue which offers the ability to execute several IOperations.
ConditionalOperationQueue() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.ConditionalOperationQueue
 
ConditionResolver - Class in com.softwareag.mobile.runtime.toolkit.util
The ConditionResolver enables tests at runtime, on which platform the application is running.
ConditionResolver() - Constructor for class com.softwareag.mobile.runtime.toolkit.util.ConditionResolver
 
CONTEXT - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.AbstractVirtualOperation
 
ContextKeyStore - Class in com.softwareag.mobile.runtime.toolkit.util
The ContextKeyStore is used to store and access objects in the application context.
contributeSideView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
Contributes the set SideView to the main nUIWindowDisplay.
convertDpToPixel(int) - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
Deprecated.
Use RuntimeInfo.dpToPixel(int).
Cookie - Class in com.softwareag.mobile.runtime.toolkit.rest
Implementation of a HTTP Cookie, including all parsing from different versions of commonly used standards to use Cookies in a stateful HTTP server communication.
Cookie(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Creates a new Cookie with the given name and value.
COOKIE_ACCEPT_ALL - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
Accept all Cookies sent from HTTP backend services.
COOKIE_ACCEPT_NONE - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
Accept no Cookies sent from HTTP backend services at all.
COOKIE_ACCEPT_SERVER - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
Accept Cookies only if Cookie.getDomain() matches the URL it is coming from (default)
COOKIE_MULTIVALUE_ADD - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
Add Cookie values for existing names
COOKIE_MULTIVALUE_MAX - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
The max number of values store for one Cookie name
COOKIE_MULTIVALUE_OVERWRITE - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
Overwrite Cookie values for existing names.
create() - Static method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Creates a new shared Session if no exists.
createEmptyListCell() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
Creates the nUIDisplayObject, which will be displayed when the list datasource does not hold any elements.
createEmptyListCell() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
Creates the nUIDisplayObject, which will be displayed when the list datasource does not hold any elements.
createNavButton(int, String, Image) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Creates a new instance of nUINavButtonElement.
createNavButton(int, String, int, Image) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Creates a new instance of nUINavButtonElement.
createNavButton(int, String, Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
Creates a new instance of nUINavButtonElement.
createNavButton(int, String, int, Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
Creates a new instance of nUINavButtonElement.
createOfflineListCell() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
Creates a nUIDisplayObject, which will be displayed when AbstractListViewController.isOnline() returns false.
createOfflineListCell() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
Creates a nUIDisplayObject, which will be displayed when AbstractListViewTemplate.isOnline() returns false.
createSearchNavButton(int, String, Image) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Creates a new instance of nUISearchNavButton.
createSearchNavButton(int, String, Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
Creates a new instance of nUISearchNavButton.
createTable() - Method in interface com.softwareag.mobile.runtime.toolkit.persistence.ISQLiteConnector
Creates a new table if it's not existing.
createTable() - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
 
createTransitionStackController(nUIObject, PaneConfiguration, PaneDefinition, AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
createTransitionStackController(nUIObject, PaneConfiguration, PaneDefinition, AbstractViewController) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.pane.IPaneConfigDelegate
Override this method to disable the automatically creation of a TransitionStackController.
createView() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
Creates a new instance of the nUIViewDisplay subclass managed by this IViewController implementation.
createView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
 
Credentials - Class in com.softwareag.mobile.runtime.toolkit.rest
Stores user and password data for HTTP requests, including additional security restrictions.
Credentials(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.Credentials
Creates new Credentials with the given username and password without any restrictions initially set up.
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links