- calculateHeight(Image, int) - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
- calculateWidth(Image, int) - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
- CanvasController - Class in com.softwareag.mobile.runtime.toolkit
-
Implementation of Mobile Designers CanvasNativeUI
which implements the main window of your application.
- CanvasController() - Constructor for class com.softwareag.mobile.runtime.toolkit.CanvasController
-
Creates this class and sets the instance
variable.
- cellForRowIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Returns the cell for a given index in the ListView
.
- changePaneConfiguration(nUIObject, PaneConfiguration, IPaneConfigDelegate, Hashtable) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Changes pane configuration of the application.
- close() - Method in class com.softwareag.mobile.runtime.toolkit.ui.AbstractAlertDialog
-
Closes this dialog.
- closeConnection() - Method in class com.softwareag.mobile.runtime.toolkit.rest.RestHttpConnectionHandler
-
Overrides the
HttpConnectionHandler.closeConnection()
method to
notify the underlying
AbstractRestOperation
that the connection is
closed.
- closeDialog() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Closes the current opened dialog.
- closeProgressWindow() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Closes the current progress window.
- com.softwareag.mobile.runtime.toolkit - package com.softwareag.mobile.runtime.toolkit
-
- com.softwareag.mobile.runtime.toolkit.delegates - package com.softwareag.mobile.runtime.toolkit.delegates
-
- com.softwareag.mobile.runtime.toolkit.logging - package com.softwareag.mobile.runtime.toolkit.logging
-
- com.softwareag.mobile.runtime.toolkit.resources - package com.softwareag.mobile.runtime.toolkit.resources
-
- com.softwareag.mobile.runtime.toolkit.rest - package com.softwareag.mobile.runtime.toolkit.rest
-
- com.softwareag.mobile.runtime.toolkit.ui - package com.softwareag.mobile.runtime.toolkit.ui
-
- com.softwareag.mobile.runtime.toolkit.ui.controller - package com.softwareag.mobile.runtime.toolkit.ui.controller
-
- com.softwareag.mobile.runtime.toolkit.ui.font - package com.softwareag.mobile.runtime.toolkit.ui.font
-
- com.softwareag.mobile.runtime.toolkit.ui.pane - package com.softwareag.mobile.runtime.toolkit.ui.pane
-
- com.softwareag.mobile.runtime.toolkit.util - package com.softwareag.mobile.runtime.toolkit.util
-
- compare(Object, Object) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- compare(Object, Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewComparator
-
Compares two objects and returns either -1, 0 or 1 to tell the
caller if the first argument object is less than, equal to, or greater than the second.
- compile(JSONObject) - Static method in class com.softwareag.mobile.runtime.toolkit.rest.JPath
-
Creates a new JPath
based on the delivered JSONObject.
- compile(String) - Static method in class com.softwareag.mobile.runtime.toolkit.rest.JPath
-
Creates a new JPath
.
- ConditionResolver - Class in com.softwareag.mobile.runtime.toolkit.util
-
The ConditionResolver
enables tests at runtime, on which platform the application is running.
- ConditionResolver() - Constructor for class com.softwareag.mobile.runtime.toolkit.util.ConditionResolver
-
- ContextKeyStore - Class in com.softwareag.mobile.runtime.toolkit.util
-
The ContextKeyStore
is used to store and access transient objects in an application.
- countObservers() - Method in class com.softwareag.mobile.runtime.toolkit.util.Observable
-
Returns the number of observers of this Observable object.
- create(String[]) - Static method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Creates a Session
if not existing.
- createTransitionStackController(nUIObject, PaneConfiguration, PaneDefinition, AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- createTransitionStackController(nUIObject, PaneConfiguration, PaneDefinition, AbstractViewController) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.pane.IPaneConfigDelegate
-
Override this method to disable the automatically creation of a TransitionStackController.
- createView() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
-
Creates a new instance of the nUIViewDisplay
subclass managed by this
IViewController
implementation.
- createView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
-