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

S

Session - Class in com.softwareag.mobile.runtime.toolkit.rest
A Session stores the cookie from the last successful call by a AbstractRestOperation.
set(String, Object) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
Sets the value for a specific key.
setComparator(IListViewComparator) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
 
setComparator(IListViewComparator) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
Use this method to set a IListViewComparator implementation to be used when sorting or resorting the data model represention in the ListView.
setCurrentPaginationIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Call this method with a new index to change the pagination index.
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
 
setDelegate(IListViewDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Call this method if you want to set a new IListViewDelegate.
setElement(nUIObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.nUIMarker
Sets the new target element.
setFilterExpression(String) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
 
setFilterExpression(String) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
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.
setHeaderElement(nUIObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Call this method to set a new header cell for the ListView.
setLogLevel(int) - Static method in class com.softwareag.mobile.runtime.toolkit.logging.Logger
Sets the log level.
setName(String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneConfiguration
 
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
setParentRect(PaneRect) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.SetPaneDimensionVisitor
 
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.
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.
setSelectedElement(Object) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
 
setSelectedElement(Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
Set the object selected by the ListView.
setShowView(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
 
setStartView(AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
 
setUrl(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
Sets the url.
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
This is a set-visibility operation for the PaneConfiguration.
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
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
 
showPane(int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Displays the delivered pane if it is existing.
sizeChanged(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.CanvasController
Called after the user changes the screen orientation.
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.
StringTokenizer - Class in com.softwareag.mobile.runtime.toolkit.util
The class StringTokenizer allows an application to break a string into tokens.
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 used as delimiter.
A C D E F G H I J L M N O P R S T U V W X Y