Uiinfrastructure API Docs  
 

StatusView Class

This class contains the HTML and Javascript for placing a status bar into your HTML. While it implements IView, this class does not need to be loaded into an AS in the traditional manner. Plenty of static methods allow you to insert this code into your existing DPs and Views as an optional/external component.

For a list of all members of this type, see StatusView Members.

System.Object
   com.plumtree.uiinfrastructure.form.status.StatusView

public class StatusView : IView, IMVCObject, IManagedObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.form.status

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

StatusView Members | com.plumtree.uiinfrastructure.form.status Namespace