- IComparator - Interface in com.softwareag.mobile.runtime.toolkit.delegates
-
- 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
-
- 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
-
Creates this ImageElement
with a default image.
- ImageElement(int, Image, Image) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
Creates this ImageElement
with a default and highlight
image.
- ImageElementStyle - Class in com.softwareag.mobile.runtime.toolkit.ui.styles
-
The ImageElementStyle
must be used to edit properties for
ImageElements in combination with the native ListView
feature.
- ImageElementStyle(Object) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.styles.ImageElementStyle
-
Creates this style by passing either an nUIImageElement
or an
Android ImageView.
- INFO - Static variable in class com.softwareag.mobile.runtime.toolkit.logging.Logger
-
- info(String) - Static method in class com.softwareag.mobile.runtime.toolkit.logging.Logger
-
- info(String, String) - Static method in class com.softwareag.mobile.runtime.toolkit.logging.Logger
-
- 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..
- 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
-
Inserts a new cell at the passed index.
- insertRowIndexes(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Inserts a number of cells beginning at the provided
rowIndex
- insertRowIndexes(int[]) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Inserts new cells at the indexes passed in rows parameter.
- instance - Static variable in class com.softwareag.mobile.runtime.toolkit.CanvasController
-
Common instance.
- instance - Static variable in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
-
- instance - Static variable in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
Global instance of AppUtility to access all members.
- IOperation - Interface in com.softwareag.mobile.runtime.toolkit.operations
-
Common definition of all operations.
- IOperationDelegate - Interface in com.softwareag.mobile.runtime.toolkit.delegates
-
A
IOperationDelegate
is used as a delegate for
IOperation
'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.
- 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
-
- isDomainFromURL() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
- isEmpty(String) - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
Checks if the delivered String is null or empty.
- isFilteredElement(Object) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- isFilteredElement(Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
- isFilteredElement(Object) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
-
- 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.
- isLandscapeMode() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
- 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(nUIObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- isVisible(nUIObject) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
-
Checks if the given element is visible.
- isVisible() - Method in class com.softwareag.mobile.runtime.toolkit.ui.nUIMarker
-
- isVisible() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPane
-
- ISyncClientListener - Interface in com.softwareag.mobile.runtime.toolkit.delegates
-
Listener which informs about the current sync process.
- 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.