WebCenter Interaction API  
 

IPTAsyncGadgetProvider Members

IPTAsyncGadgetProvider overview

Public Instance Methods

public methodBeginProcessingOverloaded. 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
public methodGetCapabilitiesAsInt Query a particular capability of this provider.
public methodGetCapabilitiesAsObject Use GetCapabilitiesAsInt instead.
public methodGetCollapsedOrErrorContent 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.
public methodGetDescription A short description of this provider.
public methodGetGadgetBrowserCLSID 
public methodGetGadgetProviderCLSID The CLSID for this provider.
public methodGetHTMLTextOverloaded. 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.
public methodGetImageUUID Get the Image UUID for this Provider (used to find the correct Icon or GIF for the Gadget).
public methodGetName The name of this provider (human readable unique identifier).
public methodInitialize Initializes all of the data structures in this object and must be called before BeginProcessing. Can be called only once. -jas
public methodSpecificGadgetDescription Retrieve a specific description of the current configuration info.

See Also

IPTAsyncGadgetProvider Interface | com.plumtree.server Namespace