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 

I

IBindableController - Interface in com.softwareag.mobile.runtime.toolkit.ui.controller
Provides the method #initBindings()).
ICacheManager - Interface in com.softwareag.mobile.runtime.toolkit.operations.cache
The ICacheManager encapsulates how to physically access CacheObjects.
IComparator - Interface in com.softwareag.mobile.runtime.toolkit.delegates
A IComparator enables an IListDatasource to sort its content.
IConditionResolver - Interface in com.softwareag.mobile.runtime.toolkit.delegates
This interface enables to the evaluation of the current platform.
IController - Interface in com.softwareag.mobile.runtime.toolkit.ui.controller
This interface provides methods for performing navigation to another view as well as interacting with the TransitionStackController.
IDatasource - Interface in com.softwareag.mobile.runtime.toolkit.delegates
IListDatasource implementations manage the access to data models within the application.
IDataTransformer - Interface in com.softwareag.mobile.runtime.toolkit.delegates
An IDataTransformer implementation is used to transform one object from one type into another.
IDialogDelegate - Interface in com.softwareag.mobile.runtime.toolkit.delegates
The IDialogDelegate is the event listener declaration for all AbstractDialogs.
IEntity - Interface in com.softwareag.mobile.runtime.toolkit.model
IEntity represents the interface from which all generated data model classes inherit.
IListDatasource - Interface in com.softwareag.mobile.runtime.toolkit.delegates
IListDatasource extends IDatasource for management of list (index) based data models.
IListViewCell - Interface in com.softwareag.mobile.runtime.toolkit.delegates
IListViewCell is implemented by all native templates.
IListViewDelegate - Interface in com.softwareag.mobile.runtime.toolkit.delegates
The IListViewDelegate is used by a ListView to create it's content and handle events.
ImageElement - Class in com.softwareag.mobile.runtime.toolkit.ui
The ImageElement is an extension of nUIImageElement which encapsulates handling of highlight images.
ImageElement(int, Image) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
Deprecated.
Please use the default constructor.
ImageElement(int, Image, Image) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
Deprecated.
Please use the default constructor.
ImageElement() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
Creates this ImageElement.
ImageTransformer - Class in com.softwareag.mobile.runtime.toolkit.transformer
This Transformer can be used to create an Image based on the given parameter (which is used as a filename and passed to filename (incl.
ImageTransformer() - Constructor for class com.softwareag.mobile.runtime.toolkit.transformer.ImageTransformer
 
INFO - Static variable in class com.softwareag.mobile.runtime.toolkit.logging.Logger
Enable Logger.info(String) logs.
info(String) - Static method in class com.softwareag.mobile.runtime.toolkit.logging.Logger
Log a Logger.INFO message.
info(String, String) - Static method in class com.softwareag.mobile.runtime.toolkit.logging.Logger
Log a tag and a Logger.INFO message.
init(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
Initializes the data source with a JSON data structure as String.
init(JSONObject) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
Initializes the data source with a JSONObject representing the JSON data structure..
initBindings() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
initBindings() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
Iterates through all bindings all evaluates them.
initBindings() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IBindableController
Triggers bindings against user interface elements.
initLanguage(int, String, int) - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
Initializes language and its directionality.
insertOrUpdate(Object[]) - Method in interface com.softwareag.mobile.runtime.toolkit.persistence.ISQLiteConnector
Inserts, or if already existing updates, a given object.
insertOrUpdate(Object[]) - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
 
insertRowIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Inserts a new cell at the passed index.
Delegates to ListView.insertRowIndexes(int[]).
insertRowIndexes(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Inserts a number of cells beginning at the provided rowIndex
insertRowIndexes(int[]) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Inserts new cells at the indexes passed in rows parameter.
instance - Static variable in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
 
instance - Static variable in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
Deprecated.
Direct member access is discouraged. Use AppUtility.getInstance().
IOperation - Interface in com.softwareag.mobile.runtime.toolkit.operations
Common definition of all operations.
IOperationCacheHandler - Interface in com.softwareag.mobile.runtime.toolkit.operations.cache
This is a common interface that defines some hook points to influence the execution of an AbstractSynchronizableOperation.
IOperationDelegate - Interface in com.softwareag.mobile.runtime.toolkit.delegates
A IOperationDelegate is used as a delegate for IOperation's.
IOperationQueue - Interface in com.softwareag.mobile.runtime.toolkit.operations.queue
Provides a way to execute a set of IOperations in a specific way.
Clients can register any number of IOperationDelegates to get notifications of the execution of each IOperation.
IOperationQueueDelegate - Interface in com.softwareag.mobile.runtime.toolkit.operations.queue
An IOperationQueueDelegate is used as a delegate for BasicOperationQueue's.
IPaneConfigDelegate - Interface in com.softwareag.mobile.runtime.toolkit.ui.pane
IPaneVisitor - Interface in com.softwareag.mobile.runtime.toolkit.ui.pane
Pane visitor interface for defining operations on PaneConfigurations.
IPv4Validator - Class in com.softwareag.mobile.runtime.toolkit.validator
Validates if a given input string is a valid IPv4 address.
IPv4Validator() - Constructor for class com.softwareag.mobile.runtime.toolkit.validator.IPv4Validator
 
IResourceController - Interface in com.softwareag.mobile.runtime.toolkit.ui.controller
This interface provides methods for loading and resizing images as well as for loading html files.
isAccessibilityAdjusted() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.AbsoluteFontSize
Deprecated.
 
isDomainFromURL() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Returns a flag to indicate if the domain of the Cookie was parsed from an URL using Cookie.setDomainFromURL(String).
isEmpty(String) - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
Checks if the delivered String is null or empty.
isExecuteAsynchronous() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
 
isFilteredElement(Object) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
 
isFilteredElement(Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
Returns true if the given object matches the filter for this datasource returned by IListDatasource.getFilterExpression().
isFilteredElement(Object) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
 
isFollowingRedirects() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
 
isHeaderVisible(ListView) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
This method is called to determine if a configured header should be added to the ListView.
isIdle() - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
 
isIdle() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
 
isLandscapeMode() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
 
isMatching(int) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.BasicCondition
 
isMatching(int) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.Condition
 
isMatching(int) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.RangeCondition
 
isOnline() - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractOfflineAwareCacheHandler
 
isOperationLoggingEnabled() - Method in class com.softwareag.mobile.runtime.toolkit.operations.OperationHandler
Returns a boolean value indicating if the execution of any IOperation should be logged.
isPaneVisible(int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Returns a boolean indicating if the delivered pane is existing and visible.
isPlatform(String) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ConditionResolver
 
ISQLiteConnector - Interface in com.softwareag.mobile.runtime.toolkit.persistence
Common interface to communicate with a specific SQLite table from a underlying database.
isRunningOnTablet() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
 
isSecure() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Returns the secure attribute of the Cookie.
isShowView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
This method is used by SetVisibleVisitor to evaluate whether current pane must be visible or not.
isVisible() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPane
 
ITemplate - Interface in com.softwareag.mobile.runtime.toolkit.ui.controller
Interface for Templates.
IViewController - Interface in com.softwareag.mobile.runtime.toolkit.ui.controller
The IViewController interface defines methods and delegates supported to manage the lifecycle of views and it's controllers.
A B C D E F G H I J L M N O P R S T U V W X Y