- TextfieldStyle - Class in com.softwareag.mobile.runtime.toolkit.ui.styles
-
The TextfieldStyle
must be used to edit properties for
Textfields in combination with the native ListView
feature.
- TextfieldStyle(Object) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.styles.TextfieldStyle
-
Creates this style by passing either an nUITextfieldElement
or an
Android Text.
- TKTextHandler - Class in com.softwareag.mobile.runtime.toolkit.resources
-
This class extends TextHandler's functionality and adds some methods to
manage languages.
- TKTextHandler() - Constructor for class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
-
Creates a new TKTextHandler and sets this instance as new
TextHandler.instance
.
- toString() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Returns a String representation of the Cookies name and value that can be
used in the HTTP Cookie header.
- toString() - Method in class com.softwareag.mobile.runtime.toolkit.ui.pane.PaneRect
-
- toVersion2String() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Cookie
-
Returns an extended String representation of the Cookie that can be used
in the HTTP Cookie header.
- transform(Object, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IDataTransformer
-
Transforms the given object into the type identified by
intoType
.
- transition(nUIObject, int, AbstractViewController, int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- transition(nUIObject, int, AbstractViewController, int, int) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IController
-
Navigates to the view created by controller
.
- TRANSITION_STYLE_NOT_DEFINED - Static variable in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- TransitionStackController - Class in com.softwareag.mobile.runtime.toolkit.ui.controller
-
Use TransitionStackController
to easily create workflows in your
application.
- TransitionStackController(AbstractViewController) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
-
- TransitionStackController(AbstractViewController, int, int) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
-
- TYPE_IMAGE - Static variable in interface com.softwareag.mobile.runtime.toolkit.delegates.IDataTransformer
-
Use if the transformed object should be an Image.
- TYPE_NONE - Static variable in interface com.softwareag.mobile.runtime.toolkit.delegates.IDataTransformer
-
Use for no specific type.
- TYPE_STRING - Static variable in interface com.softwareag.mobile.runtime.toolkit.delegates.IDataTransformer
-
Use if the transformed object should be a String.