element <noDataFoundBubble>
Namespace:
http://schema.caplin.com/CaplinTrader/gridDefinitions
XML Representation Summary
<noDataFoundBubble
   
 = 
xs:string : "'No matching products found.'"
 = 
xs:string : "'Please adjust your search criteria.'"
 = 
xs:string : "'No matching products found.'"
 = 
xs:string : "'Please adjust your search criteria.'"
 = 
xs:string : "'Data unavailable at this time.'"
 = 
xs:string : "'No data has been received.'"
 = 
xs:string
/>
Parent elements (1):
Description
The no data found bubble decorator displays a two part message to the end user when a grid contains no data (for example, if the end user filters the grid and there is no matching data). Note that the name of this decorator tag assumes that a decorator mapping is defined with id "noDataFoundBubble" and className "caplin.grid.decorator.NoDataFoundBubbleMessageDecorator". The decorator tag name and decorator mapping id value must be prefixed with the namespace required by the bladerunner architecture.
Attribute Detail
bodyText
Type:
xs:string, predefined
Use:
optional
Default:
"'Please adjust your search criteria.'"
The body text of the two part message when there is no data to display, but there are one or more filters being applied that may account for this.

classname
Type:
xs:string, predefined
Use:
optional
A CSS class that styles the HTML <div> element containing the two part message. The style will cascade with other CSS classes applied to the <div> element.

connectionLostBodyText
Type:
xs:string, predefined
Use:
optional
Default:
"'No data has been received.'"
The body text of the two part message when there is no data to display and no connection to Liberator.

connectionLostHeaderText
Type:
xs:string, predefined
Use:
optional
Default:
"'Data unavailable at this time.'"
The header text of the two part message when there is no data to display and no connection to Liberator.

headerText
Type:
xs:string, predefined
Use:
optional
Default:
"'No matching products found.'"
The header text of the two part message when there is no data to display, but there are one or more filters being applied that may account for this.

noRowsFoundBodyText
Type:
xs:string, predefined
Use:
optional
Default:
"'Please adjust your search criteria.'"
The body text of the two part message when there is no data to display, but there are no filters being applied that may account for this.

noRowsFoundHeaderText
Type:
xs:string, predefined
Use:
optional
Default:
"'No matching products found.'"
The header text of the two part message when there is no data to display, but there are no filters being applied that may account for this.