|
Guvnor web application Drools 6.0.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.guvnor.client.decisiontable.widget.DTCellValueUtilities
public class DTCellValueUtilities
Utilities relating to the use of DTCellValue's
Field Summary | |
---|---|
protected static DateConverter |
DATE_CONVERTOR
|
Constructor Summary | |
---|---|
DTCellValueUtilities(GuidedDecisionTable52 model,
SuggestionCompletionEngine sce)
|
Method Summary | |
---|---|
void |
assertDTCellValue(DTDataTypes52 dataType,
DTCellValue52 dcv)
The column-data type is looked up from the SuggestionCompletionEngine and represents the *true* data-type that the column represents. |
String |
asString(DTCellValue52 dcv)
Convert a DTCellValue52 to it's String representation |
DTDataTypes52 |
getDataType(BaseColumn column)
Get the Data Type corresponding to a given column. |
DTDataTypes52 |
getDataType(Pattern52 pattern,
ActionSetFieldCol52 action)
Get the Data Type corresponding to a given column |
DTDataTypes52 |
getDataType(Pattern52 pattern,
ConditionCol52 condition)
Get the Data Type corresponding to a given column |
static void |
injectDateConvertor(DateConverter dc)
Override the default, GWT-centric, Date conversion utility class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static DateConverter DATE_CONVERTOR
Constructor Detail |
---|
public DTCellValueUtilities(GuidedDecisionTable52 model, SuggestionCompletionEngine sce)
Method Detail |
---|
public static void injectDateConvertor(DateConverter dc)
dc
- public DTDataTypes52 getDataType(BaseColumn column)
column
-
public DTDataTypes52 getDataType(Pattern52 pattern, ConditionCol52 condition)
Pattern52
- ConditionCol52
-
public DTDataTypes52 getDataType(Pattern52 pattern, ActionSetFieldCol52 action)
Pattern52
- ActionSetFieldCol52
-
public void assertDTCellValue(DTDataTypes52 dataType, DTCellValue52 dcv)
dataType
- dcv
- public String asString(DTCellValue52 dcv)
dcv
-
|
Guvnor web application Drools 6.0.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |