blob: 38e808208365dfee1fdd7eb4e05d1b7919e5f850 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 transitional//EN">
<html>
<head>
<title>Parameter Format Value Element (Eclipse BIRT ROM Documentation)</title>
<link rel="stylesheet" href="../style/style.css" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<p class="title">Eclipse BIRT Report Object Model (ROM)</p>
<p class="subtitle">ParameterFormatValue Structure</p>
<h1>Structure Overview</h1>
<div class="section-text">
Used to format the default value of the scalar parameter.</div>
<h3>Details</h3>
<table class="detail-table">
<tr><td>Display Name:</td>
<td>Parameter Format Value</td></tr>
<tr><td>Since:</td>
<td>2.1</td></tr>
</table>
<h3>Property Summary</h3>
<dl class="section-text">
<dt><a href="#Property-category">category</a></dt>
<dd>Provides the format category.</dd>
<dt><a href="#Property-pattern">pattern</a></dt>
<dd>Pattern of the formatter.</dd>
</dl>
<h3>Description</h3>
<div class="section-text">
<p>Provides a set of pre-defined parameter formatter, or user can define a customized formatter
given a pattern.</p></div>
<h1>Property Detail</h1>
<h2><a name="Property-category">category Property</a></h2>
<p class="section-text">Provides the format category.</p>
<h3>Details</h3>
<table class="detail-table">
<tr><td>Type:</td>
<td><a href="../types.html#string">string</a></td></tr>
<tr><td>Since:</td>
<td>2.1</td></tr>
<tr><td>Required:</td>
<td>No</td></tr>
<tr><td>Display Name:</td>
<td>Category</td></tr>
<tr><td>JavaScript Type:</td>
<td></td></tr>
<tr><td>Default Value:</td>
<td>None</td></tr>
<tr><td>Runtime Settable:</td>
<td>Yes</td></tr>
</table>
<h3>Description</h3>
<div class="section-text">
<p>Allow user to define the category of the format.</p></div>
<hr>
<h2><a name="Property-pattern">pattern Property</a></h2>
<p class="section-text">Pattern of the formatter.</p>
<h3>Details</h3>
<table class="detail-table">
<tr><td>Type:</td>
<td><a href="../types.html#string">string</a></td></tr>
<tr><td>Since:</td>
<td>2.1</td></tr>
<tr><td>Required:</td>
<td>No</td></tr>
<tr><td>Display Name:</td>
<td>Pattern</td></tr>
<tr><td>JavaScript Type:</td>
<td></td></tr>
<tr><td>Default Value:</td>
<td>None</td></tr>
<tr><td>Runtime Settable:</td>
<td>Yes</td></tr>
</table>
<h3>Description</h3>
<div class="section-text">
<p>Pattern for the formatter.</p></div>
</body>
</html>