Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | webMethods Mobile Designer Native User Interface Reference | Native User Interface (NativeUI) Objects | nUIProgressanimElement
 
nUIProgressanimElement
com.softwareag.mobile.runtime.nui.nUIProgressanimElement
Use to display an animated status indicator that an application can display to indicate background activity is in progress.
Example
This code sample displays a status indicator. Details on how the example code is rendered on various platforms follow the code sample.
view.add(new nUIProgressanimElement(NUIID_MY_PROGRESSANIM));
Platform
Platform-Specific Class and Visual Reference
Android
android.widget.ProgressBar
iOS
UIActivityIndicatorView