- 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
-
- AbstractListViewDatasource - Class in com.softwareag.mobile.runtime.toolkit.delegates
-
Abstract base implementation of an
IListViewDatasource
based on a
Vector
to manage its data model.
- AbstractListViewDatasource() - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- AbstractListViewDatasource(Observer) - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- 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
-
- 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
-
- addElement(Object) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- addElement(Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
Add a new object to the data model.
- addElementAtIndex(Object, int) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- addElementAtIndex(Object, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
Insert a new object to the data model at the given row index.
- addElements(Vector) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- addElements(Vector) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
Add multiple new objects to the data model.
- addHeaderParameter(String, String[]) - 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
-
Adds a parameter to the HTTP header.
- addObserver(Observer) - Method in class com.softwareag.mobile.runtime.toolkit.util.Observable
-
Adds an observer to the set of observers for this object, provided that it is not the same as
some observer already in the set
- addQueryParameter(String, String[]) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Adds a new query parameter with multiple values.
- addServiceDelegate(IServiceDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
- allCells() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Returns all cell objects without header cell, pagination cell and separators.
- 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.