PromptControl T  Class TIBCO Spotfire 6.0 API Reference
Base class implementation for the user interface of prompt used in the Web Player.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Web.Forms PromptControl
    Spotfire.Dxp.Web.Forms PromptControl T 
      Spotfire.Dxp.Web.Forms CustomWizardPromptControl

Namespace: Spotfire.Dxp.Web.Forms
Assembly: Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public abstract class PromptControl<T> : PromptControl
Type Parameters

T
The type of the prompt model, that is, the object that contains the state of the prompt. Note that if the state object on the client and the one stored on the server are to be different, T is be the type of the client model.
Remarks

An instance of this class is automatically created and returned to the Web Player clients when a document containing a prompt model associated with this type is opened.
See Also