- nextElement() - Method in class com.softwareag.mobile.runtime.toolkit.util.StringTokenizer
-
- nextToken() - Method in class com.softwareag.mobile.runtime.toolkit.util.StringTokenizer
-
- notifyObservers() - Method in class com.softwareag.mobile.runtime.toolkit.util.Observable
-
This method is equivalent to notifyObservers(null, false)
- notifyObservers(Object) - Method in class com.softwareag.mobile.runtime.toolkit.util.Observable
-
If this object has changed, as indicated by the hasChanged method, then notify all of its
observers and then call the clearChanged method to indicate that this object has no longer changed.
- notifyObservers(Object, boolean) - Method in class com.softwareag.mobile.runtime.toolkit.util.Observable
-
This method is a shortcut to change the object changed status and call the notification method.
- nUIEventCallback(nUIObject, int) - Method in class com.softwareag.mobile.runtime.toolkit.CanvasController
-
Default implementation of CanvasNativeUI
's event listener.
- nUIEventCallback(nUIObject, int) - Method in class com.softwareag.mobile.runtime.toolkit.rest.OperationNotifier
-
- nUIEventCallback(nUIObject, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.AbstractAlertDialog
-
Creates this
AbstractAlertDialog
by passing the
IDialogDelegate
implementation.
- nUIEventCallback(nUIObject, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Manages all events for the cells in the ListView
and forwards the
events to the delegate.
- nUIMarker - Class in com.softwareag.mobile.runtime.toolkit.ui
-
This is an invisible object which can be added to a view's hierarchy.
- nUIMarker() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.nUIMarker
-
Creates a new nUIMarker
without an element.
- nUIMarker(nUIObject) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.nUIMarker
-
Creates a new nUIMarker
with the given element.