- AbsoluteFontSize - Class in com.softwareag.mobile.runtime.toolkit.ui.font
-
FontSize
implementation to define the absolute font size in
pixels.
- AbsoluteFontSize(int) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.font.AbsoluteFontSize
-
Create an AbsoluteFontSize
and deliver the absolute font size in
pixels.
- AbsoluteFontSize(int, boolean) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.font.AbsoluteFontSize
-
Create an AbsoluteFontSize
and deliver the absolute font size in
pixels.
- AbstractAlertDialog - Class in com.softwareag.mobile.runtime.toolkit.ui.dialog
-
The AbstractAlertDialog
acts as a super class for all generated
alert dialogs.
- AbstractAlertDialog(IDialogDelegate) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractAlertDialog
-
Creates a new AbstractAlertDialog by passing an IDialogDelegate.
- AbstractApplicationController - Class in com.softwareag.mobile.runtime.toolkit
-
The AbstractApplicationController manages the inner life cycle of the
application and is responsible for resource loading, pane configurations and
transitions.
- AbstractApplicationController() - Constructor for class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- AbstractCacheHandler - Class in com.softwareag.mobile.runtime.toolkit.operations.cache
-
This is a base class to handle caching by providing some methods to save/load
from/to the cache.
- AbstractCacheHandler() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractCacheHandler
-
- AbstractDialog - Class in com.softwareag.mobile.runtime.toolkit.ui.dialog
-
The AbstractDialog
acts as a super class for all generated alert
dialogs and popup menus.
- AbstractDialog(IDialogDelegate) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractDialog
-
Creates a new AbstractDialog by passing an IDialogDelegate.
- AbstractDialogDelegate - Class in com.softwareag.mobile.runtime.toolkit.delegates
-
- AbstractDialogDelegate() - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.AbstractDialogDelegate
-
- AbstractJsonTransformer - Class in com.softwareag.mobile.runtime.toolkit.delegates
-
The abstract
AbstractJsonTransformer
provides some basic
functionalities to transform a
JSONObject
or JSON String into an
IEntity
or vice versa.
- AbstractJsonTransformer() - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.AbstractJsonTransformer
-
- AbstractJsonTransformer(IEntity) - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.AbstractJsonTransformer
-
- AbstractListDatasource - Class in com.softwareag.mobile.runtime.toolkit.delegates
-
Abstract base implementation of an
IListDatasource
based on a
Vector
to manage its data model.
- AbstractListDatasource() - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- AbstractListDatasource(Observer) - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- AbstractListViewController - Class in com.softwareag.mobile.runtime.toolkit.ui.controller
-
The AbstractListViewController
acts as a default implementation
for IListListener
and IListProvider
and will be used as super
class for any RecordView in the AML model.
- AbstractListViewController() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
-
- AbstractListViewTemplate - Class in com.softwareag.mobile.runtime.toolkit.ui.controller
-
The AbstractListViewTemplate
acts as a default implementation
for IListListener
and IListProvider
and will be used as super
class for any RecordViewElement in the AML model.
- AbstractListViewTemplate() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
-
- AbstractMultipartRestOperation - Class in com.softwareag.mobile.runtime.toolkit.rest
-
- AbstractMultipartRestOperation() - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
-
- AbstractOfflineAwareCacheHandler - Class in com.softwareag.mobile.runtime.toolkit.operations.cache
-
This is a more complex example for a
IOperationCacheHandler
that
changes behavior depending on the connection status (online/offline).
- AbstractOfflineAwareCacheHandler() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractOfflineAwareCacheHandler
-
- AbstractOfflineAwareCacheHandler(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractOfflineAwareCacheHandler
-
- AbstractOperationDelegate - Class in com.softwareag.mobile.runtime.toolkit.delegates
-
- AbstractOperationDelegate() - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.AbstractOperationDelegate
-
- AbstractPane - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
-
This class provides information about pane's dimensions and it's visibility.
- AbstractPane() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPane
-
- AbstractPaneSplitter - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
-
Sub class of
AbstractPane
to split a pane into two different parts.
- AbstractPaneSplitter() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPaneSplitter
-
- AbstractPopupMenu - Class in com.softwareag.mobile.runtime.toolkit.ui.dialog
-
The AbstractPopupMenu
acts as a super class for all generated
popup menus.
- AbstractPopupMenu(IDialogDelegate, nUIObject) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractPopupMenu
-
Creates a new AbstractPopupMenu by passing an IDialogDelegate.
- AbstractRestCacheHandler - Class in com.softwareag.mobile.runtime.toolkit.operations.cache
-
- AbstractRestCacheHandler() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractRestCacheHandler
-
- AbstractRestCacheHandler(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractRestCacheHandler
-
- AbstractRestOperation - Class in com.softwareag.mobile.runtime.toolkit.rest
-
The AbstractRestOperation
is an thread save, derivable
abstraction for remote communication using Representational state transfer
(REST).
- AbstractRestOperation() - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Create a GET operation
- AbstractRestOperation(String) - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Create a GET operation for the given URL
- AbstractRestOperation(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Create a REST operation for the given URL with the given REST method.
- AbstractSynchronizableOperation - Class in com.softwareag.mobile.runtime.toolkit.operations
-
The
AbstractSynchronizableOperation
implements all necessary
members from it's super class
IOperation
and provides the possibility
to notify all registered listeners in a thread-safe manner.
- AbstractSynchronizableOperation() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
-
- AbstractThreadedOperation - Class in com.softwareag.mobile.runtime.toolkit.operations
-
The AbstractThreadedOperation
is an asynchronous executed
operation.
- AbstractThreadedOperation() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.AbstractThreadedOperation
-
- AbstractViewController - Class in com.softwareag.mobile.runtime.toolkit.ui.controller
-
- AbstractViewController() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- AbstractVirtualOperation - Class in com.softwareag.mobile.runtime.toolkit.rest
-
- AbstractVirtualOperation() - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.AbstractVirtualOperation
-
- accept(IPaneVisitor) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPane
-
Accept method of Visitor pattern.
- accept(IPaneVisitor) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.HorizontalPaneSplitter
-
- accept(IPaneVisitor) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
-
- accept(IPaneVisitor) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.VerticalPaneSplitter
-
- accept(String) - Method in class com.softwareag.mobile.runtime.toolkit.validator.NotEmptyStringValidator
-
- accept(String) - Method in class com.softwareag.mobile.runtime.toolkit.validator.NumberRangeValidator
-
- accept(String) - Method in class com.softwareag.mobile.runtime.toolkit.validator.RegExStringValidator
-
- addBackButton() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
-
This method is called to creat and add a back button as part of the
IViewController
implementation.
- addBackButton() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
-
- addBytePart(byte[], String, String, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
-
Adds a new part to the multipart request body by reading the data from a
given content
byte array of raw data.
- addConditionalOperation(ConditionalOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.ConditionalOperationQueue
-
- addCookie(Cookie, String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Adds a
Cookie
for a given URL to the
Session
.
- addCookies(Vector, String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Adds a set of Cookies to the Session
for a given URL.
- addCredentials(Credentials) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Adds new credentials to the set of credentials managed by the
Session
- addDelegate(IOperationDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
- addDelegate(IOperationQueueDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
- addDelegate(IOperationDelegate) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
-
- addDelegate(IOperationQueueDelegate) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
-
- addElement(Object) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- addElement(Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Add a new object to the data model.
- addElementAtIndex(Object, int) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- addElementAtIndex(Object, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Insert a new object to the data model at the given row index.
- addElements(Vector) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- addElements(Vector) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Add multiple new objects to the data model.
- addEventListener(nUIEventListener, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
- addFilePart(String, String, String, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
-
Adds a new part to the multipart request body by reading the data from a file
that is part of the applications resources.
- addFilePart(byte[], String, String, String, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
-
Adds a new part to the multipart request body by reading the data from a
given content
byte array of raw data.
- addHeaderParameter(String, String[], boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Adds a header parameter with multiple values.
- addHeaderParameter(String, String[]) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
- addHeaderParameter(String, String, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Adds a parameter to the HTTP header.
- addHeaderParameter(String, String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
- addHostname(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
-
Adds a new hostname as additional security restriction.
- addImageFilePart(Image, String, String, String, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
-
Adds a new part to the multipart request body by reading the data from an
Image
instance.
- addObserver(Observer) - Method in class com.softwareag.mobile.runtime.toolkit.util.Observable
-
Adds a new
Observer
if it's not already registered.
- addOperation(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
- addOperation(Condition, IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.ConditionalOperation
-
Add a operation that will be executed if the given condition is true.
- addOperation(IOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
-
- addOperationDelegate(IOperationDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
-
- addOperationDelegate(IOperationDelegate) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.IOperation
-
- addOperations(Vector) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
- addOperations(Vector) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
-
- addProtocol(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
-
Adds a protocol as additional security restriction.
- addQueryParameter(String, String[], boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
- addQueryParameter(String, String[]) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
- addQueryParameter(String, String, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Adds a query parameter with a single value.
- addQueryParameter(String, String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
- addRealm(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
-
Adds a realm as additional security restriction.
- afterOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractRestCacheHandler
-
- afterOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheFirstCacheHandler
-
- afterOperationExecution(IOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.cache.IOperationCacheHandler
-
Is invoked after the operation itself is started with
IOperation#internalExecute()
.
- afterOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.NoCacheHandler
-
- afterOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.ServerFirstCacheHandler
-
- allCells() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Returns all cell objects without header cell, pagination cell and separators.
- allowUnsecureSSLConnectionForURL(String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- ALWAYS - Static variable in interface com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.Condition
-
returns true
always, even if an exception is thrown
- apply(nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
-
Applies all non-null properties to the passed nUIDisplayObject
.
- applyDefaultImage(Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
Sets and displays the default image.
- AppUtility - Class in com.softwareag.mobile.runtime.toolkit.util
-
The AppUtility
provides utility methods related to the screen
parameters.
- AppUtility() - Constructor for class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
- AssignViewVisitor - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
-
This IPaneVisitor
assigns a view to a given PaneConfiguration.
- AssignViewVisitor(nUIObject, PaneConfiguration, IPaneConfigDelegate, Hashtable) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.AssignViewVisitor
-
Constructs a new instance.