- 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.
- 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.
- getAppname() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Sets the app name.
- getBackButtonText() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
Returns the default back button text.
- getBgColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.ImageElementStyle
-
Returns the background color of the underlying Android element or if used
in Phoney, the color of the parent nUITablecellElement
.
- getBgColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Returns the background color of the underlying Android element or if used
in Phoney, the color of the parent nUITablecellElement
.
- 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
.
- 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.
- 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
-
- getConnectionProtocol() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Returns the used connection protocol.
- 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 Cookie
s 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
-
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
-
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.
- 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.
- 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.ListView
-
Call this method if you want the
IListViewDelegate
that is
currently used by the
ListView
.
- getDeviceType() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Returns the device type.
- getDialog() - Method in class com.softwareag.mobile.runtime.toolkit.ui.AbstractAlertDialog
-
Returns the Mobile Designer nUIAlertDialog
this class wraps.
- getDomain() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Returns the domain of the Cookie
.
- getDownloadFilter() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Returns the Filter
which is used to download the initial data
set.
- 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
-
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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.TextfieldStyle
-
Returns the current font size in pixels.
- getFontStyle() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Returns the font 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.TextfieldStyle
-
Returns the horizontal alignment.
- 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
.
- getHeaderParameters() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Returns all header parameters used for the request.
- getHighlightImage() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
Returns the highlight image.
- getHostname() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Returns the host name.
- getHostnames() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
-
Returns all hostnames added as restrictions to this
Credentials
.
- getHTTPMethod() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Returns the HTTP method used for this operation.
- getImage() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.ImageElementStyle
-
Returns the displayed image.
- getInstance() - Static method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- getInstance() - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
Get the shared instance of ContextKeyStore.
- 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
-
- getMaxLines() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Returns the amount of maximum displayed lines.
- 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
.
- getMessage() - Method in exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
Builds and returns the error message.
- getMscAlias() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Returns the msc alias.
- 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.
- 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.
- 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.
- getPassword() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Returns the password.
- 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
.
- getPort() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Returns the port.
- getPortlist() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Returns the port list attribute of the Cookie
.
- getPredefinedSize() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
-
- 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.
- getRawResult() - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
-
- getRawResult() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.IOperation
-
Returns the result
as an byte
-array.
- getRealms() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Credentials
-
Returns all realms added as restrictions to this Credentials
.
- getResponseSet() - Method in class com.softwareag.mobile.runtime.toolkit.operations.DownloadOperation
-
- getResponseSet() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncOperation
-
- getResult() - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
-
- getResult(String) - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
-
- getResult() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.IOperation
-
Returns the result
as a String
.
- getResult(String) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.IOperation
-
Returns the result
as a String
with s specific
encoding.
- getResultCode() - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
-
- getResultCode() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.IOperation
-
Returns the resultCode
as an int
-value.
- getResultViewMap() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.AssignViewVisitor
-
- 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
-
Returns the current assigned row height.
- getScale() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
-
- getScreenHeight() - Method in class com.softwareag.mobile.runtime.toolkit.util.AppUtility
-
Deprecated.
- 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
-
Deprecated.
- 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
.
- 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.
- getSizeInPixels() - Method in class com.softwareag.mobile.runtime.toolkit.ui.font.AbsoluteFontSize
-
- getSQLStore() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
- 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.
- 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
-
- getText() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Returns the text.
- getTextColor() - Method in class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Returns the text color.
- getTextResource(int) - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
-
- getTimeCreated() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Returns the time the Cookie
was created.
- getTopViewController() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
-
- 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.
- getUpdateInterval() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
- 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.operations.SyncClient
-
Returns the user name.
- 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
-
Returns the current pagination setting of the ListView
.
- getValue() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Returns the value of the Cookie
.
- getVersion() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Returns the version number.
- 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.