Package | Description |
---|---|
com.hof.parameters |
Modifier and Type | Method and Description |
---|---|
PropertyLocation |
ValueDependent.getLocation() |
PropertyLocation |
ParameterDisplayRule.getPropertyLocation()
Used to determine which model a property will be located in, useful if there are duplicate
properties in multiple sections/panels.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterImpl.addEventParameter(java.lang.String property,
PropertyLocation location) |
void |
ParameterImpl.addValueDependency(java.lang.String property,
PropertyLocation location) |
void |
ValueDependent.setLocation(PropertyLocation location) |
void |
ParameterDisplayRule.setPropertyLocation(PropertyLocation propertyLocation) |
Constructor and Description |
---|
ParameterDisplayRule(java.lang.String logic,
java.lang.String property,
java.lang.Object[] values,
boolean negative,
PropertyLocation location)
Construct a Display Rule.
|
ParameterDisplayRule(java.lang.String logic,
java.lang.String property,
java.lang.Object value,
boolean negative,
PropertyLocation location) |
ValueDependent(java.lang.String property,
PropertyLocation location) |