Aqualogic Interaction API  
 

IPTAsyncGadgetProvider.GetCollapsedOrErrorContent Method 

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.

object[][] GetCollapsedOrErrorContent(
   object spAppGatewayInfo,
   IPTGadgetInfo spGadgetInfo,
   bool bCollapsed
);

Parameters

spAppGatewayInfo
app data object
spGadgetInfo
Used to get and set persistent settings
bCollapsed

Return Value

A 2D array of markup fragments with columns defined by {@link com.plumtree.server.PT_MARKUP_ARRAY_COLS PT_MARKUP_ARRAY_COLS}.

See Also

IPTAsyncGadgetProvider Interface | com.plumtree.server Namespace