- scaleToMatchParent() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
Scales both images to match the parent's dimensions.
- scaleToParentHeight() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
Scales both images to match the parent's height.
- scaleToParentWidth() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
Scales both images to match the parent's width.
- selectAll() - Method in interface com.softwareag.mobile.runtime.toolkit.persistence.ISQLiteConnector
-
Returns all contained elements as an array of Object
s.
- selectAll() - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
-
- Session - Class in com.softwareag.mobile.runtime.toolkit.rest
-
- Session() - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Creates a new Session.
- set(String, Object) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
Sets the value
for a specific key
.
- setAddedObjects(Vector) - Method in class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
-
Sets the added objects.
- setAlpha(float) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.ImageElementStyle
-
Sets the alpha value for the underlying Android ImageView.
- setAppname(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the app name.
- setBgColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.ImageElementStyle
-
Sets the background of the underlying Android element or if used in
Phoney, the color of the parent nUITablecellElement
.
- setBgColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the background of the underlying Android element or if used in
Phoney, the color of the parent nUITablecellElement
.
- setBoundaryLength(int) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
-
Sets the new total length of the boundary for auto generation.
- setBoundaryPrefix(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
-
Sets a new prefix used for generating boundaries.
- setBoundaryString(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
-
Sets the boundary to a new value.
- setComparator(IComparator) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- setComparator(IComparator) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Use this method to set a
IComparator
implementation to be used
when sorting or resorting the data model representation in the
ListView
.
- setConnectionProtocol(int) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets a boolean value indicating if a secure connection should be used.
- setCookieAcceptPolicy(int) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Sets the new accept policy for internal Cookie management.
- setCookieMultiValuePolicy(int) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Sets the new multi value policy for internal Cookie management.
- setCurrentPaginationIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Call this method with a new index to change the pagination index.
- setDefaultImage(Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
Sets the default image.
- setDefaultLanguage(String) - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
-
Sets default language for the system.
- setDefaultPlaceHolderImage(Image) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Sets the default Image
used as placeholder.
- setDefaultValues(Hashtable) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
Sets the default values to be used if no value has been set for a key.
- setDelay(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.operations.DownloadOperation
-
Sets whether the execution should be delayed by
updateInterval
or not.
- setDelegate(IListViewDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
- setDeviceType(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the device type.
- setDomain(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Sets the domain of the Cookie
.
- setDomainFromURL(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Sets the domain of the Cookie
from a given URL.
- setDownloadFilter(Filter) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the Filter
which is used to download the initial data set.
- setElement(nUIObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.nUIMarker
-
Sets the new target element.
- setElements(Vector) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- setElements(Vector) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Set the elements managed by the datasource to the given
Vector
of objects.
- setExpressionValue(String, Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IDatasource
-
This method is used to update an object in the data model.
- setExpressionValue(String, Object, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
This method is used to set the object in the data model using an
expression that is relative to on object in the data model with the given
row index.
- setExpressionValue(String, Object, int) - Method in class com.softwareag.mobile.runtime.toolkit.model.EntityListDatasource
-
- setExpressionValue(String, Object) - Method in class com.softwareag.mobile.runtime.toolkit.model.EntityListDatasource
-
- setExpressionValue(String, Object) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
-
- setExpressionValue(String, Object, int) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
-
- setExpressionValue(String, Object) - Method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
- setFilterExpression(String) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- setFilterExpression(String) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Use this method to set a filter expression and enable filtering for the
datasource.
- setFirstPane(AbstractPane) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPaneSplitter
-
Sets the first pane.
- setFirstPaneHeight(float) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.HorizontalPaneSplitter
-
Sets absolute or relative height of the top pane.
- setFirstPaneWidth(float) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.VerticalPaneSplitter
-
Sets absolute or relative width of the left pane.
- setFontSize(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the font size in pixels.
- setFontSizeAbsolute(int, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the font size in pixels.
- setFontSizeRelative(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the relative font size in combination with a scale factor.
- setFontStyle(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the font style.
- setHAlign(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the horizontal alignment.
- setHeaderElement(nUIObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Call this method to set a new header cell for the ListView
.
- setHighlightImage(Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
Sets the highlight image.
- setHostname(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the host name.
- setImage(Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.ImageElementStyle
-
Sets the image to be displayed.
- setLogLevel(int) - Static method in class com.softwareag.mobile.runtime.toolkit.logging.Logger
-
Sets the log level.
- setMaxLines(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the max lines property.
- setMscAlias(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the msc alias.
- setName(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Sets the name of the Cookie
.
- setName(String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneConfiguration
-
- setObjectForExpression(Object, ExpressionFragment, Object) - Method in interface com.softwareag.mobile.runtime.toolkit.model.EPath
-
Sets a Object for the passed expressions.
- SetPaneDimensionVisitor - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
-
- SetPaneDimensionVisitor(nUIWindowDisplay, nUIObject, PaneConfiguration, Hashtable, IPaneConfigDelegate) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.SetPaneDimensionVisitor
-
- setPaneId(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
-
- setPaneRect(PaneRect) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPane
-
- setParentRect(PaneRect) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.SetPaneDimensionVisitor
-
- setPassword(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the password.
- setPath(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Sets the path of the Cookie
.
- setPathFromURL(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Sets the path of the Cookie
from a given URL.
- setPort(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the port.
- setPortlist(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Sets the port list of the Cookie
.
- setPostData(byte[]) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Sets the data if POST or PUT is required.
- setPostData(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Sets the data if POST or PUT is required.
- setRemovedObjects(Vector) - Method in class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
-
Sets the removed objects.
- setRootPane(AbstractPane) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneConfiguration
-
- setRootPathExpression(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
-
Set a new expression to identify the root object within the JSON data
structure.
- setRowHeight(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Sets the rowHeight
for each cell based on the passed
positive integer value.
- setSecondPane(AbstractPane) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPaneSplitter
-
Sets the second pane.
- setSecondPaneHeight(float) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.HorizontalPaneSplitter
-
Sets absolute or relative height of the bottom pane.
- setSecondPaneWidth(float) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.VerticalPaneSplitter
-
Sets absolute or relative width of the right pane.
- setSecure(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Sets the secure attribute of the Cookie
.
- setSelectedElement(Object) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- setSelectedElement(Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Set the object selected by the
ListView
.
- setSelectionFromTop(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Sets the selection to the passed cell index.
- setShowView(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
-
- setSortEnabled(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Enable or disable drag&drop based resorting of the elements in the
ListView
.
- setStartView(AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
-
- setText(String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the text property.
- setTextColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the text color as ARGB value.
- setTimeCreated(long) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Sets the time the Cookie
was created
- setUpdatedObjects(Vector) - Method in class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
-
Sets the updated objects.
- setUpdateInterval(long) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
- setupSideView(AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
-
Sets the SideView-controller instance.
- setUrl(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Sets the url.
- setUsername(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the user name.
- setValue(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Sets the value of the Cookie
.
- setVersion(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the version number.
- setView(nUIViewDisplay) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Sets the delivered nUIViewDisplay
by using
nUIController.TRANSITION_APPEAR as transition style.
- setView(nUIViewDisplay, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Sets the delivered nUIViewDisplay
and uses 0
as pane
id.
- setView(nUIViewDisplay, int, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Initializes the transition to the delivered nUIViewDisplay
.
- setViewController(AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Sets the new AbstractViewController by using
nUIController.TRANSITION_APPEAR as transition style.
- setViewController(AbstractViewController, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Sets the new AbstractViewController.
- setViewController(AbstractViewController, int, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Sets the new AbstractViewController and assigns the pane to the delivered
controller.
- setVisible(nUIObject, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- setVisible(nUIObject, boolean) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
-
Hides or makes the given element visible in the view.
- setVisible(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.nUIMarker
-
Changes the visibility of the target element.
- setVisible(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPane
-
Don't change this value in the code, since this setter does not trigger
anything.
- SetVisibleVisitor - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
-
- SetVisibleVisitor() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.SetVisibleVisitor
-
- setWindowPane(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- setWindowPane(int) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
-
- setWindowPane(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
-
- showPane(int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Displays the delivered pane if it is existing.
- SideViewControllerImpl - Class in com.softwareag.mobile.runtime.toolkit.ui.controller
-
A SideViewController
manages to visibility of a SideView.
- SideViewControllerImpl() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
-
- sizeChanged(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.CanvasController
-
Called after the user changes the screen orientation.
- SQLiteConnectorImpl - Class in com.softwareag.mobile.runtime.toolkit.persistence
-
The
SQLiteConnectorImpl
is a simple implementation of
ISQLiteConnector
which handles the communication with a given SQLite
table.
- SQLiteConnectorImpl(String, String[], String[]) - Constructor for class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
-
Creates a new instance and tries to create - or open - the underlying
database.
- stackTransition(nUIObject, int, AbstractViewController, int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- stackTransition(nUIObject, int, AbstractViewController, int, int) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IController
-
This method creates a new TransitionStackController
(TSC)
using sender
as identifier if it does not already exist and
navigates to the view created by the given controller
into
the given pane.
- start() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
- stop() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Stops the ongoing synchronization.
- store() - Method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
Saves all keys and it's values into a persistent RecordStore.
- StringTokenizer - Class in com.softwareag.mobile.runtime.toolkit.util
-
The class StringTokenizer
splits a String into tokens based on
one or multiple characters used as delimiters.
- StringTokenizer(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.util.StringTokenizer
-
Creates a new StringTokenizer
by passing the String to be
tokenized and a String containing the delimiter characters for
tokenizing.
- StringTokenizer(String, String, String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.util.StringTokenizer
-
Creates a new StringTokenizer
by passing the String to be
tokenized and a String containing the delimiter characters for
tokenizing.
- sync() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Starts a new synchronization.
- SyncClient - Class in com.softwareag.mobile.runtime.toolkit.operations
-
The SyncClient
enables clients to synchronize JSON-based data
with Software AGs Integration Server.
- SyncClient(String, String, String, String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Creates a new instance by passing all required properties and an update
interval of 60000L
.
- SyncClient(String, String, String, String, String, long) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Creates a new instance by passing all required properties.
- SyncClientSQLiteConnectorImpl - Class in com.softwareag.mobile.runtime.toolkit.persistence
-
Implementation of
SQLiteConnectorImpl
to handle the persistence of
RowStructure
s from the mobile data sync package.
- SyncClientSQLiteConnectorImpl(String) - Constructor for class com.softwareag.mobile.runtime.toolkit.persistence.SyncClientSQLiteConnectorImpl
-
- SyncOperation - Class in com.softwareag.mobile.runtime.toolkit.operations
-
The SyncOperation
sends a local data set to the integration
server and results in an array of new and updated items.