- get() - Static method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Returns the current Session
.
- get(String) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
Registers a new key value pair.
- 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.
- getBackButtonText() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- getByteResult() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Returns the result of this operation as an byte array.
- 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.
- getComparator() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- getComparator() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
- getCookie() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
- getCookies() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Returns all cookies sent by the server after a successfully
communication.
- 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
-
Returns the current page index of the ListView
.
- getCurrentPaneConfig() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- getCurrentTokenDelimiter() - Method in class com.softwareag.mobile.runtime.toolkit.util.StringTokenizer
-
- 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.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.
- getDelegate() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
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.AbstractAlertDialog
-
Returns the Mobile Designer nUIAlertDialog
this class wraps.
- getElementAtIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- getElementAtIndex(int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
Call this method to get the object of the data model at a given index.
- getElements() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- getElements() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
Call this method to get all objects in the data model managed by this
datasource.
- getExpressionValue(String) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- getExpressionValue(String, int) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- getExpressionValue(String) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
Call this method to get the object of the data model using an expression.
- getExpressionValue(String, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
Call this method to get the object of the data model using an expression that is
relative to on object in the data model with the given row index.
- 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
-
- getFilterExpression() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- getFilterExpression() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
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
-
- getHeader() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Returns the header parameters.
- getHeaderElement() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Returns the current header cell used in the ListView
.
- getInstance() - Static method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- 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.
- 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
-
- getMaxNumberOfRowsPerPage() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
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
.
- getName() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneConfiguration
-
- getNumberOfElements() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListViewDatasource
-
- getNumberOfElements() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
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.
- 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.
- getPredefinedSize() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
-
- getResponseCode() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Returns the response code of the underlying HttpConnection
.
- getResult() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Returns the result of this operation as a String.
- getResult(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Returns the result of this operation as a String by passing an encoding.
- getResultViewMap() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AssignViewVisitor
-
- 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.
- getScale() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
-
- getScreenHeight() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
Deprecated Use CanvasCore.CURRENT_SCREEN_HEIGHT.
- getScreenPPI() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
Deprecated Use CanvasCore.CURRENT_SCREEN_PPI.
- getScreenWidth() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
Deprecated Use CanvasCore.CURRENT_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.AbstractListViewDatasource
-
- getSelectedElement() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDatasource
-
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
.
- getSizeInPixels() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.AbsoluteFontSize
-
- getStartPaneConiguration() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- getStartView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneDefinition
-
- getSystemLanguage() - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
-
Returns system language based on device locale.
- getTextResource(int) - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
-
- 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.AbstractViewController
-
- getTransitionStackController() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IController
-
- 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.
- getUrl() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Returns the used URL in combination with all query parameters.
- getUsesPagingation() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Returns the current pagination setting of the ListView
.
- 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
-
- 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.