Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

S

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 Objects.
selectAll() - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
 
ServerFirstCacheHandler - Class in com.softwareag.mobile.runtime.toolkit.operations.cache
This is a common implementation for the IOperationCacheHandler that executes the operation and stores a successful result in the cache.
ServerFirstCacheHandler() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.ServerFirstCacheHandler
 
ServerFirstCacheHandler(String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.ServerFirstCacheHandler
 
ServerOnlyCacheHandler - Class in com.softwareag.mobile.runtime.toolkit.operations.cache
This IOperationCacheHandler executes the operation and stores the result in the cache, but never reads from the cache.
ServerOnlyCacheHandler() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.cache.ServerOnlyCacheHandler
 
Session - Class in com.softwareag.mobile.runtime.toolkit.rest
A Session is used to manage cookies and user credentials across multiple AbstractRestOperations.
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.
setAccentColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the accentColor property.
setAddedObjects(Vector) - Method in class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
Sets the added objects.
setBackgroundColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the backgroundColor property.
setBackgroundImage(Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the backgroundImage property.
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.
setCacheEntryName(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheObject
 
setCacheHandler(IOperationCacheHandler) - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
Sets the IOperationCacheHandler that should be used for this operation.
setCacheKey(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheObject
 
setCacheManager(ICacheManager) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractCacheHandler
 
setCacheManager(ICacheManager) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.cache.IOperationCacheHandler
Set the ICacheManager that should be used for the IOperation.
setCacheManager(ICacheManager) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.NoCacheHandler
 
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.
setContent(byte[]) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheObject
 
setContextName(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.ExecutionContext
 
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
Deprecated.
Call this method with a new index to change the pagination index.
setDateFormat(String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the dateFormat property.
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.
setDelegate(IListViewDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Call this method if you want to set a new IListViewDelegate.
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.
setElementIdentifier(String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPane
Sets the element identifier for this pane.
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.
setErrorTextColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the errorTextColor property.
setExecuteAsynchronous(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
 
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.
An expression can be any String an IDatasource implementation uses to reference an object.
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.
An expression can be any String an IDatasource implementation uses to reference an object.
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.
setFollowRedirects(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
 
setFontColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the textColor property.
setFontSize(FontSize) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the fontSize property.
setFontStyle(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the fontStyle property.
setHAlign(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the hAlign property.
setHeaderBackgroundColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the headerBackgroundColor property.
setHeaderElement(nUIObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Call this method to set a new header cell for the ListView.
setHeaderForegroundColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the headerForegroundColor property.
setHeaderImage(Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the headerImage property.
setHeight(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the height property.
setHighlightImage(Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
Sets the highlight image.
setHintTextColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the hintTextColor property.
setHScrollable(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the hScrollable property.
setHttpMethod(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
Sets the HTTP method used for this operation.
setIndicatorColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the indicatorColor property.
setInnerX(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the innerX property.
setInnerY(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the innerY property.
setInnerYSpacing(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the innerYSpacing property.
setInputType(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the inputType property.
setLabelTextColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the labelTextColor property.
setLines(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the lines property.
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.Style
Sets the maxLines property.
setMinLines(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the minLines property.
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.
setOutlineColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the outlineColor property.
setOverscrollingEnabled(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the overscrollingEnabled property.
SetPaneDimensionVisitor - Class in com.softwareag.mobile.runtime.toolkit.ui.pane
This class sets up dimensions for the given PaneConfiguration.
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
setParent(Style) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the parent Style.
setParentController(AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
setParentController(IResourceController) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
setParentRect(PaneRect) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.SetPaneDimensionVisitor
 
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.
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.
setRenderType(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the renderType property.
setResponse(Response) - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
 
setResponse(HttpResponse) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
 
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
Deprecated.
The native property is no longer supported. Please use the new ListView.
setScaleToFitEnabled(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the scaleToFitEnabled property.
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
Deprecated.
The native property is no longer supported. Please use the new ListView.
setSeparatorColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the separatorColor property.
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
Deprecated.
The native property is no longer supported. Please use the new ListView.
setStartView(AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
 
setTabBackgroundColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tabBackgroundColor property.
setTabFontSize(float) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tabFontSize property.
setTabFontStyle(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tabFontStyle property.
setTabIndicatorColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tabIndicatorColor property.
setTabIndicatorHeight(float) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tabIndicatorHeight property.
setTabMode(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tabMode property.
setTabSelectedTextColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tabSelectedTextColor property.
setTabTextColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tabTextColor property.
setTextAlign(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the textAlign property.
setTextClipType(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the renderType property.
setThumbColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the thumbColor property.
setTickColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tickColor property.
setTimeCreated(long) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Sets the time the Cookie was created
setTintColor(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the tintColor property.
setTransitionStackController(TransitionStackController) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
setUpdatedObjects(Vector) - Method in class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
Sets the updated objects.
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.
This method sets only the URL and must not be used to set query parameters.
setVAlign(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the vAlign property.
setValue(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Sets the value of the Cookie.
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(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
This is a set-visibility operation for the PaneConfiguration.
SetVisibleVisitor() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.pane.SetVisibleVisitor
 
setVScrollable(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the vScrollable property.
setWidth(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the width property.
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
The integer identifier of the pane will be set automatically using this method by TransitionStackController or by AbstractApplicationController.
setWindowPane(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
 
setX(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the x property.
setY(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
Sets the y property.
shouldSelect(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
shouldSelect(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
shouldSelectInEditMode(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
shouldSelectInEditMode(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
showDialogButton(AbstractDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
showDialogButton(AbstractDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractDialogDelegate
 
showDialogButton(AbstractDialog, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IDialogDelegate
This method is called for each button.
showDialogButton(AbstractDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
showDialogButton(AbstractDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
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
 
skipOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractOfflineAwareCacheHandler
 
skipOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheFirstCacheHandler
 
skipOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheOnlyCacheHandler
 
skipOperationExecution(IOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.cache.IOperationCacheHandler
 
skipOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.NoCacheHandler
 
skipOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.ServerFirstCacheHandler
 
skipOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.ServerOnlyCacheHandler
 
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.AbstractListViewTemplate
 
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.
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.
Style - Class in com.softwareag.mobile.runtime.toolkit.ui.styles
A style is a container for common UI properties.
Style() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
SUCCESSFUL - Static variable in interface com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.Condition
returns true for all resultCodes that mark a request as successful, e.g.
suspend() - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
 
suspend() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
halt the execution of the operations in the queue; the implementation should handle calling this method gracefully when already in suspended mode
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links