- 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.
- 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.
- 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
.
- 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.
- 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
-
- 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.
- 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.
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.
- 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.
- 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.Style
-
Sets the fontStyle
property.
- 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.Style
-
Sets the hAlign
property.
- setHAlign(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the horizontal alignment.
- 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
-
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.
- setHScrollable(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
-
Sets the hScrollable
property.
- setImage(Image) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.ImageElementStyle
-
Sets the image to be displayed.
- 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(String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
-
Sets the inputType
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.
- setMaxLines(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Sets the max lines 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.
- 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
-
- 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.
- 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.
- 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.
- 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
-
Sets the selection to the passed cell index.
- 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
-
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.
- 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.
- 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
- 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(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
-
- 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
-
- 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.
- 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.
- 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
-