- ListView - Class in com.softwareag.mobile.runtime.toolkit.ui
-
A ListView
displays a given number of nUIDisplayObject
s,
typically subclasses of nUITableButton
s, in a vertically scrollable
list.
- ListView(int, IListViewDelegate) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Creates a new ListView
with a given delegate.
- loadAndScaleImages() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.ITemplate
-
This method will be called after the template was created and added to a
View in order to load and scale images inside of the current template.
- loadImage(String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- loadImage(String, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- loadImage(String, int, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- loadImage(String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- loadImage(String, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- loadImage(String, int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- loadImage(String) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IResourceController
-
Tries to find and load image with the given name.
- loadImage(String, int) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IResourceController
-
Tries to find and load image with the given name.
- loadImage(String, int, int) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IResourceController
-
Tries to find and load image with the given name.
- loadLanguage(String) - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
-
Loads a single language.
- loadLanguage(int) - Method in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
-
Loads a single language and sets appropriated language directionality.
- loadWWWResource(nUIObject, String, String, String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- loadWWWResource(nUIObject, String, String, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- loadWWWResource(nUIObject, String, String, String) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IResourceController
-
Loads the given html file to the string
- LOCALE_PROPERTY - Static variable in class com.softwareag.mobile.runtime.toolkit.resources.TKTextHandler
-
- Logger - Class in com.softwareag.mobile.runtime.toolkit.logging
-
This class provides basic logging.