- 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
-
The AbstractAlertDialog
acts as a super class for all generated
alert dialogs.
- AbstractAlertDialog(IDialogDelegate) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.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
-
- 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
-
- AbstractMultipartRestOperation - Class in com.softwareag.mobile.runtime.toolkit.rest
-
- AbstractMultipartRestOperation() - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
- 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.
- addOperationDelegate(IOperationDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
-
- addOperationDelegate(IOperationDelegate) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.IOperation
-
- 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.
- allCells() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Returns all cell objects without header cell, pagination cell and
separators.
- 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.