|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.ide.common.client.modeldriven.dt.DTColumnConfig
org.drools.ide.common.client.modeldriven.dt.ConditionCol
@Deprecated public class ConditionCol
This is the config for a condition column. Typically many of them have their constraints added.
Field Summary | |
---|---|
String |
boundName
Deprecated. The name that this gets referenced as. |
int |
constraintValueType
Deprecated. The type of the value that is in the cell, eg if it is a formula, or literal value etc. |
String |
factField
Deprecated. The field of the fact that this pertains to (if its a predicate, ignore it). |
String |
factType
Deprecated. The type of the fact - class - eg Driver, Person, Cheese etc. |
String |
header
Deprecated. What is displayed at the top |
String |
operator
Deprecated. The operator to use to compare the field with the value (unless its a predicate, in which case this is ignored). |
String |
valueList
Deprecated. A comma separated list of valid values. |
Fields inherited from class org.drools.ide.common.client.modeldriven.dt.DTColumnConfig |
---|
defaultValue, hideColumn, reverseOrder, useRowNumber, width |
Constructor Summary | |
---|---|
ConditionCol()
Deprecated. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String header
public String factType
public String boundName
public int constraintValueType
public String factField
public String operator
public String valueList
Constructor Detail |
---|
public ConditionCol()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |