| Package | Description |
|---|---|
| jet.bean | |
| jet.formula |
| Modifier and Type | Method and Description |
|---|---|
Vector<ParamDesc> |
JREngine.paramValueChanged(String paramName,
jet.util.ParameterValueDesc paramValue)
Gets the related Parameters while changing the value of a cascading parameter or a Parameters type parameter.
|
| Modifier and Type | Method and Description |
|---|---|
ParamDesc |
ParamDesc.getNextLevelParamDesc() |
| Modifier and Type | Method and Description |
|---|---|
Vector<ParamDesc> |
ParamDesc.getUpperLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParamDesc.copy(ParamDesc that)
Copy the current value, value list of specified (that) parameter to this parameter without
checking the value is out of range or not.
|
boolean |
ParamDesc.equals(ParamDesc param)
Does not compare name.
|
static void |
ParamDesc.getAllRelatedParamByValue(Hashtable allPara,
Vector referPara,
ParamDesc param,
Object value)
If a parameter's type is parameters, gets all related parameters according to the value.
|
static Vector |
ParamDesc.getFirstLevelRelatedParamByValue(Hashtable allPara,
ParamDesc param,
Object value)
This meyhod is for server, which gets the related paramDesc according to the parameter's value, and only one level.
|
static void |
ParamDesc.getFirstShowParamDescs(Hashtable allPara,
Vector referPara,
ParamDesc param,
Object value)
If a parameter's type is parameters,
If this value's corresponding parameter type is parameters, gets the corresponding parameter of this parameter default value.
|
static void |
ParamDesc.getRelatedParamDescsByParam(Hashtable allPara,
Vector referPara,
ParamDesc param)
If a parameter's type is Parameters, this method can be used to get all related parameter desc.
|
static boolean |
ParamDesc.isImportByPara(ParamDesc param,
ParamDesc curParam,
Vector paramDescs) |
boolean |
ParamDesc.isSimilar(ParamDesc param)
Judges whether the parameter specified is similar to this one.
|
void |
ParamDesc.transferValues(ParamDesc param) |
© insightsoftware. All rights reserved.