| Package | Description |
|---|---|
| jet.formula |
| Modifier and Type | Class and Description |
|---|---|
class |
fBinaryArray |
class |
fBoolArray
The internal representative of the boolean array data type of the JetReport Formula.
|
class |
fBoolRange
The internal representative of the boolean range data type of the JetReport Formula.
|
class |
fCurArray
The internal representative of the currency range data type of the JetReport Formula.
|
class |
fCurRange
The internal representative of the currency range data type of the JetReport Formula.
|
class |
fDateArray
The internal representative of the number array data type of the JetReport Formula.
|
class |
fDateRange
The internal representative of the date range data type of the JetReport Formula.
|
class |
fDateTimeArray
The internal representative of the number array data type of the JetReport Formula.
|
class |
fDateTimeRange
The internal representative of the datetime range data type of the JetReport Formula.
|
class |
fImageArray |
class |
fIntArray |
class |
fIntRange
The internal representative of the integer range data type of the JetReport Formula.
|
class |
fNumArray
The internal representative of the number array data type of the JetReport Formula.
|
class |
fNumRange
The internal representative of the number range data type of the JetReport Formula.
|
class |
fRange
Range is a special data type of formula variable which is mainly used to
specify the index of the sub-array of an array.
|
class |
fStrArray
The internal representative of the string array data type of the JetReport Formula.
|
class |
fStrRange
The internal representative of the string range data type of the JetReport Formula.
|
class |
fTextArray |
class |
fTimeArray |
class |
fTimeRange
The internal representative of the time range data type of the JetReport Formula.
|
| Modifier and Type | Method and Description |
|---|---|
static fArray |
fArray.getInstance(int dataType,
DbColDesc desc)
This method is called by Logi Report internally.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
ParamDesc.formatMultiple(fArray v,
String pattern,
Locale l,
TimeZone z) |
String[] |
ParamDesc.getMultiDisplayValue(fArray paramvalue,
Locale locale) |
String[] |
ParamDesc.getMultiDisplayValue(fArray paramvalue,
Locale locale,
TimeZone z) |
String[] |
ParamDesc.setValue(fArray val,
Locale locale) |
© insightsoftware. All rights reserved.