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 

G

get() - Static method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns the current shared Session.
get(String) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
Registers a new key value pair.
getAccentColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getActiveViewAndControllerFromType(String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Tries to find all nUIViewDisplay's which class names matches the delivered String and returns a Hashtable containing the view as key and the correspondent controller as value.
getAddedObjects() - Method in class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
Returns the added objects or NULL if no objects were added in this type of DatasourceNotification
getAnchorElement() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractPopupMenu
 
getArrayIndex() - Method in class com.softwareag.mobile.runtime.toolkit.ExpressionFragment
Returns the array index if the fragment matches an array, e.g.
getBackButtonText() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
Returns the default back button text.
getBackgroundColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getBackgroundImage() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getBoundaryLength() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
Returns the total length of the boundary String.
getBoundaryPrefix() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
Returns the prefix used for generating the request boundary.
getBoundaryString() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractMultipartRestOperation
Returns the boundary used by this AbstractMultipartRequest.
getButtonId() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.DialogButtonRunnable
 
getCacheEntryName() - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheObject
 
getCacheHandler(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.OperationHandler
 
getCacheKey() - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheObject
 
getCacheManager() - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractCacheHandler
 
getCacheManager() - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractRestCacheHandler
 
getCell(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
For every row in the ListView this method is called to return the actual cell object to be displayed at the given index.
getCell(ListView, Object, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
This method enables Android users to reuse existing cells.
getCell(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
getCell(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
getCellHeight() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewCell
To get the height for a desired cell on iOS.
getComparator() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
 
getComparator() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
Use this method to get the current IComparator used by the ListView.
getContent() - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheObject
 
getCookieAcceptPolicy() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns the Cookie management accept policy set for the current Session.
getCookieHeaderString(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns a String representation of the Cookies matching the given URL.
getCookieMultiValuePolicy() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns the Cookie management multi value policy set for the current Session
getCookies() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns all Cookies managed by the Session.
getCookies(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns all cookies matching the given URL.
getCookiesFromHeader(String) - Static method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Parses all Cookies from the given HTTP header field.
getCount() - Method in interface com.softwareag.mobile.runtime.toolkit.persistence.ISQLiteConnector
Returns the number of stored elements.
getCount() - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
 
getCredentials() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns all credentials managed by the Session.
getCredentialsForRealm(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns all credentials matching the given realm.
getCredentialsForURL(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns all credentials matching the given URL.
getCredentialsForURL(String, String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
Returns all credentials matching the given URL and realm.
getCurrentLanguage() - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
Returns language which is currently set.
getCurrentPaginationIndex() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Returns the current page index of the ListView.
getCurrentPaneConfig() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Returns the current used PaneConfiguration.
getCurrentTokenDelimiter() - Method in class com.softwareag.mobile.runtime.toolkit.util.StringTokenizer
Returns the delimiter character that was used for the last token extraction.
getData() - Method in exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
Returns the data object associated with this exception.
getDatabaseName() - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
Returns the name of the underlying database.
If no subclass is used, returns DATABASE_NAME.
getDateFormat() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getDefaultLanguage() - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
Returns default language.
getDefaultPlaceHolderImage() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
getDefaultPlaceHolderImage() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
getDefaultPlaceHolderImage() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
getDefaultPlaceHolderImage() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IResourceController
Return the default place holder image that will be used if requested image was not found.
getDefaultSideViewLocation() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
Returns the default SideView location.
getDefaultSideViewWidth() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
Returns the default SideView width.
getDelegate() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.DialogButtonRunnable
 
getDelegate() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Call this method if you want the IListViewDelegate that is currently used by the ListView.
getDialog() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractAlertDialog
Returns the Mobile Designer nUIAlertDialog this class wraps.
getDialog() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractPopupMenu
Returns the Mobile Designer nUIPopupMenuBuilder this class wraps.
getDialog() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.DialogButtonRunnable
 
getDomain() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Returns the domain of the Cookie.
getEditingStyleForRow(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Returns the editing style for a given row index.
getEditingText(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Returns the text used for the edit button provided by IListViewDelegate.EDITING_STYLE_SWIPE_EDIT_LEFT.
getElementAtIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
 
getElementAtIndex(int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
Call this method to get the object of the data model at a given index.
getElementIdentifier() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPane
 
getElements() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
 
getElements() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
Call this method to get all objects in the data model managed by this datasource.
getEmptyListCell() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
Returns a boolean value indicating if the list empty cell should be used if the datasource does not contain any elements after reloading.
getEmptyListCell() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
Returns a boolean value indicating if the list empty cell should be used if the datasource does not contain any elements after reloading.
getEPath() - Method in interface com.softwareag.mobile.runtime.toolkit.model.IEntity
Returns the EPath object for this IEntity.
getErrorCode() - Method in exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
Returns the error code.
getErrorTextColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getException() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
 
getException() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
Use this method to get the last exception that has been caught while reloading the datasource.
getException() - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
 
getExpression() - Method in exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
Returns the expression.
getExpressionValue(String) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IDatasource
This method is used to retrieve an object from the data model using an expression.
An expression can be any String an IDatasource implementation uses to reference an object.
getExpressionValue(String, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
This method is used to get the object from 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.
getExpressionValue(String, int) - Method in class com.softwareag.mobile.runtime.toolkit.model.EntityListDatasource
 
getExpressionValue(String) - Method in class com.softwareag.mobile.runtime.toolkit.model.EntityListDatasource
 
getExpressionValue(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
 
getExpressionValue(String, int) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
 
getExpressionValue(String) - Method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
 
getFilteredElements() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
 
getFilteredElements() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
Returns all elements matching the IListDatasource.getFilterExpression().
getFilterExpression() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
 
getFilterExpression() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
Returns the filter expression currently used.
getFirstPane() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPaneSplitter
 
getFirstPaneHeight() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.HorizontalPaneSplitter
 
getFirstPaneWidth() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.VerticalPaneSplitter
 
getFontSize() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getFontStyle() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getFragment() - Method in class com.softwareag.mobile.runtime.toolkit.ExpressionFragment
Returns the name of the fragment path if existing.
getHAlign() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getHeader() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
Returns the header parameters.
getHeaderBackgroundColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getHeaderElement() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Returns the current header cell used in the ListView.
getHeaderForegroundColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getHeaderImage() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getHeaderParameters() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
Returns all header parameters used for the request.
getHeight() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getHighlightImage() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
Returns the highlight image.
getHintTextColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getHostnames() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
Returns all hostnames added as restrictions to this Credentials.
getHScrollable() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getHTTPMethod() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
Returns the HTTP method used for this operation.
getHttpResponse() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
 
getIndicatorColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getInnerX() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getInnerY() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getInnerYSpacing() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getInputType() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getInstance() - Static method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
getInstance() - Static method in class com.softwareag.mobile.runtime.toolkit.operations.cache.OperationsFileCacheManager
 
getInstance() - Static method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
Global instance of AppUtility to access all members.
getInstance() - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
Get the shared instance of ContextKeyStore.
getLabelTextColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getLanguageId(String) - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
Checks if the given language exists in the system and returns its index.
getLines() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getLogLevel() - Static method in class com.softwareag.mobile.runtime.toolkit.logging.Logger
Returns the current used log level.
getMainWindow() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Creates the main window if it does not exist and configures the window with the start PaneConfiguration.
getMappedTransitionStackControllers() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
getMaxLines() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getMaxNumberOfRowsPerPage() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Returns the maximum number of rows used for pagination in the ListView.
getMaxNumberPaginationRows(ListView) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Returns the maximum number of cells on one page of a ListView.
getMessage() - Method in exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
Builds and returns the error message.
getMinLines() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getName() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Returns the name of the Cookie.
getName() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneConfiguration
 
getNativeUIElement() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewCell
To access the native element on iOS.
getNumberOfElements() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
 
getNumberOfElements() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
Call this method to get the total number of objects in the data model managed by this datasource.
getNumberOfRows(ListView) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Use to return the number of cells (rows) the ListView needs to display.
getNumberOfRows() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
getNumberOfRows() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
getObjectForExpression(Object, ExpressionFragment) - Method in interface com.softwareag.mobile.runtime.toolkit.model.EPath
Returns a Object for the passed expression or null, if the expression could not be found.
getOfflineListCell() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
Returns the list offline cell.
getOfflineListCell() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
Returns the list offline cell.
getOperationDelegates() - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
Returns all registered operation delegates.
getOperationHandler() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Returns the OperationHandler for this application.
getOutlineColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getOverscrollingEnabled() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getPaginationNextPageCell(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Use to provide a cell that is displayed to navigate to the next page, if pagination is enabled for the calling ListView.
getPaginationPreviousPageCell(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Use to provide a cell that is displayed to navigate to the previous page, if pagination is enabled for the calling ListView.
getPaneDefinition(int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Returns the PaneDefinition which is correspondent to the delivered pane id.
getPaneDefinition() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinitionGetter
 
getPaneId() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
 
getPaneRect() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPane
 
getPaneToViewControllerMap() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
By transition to a view, information about it's controller and target pane is storing in this class.
getParentController() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
getPassword() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
Returns the password stored in the Credentials.
getPath() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Returns the path of the Cookie.
getPlaceholder() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
Is used to determine what should be displayed in the list if it is empty (i.e.
getPlaceholder() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
Is used to determine what should be displayed in the list if it is empty (i.e.
getPortlist() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Returns the port list attribute of the Cookie.
getPostData() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
Returns the set post data payload as a byte array.
getPredefinedSize() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
Deprecated.
 
getProgressWindow() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Returns the overlay window used to display progress indicators and making sure the user can not interact with the main window.
getProtocols() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
Returns all protocols added as restrictions to this Credentials.
getQueryParameters() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
Returns all query parameters used for the request.
getRealms() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
Returns all realms added as restrictions to this Credentials .
getRemovedObjects() - Method in class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
Returns the removed objects or NULL if no objects were removed in this type of DatasourceNotification
getRenderType() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getResponse() - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
 
getResponse() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.IOperation
Returns the operation's response, containing information about the result code and transferred data.
getResultViewMap() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AssignViewVisitor
 
getRetinaScale() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
Deprecated.
Use RuntimeInfo.getFormFactor().
getRootException() - Method in exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
Returns the root exception.
getRootJPath() - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
Get the JPath object representing the root expression.
getRootPane() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneConfiguration
Use this method to access to root pane for applying operations on the pane configuration.
getRootPathExpression() - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
Returns the expression used to identify the root object within the JSON data structure.
getRowHeight() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
The native property is no longer supported. Please use the new ListView.
getScale() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
Deprecated.
 
getScaleToFitEnabled() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getScreenHeight() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
Returns the device screen height.
getScreenPPI() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
Returns the current screen PPI.
getScreenWidth() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
Returns the device screen width.
getSecondPane() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AbstractPaneSplitter
 
getSecondPaneHeight() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.HorizontalPaneSplitter
 
getSecondPaneWidth() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.VerticalPaneSplitter
 
getSelectedElement() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
 
getSelectedElement() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
Returns the currently selected object of the ListView or null if no object was set as selected.
getSeparator(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Use to return the separator for a given index of cell in a ListView.
getSeparator() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
getSeparator() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
getSeparatorColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getSideViewController() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Returns the SideViewController for this application.
getSideViewController() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
Returns the currently used view controller for the SideView.
getSize() - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
 
getSize() - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.ConditionalOperationQueue
 
getSize() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
 
getSize() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.FloatFontSize
 
getSizeInPixels() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.AbsoluteFontSize
Deprecated.
 
getStartPaneConiguration() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
getStartView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
 
getSwipeBehavior(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
getSwipeBehavior(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
getSwipeButton(int) - Static method in class com.softwareag.mobile.runtime.toolkit.ui.ElementFactory
 
getSwipeButton(int, String) - Static method in class com.softwareag.mobile.runtime.toolkit.ui.ElementFactory
 
getSwipeButton(int, Image) - Static method in class com.softwareag.mobile.runtime.toolkit.ui.ElementFactory
 
getSwipeButton(int, String, Image, int, float, int, int) - Static method in class com.softwareag.mobile.runtime.toolkit.ui.ElementFactory
 
getSwipeButton(int, String, Image, int, FontSize, int, int) - Static method in class com.softwareag.mobile.runtime.toolkit.ui.ElementFactory
 
getSystemLanguage() - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
Returns system language based on device locale.
getTabBackgroundColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTabFontSize() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTabFontStyle() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTabIndicatorColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTabIndicatorHeight() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTableName() - Method in interface com.softwareag.mobile.runtime.toolkit.persistence.ISQLiteConnector
Returns the name of the table.
getTableName() - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
 
getTabMode() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTabSelectedTextColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTabTextColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTextAlign() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTextClipType() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTextColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTextResource(int) - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
Returns localized text resource or value from ContextKeyStore
getThumbColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTickColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTimeCreated() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Returns the time the Cookie was created.
getTintColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getTopViewController() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Returns the top AbstractViewControllers of the stack hierarchy.
getTransitionFromStyle(nUIObject, PaneConfiguration, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
getTransitionFromStyle(nUIObject, PaneConfiguration, int) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.pane.IPaneConfigDelegate
Use this method to change transition effect by transition from the given pane.
getTransitionStackController() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
getTransitionStackController() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
getTransitionStackController() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IController
Returns the assigned TransitionStackController or null if no TransitionStackController is used for the observed element.
getTransitionToStyle(nUIObject, PaneConfiguration, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
getTransitionToStyle(nUIObject, PaneConfiguration, int) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.pane.IPaneConfigDelegate
Use this method to change transition effect by transition to the given pane.
getType() - Method in class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
Returns the type of the DatasourceNotification.
getTypeForCell(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
getTypeForCell(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
getUpdatedObjects() - Method in class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
Returns the updated objects or NULL if no objects were updated in this type of DatasourceNotification
getUrl() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
Returns the used URL in combination with all query parameters.
getUsername() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
Returns the username stored in the Credentials.
getUsesPagingation() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Returns the current pagination setting of the ListView.
getVAlign() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getValue() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
Returns the value of the Cookie.
getView(int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
getViewController(nUIViewDisplay) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
getViewController(int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
getViewControllers() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
Returns the full stack hierarchy of AbstractViewControllers
getViewDisplay() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
Returns the nUIViewDisplay instance managed by this IViewController implementation.
getViewDisplay() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
 
getVScrollable() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getWidth() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getWindowPane() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
getWindowPane() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
getWindowPane() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IController
Returns the Integer representation of the pane, which displays the observed UI element.
getX() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
getY() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.Style
 
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