Aqualogic Interaction API  
 

IPTAsyncGadgetProvider Members

IPTAsyncGadgetProvider overview

Public Instance Methods

BeginProcessingOverloaded. The Provider must be Initialized before this method may be called. After a successful initialization, this method may, if desired, be called, repeatedly with different preferences and different sessions. GetHTMLText should be called with the same arguments after this method if this method returns a success code. -jas
GetCapabilitiesAsInt Query a particular capability of this provider.
GetCapabilitiesAsObject Use GetCapabilitiesAsInt instead.
GetCollapsedOrErrorContent Get the content of this portlet that should be displayed in case the portlet is collapsed or has an error. This can be JavaScript or HTML Comments.
GetDescription A short description of this provider.
GetGadgetBrowserCLSID 
GetGadgetProviderCLSID The CLSID for this provider.
GetHTMLTextOverloaded. Get the HTML text for this portlet as an array of markup fragments, some of which require post-processing. You must call BeginProcessing before calling this function and pass the same set of arguments to both.
GetImageUUID Get the Image UUID for this Provider (used to find the correct Icon or GIF for the Gadget).
GetName The name of this provider (human readable unique identifier).
Initialize Initializes all of the data structures in this object and must be called before BeginProcessing. Can be called only once. -jas
SpecificGadgetDescription Retrieve a specific description of the current configuration info.

See Also

IPTAsyncGadgetProvider Interface | com.plumtree.server Namespace