- 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.
- clear() - Method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
Clears the ContextKeyStore and removes all objects and keys.
- 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.
- closeSideView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
-
Asks the nUIWindowDisplay
to hide a SideView.
- 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.model - package com.softwareag.mobile.runtime.toolkit.model
-
- com.softwareag.mobile.runtime.toolkit.operations - package com.softwareag.mobile.runtime.toolkit.operations
-
- com.softwareag.mobile.runtime.toolkit.persistence - package com.softwareag.mobile.runtime.toolkit.persistence
-
- 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.transformer - package com.softwareag.mobile.runtime.toolkit.transformer
-
- 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.ui.styles - package com.softwareag.mobile.runtime.toolkit.ui.styles
-
- 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.AbstractListDatasource
-
- compare(Object, Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IComparator
-
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 objects in the
application context.
- contributeSideView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
-
Contributes the set SideView to the main nUIWindowDisplay
.
- Cookie - Class in com.softwareag.mobile.runtime.toolkit.rest
-
Implementation of a HTTP Cookie, including all parsing from different
versions of commonly used standards to use Cookies in a stateful HTTP server
communication.
- Cookie(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Creates a new Cookie with the given name and value.
- COOKIE_ACCEPT_ALL - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Accept all Cookies sent from HTTP backend services.
- COOKIE_ACCEPT_NONE - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Accept no Cookies sent from HTTP backend services at all.
- COOKIE_ACCEPT_SERVER - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
- COOKIE_MULTIVALUE_ADD - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Add Cookie values for existing names
- COOKIE_MULTIVALUE_MAX - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
The max number of values store for one Cookie name
- COOKIE_MULTIVALUE_OVERWRITE - Static variable in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Overwrite Cookie values for existing names.
- create() - Static method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Creates a new shared Session
if no exists.
- createNavButton(int, String, Image) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Creates a new instance of nUINavButtonElement
.
- createNavButton(int, String, int, Image) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Creates a new instance of nUINavButtonElement
.
- createNavButton(int, String, Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
Creates a new instance of nUINavButtonElement
.
- createNavButton(int, String, int, Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
Creates a new instance of nUINavButtonElement
.
- createTable() - Method in interface com.softwareag.mobile.runtime.toolkit.persistence.ISQLiteConnector
-
Creates a new table if it's not existing.
- createTable() - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
-
- 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
-
- Credentials - Class in com.softwareag.mobile.runtime.toolkit.rest
-
Stores user and password data for HTTP requests, including additional
security restrictions.
- Credentials(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.Credentials
-
Creates new Credentials
with the given username and password
without any restrictions initially set up.