| Package | Description |
|---|---|
| jet.controls | |
| jet.report |
| Modifier and Type | Class and Description |
|---|---|
class |
JetBoolean
JetBoolean is for saving/retrieving a boolean value.
The default value is always false. |
class |
JetColor
JetColor is for saving/retrieving a java.awt.Color value.
'Transparent' (either normal value or default value) is a tag that means no-color, and it doesn't equal the color whose alpha is 0(or 0.0). |
class |
JetColumnVector
JetColumnVector ,for saving/retrieving a group of column name.
It does not different with JetVector, except : 1) implements JetColumnable2) the items in vector are upper-case(until now). |
class |
JetCommand
Property with a command value
|
class |
JetEnumeration
JetEnumeration, for saving/retrieving a entry(name and value).
This JetProperty : 1) can not set 'another object' in ChangeBy value by default 2) can not set 'on the fly formula' in ChangeBy value by default 4) contains a table(called as "entry-table") stored all possible entries for property choice It does no different with JetString(if value is String) or JetNumber(if value is Integer), except it has property choice |
class |
JetFont
JetFont, for saving/retrieving a Font Name
It does no different with JetString, except it doesn't have default value |
class |
JetImgProperty
JetImgProperty, for saving/retrieving an Image: loaded from file("Image(file name)" following) or Object directly("Image(Embed)"following).
Notice: 1) It doesn't have default value 2) It does used to saving/retrieving an Image(file name) by default 3) In Logi Report, Image(file name) is the resource based Catalog, so the file is based on Catalog's path. |
class |
JetNumber
JetNumber, for saving/retrieving a Number(integer, float, double, long) value.
|
class |
JetQualifyReference
JetQualifyReference, for saving/retrieving a JetObject managed by root
|
class |
JetReference
JetQualifyReference, for saving/retrieving a JetObject that managed by owner
NOTICE:
1.
|
class |
JetString
JetString, for saving/retrieving a String.
|
class |
JetStringList
JetStringList, Only For Designer UI, for saving/retrieving a String
It does no different with JetString, except can reset default value |
class |
JetUnitNumber
JetUnitNumber ,for saving/retrieving an integer with unit
|
class |
JetVector
JetVector, for saving/retrieving a String vector.
|
| Modifier and Type | Method and Description |
|---|---|
JetProperty |
JetBoolean.copy()
Copies property with normal value
|
JetProperty |
JetEnumeration.copy()
Copies property with normal value
|
JetProperty |
JetNumber.copy() |
JetProperty |
JetProperty.copy() |
JetProperty |
JetUnitNumber.copy()
Copies property with normal value
|
JetProperty |
JetProperty.getModeProperty(int mode)
Gets the property by mode
Note: Can not get another mode property in the mode property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JetPropertyGroup.addProperty(JetProperty property)
Adds the specified JetProperty to the end
|
void |
JetPropertyGroup.addPropertyAt(JetProperty property,
int index)
Adds the specified JetProperty to the specified index.
|
boolean |
JetProperty.curValueEqual(JetProperty p,
boolean chkAutoVal,
boolean chkChgByVal) |
boolean |
JetProperty.equal(JetProperty str)
Deprecated.
In non-EXTERNAL(!EXTERNAL) macro.
Note to developer: No 'call hierarchy' found, but maybe can be found in other products |
boolean |
JetVector.equal(JetProperty str) |
void |
JetPropertyGroup.removeProperty(JetProperty property)
Removes the specified JetProperty
|
| Modifier and Type | Method and Description |
|---|---|
JetProperty |
JRObjectTemplate.getLinkProperty()
Gets the Property for link to Report/Email/URL
|
JetProperty |
JRObjectTemplate.getProperty(String name)
Deprecated.
|
JetProperty |
JRObjectTemplate.getProperty(String name,
int mode) |
JetProperty |
JRObjectTemplate.getPropertyByCFControlName(String name)
Deprecated.
|
JetProperty |
JRObjectTemplate.getPropertyByCFControlName(String name,
int mode) |
© insightsoftware. All rights reserved.