Uses of Class
org.drools.ide.common.client.modeldriven.dt.DTColumnConfig

Packages that use DTColumnConfig
org.drools.ide.common.client.modeldriven.dt   
org.drools.ide.common.server.util   
 

Uses of DTColumnConfig in org.drools.ide.common.client.modeldriven.dt
 

Subclasses of DTColumnConfig in org.drools.ide.common.client.modeldriven.dt
 class ActionCol
           
 class ActionInsertFactCol
           
 class ActionRetractFactCol
           
 class ActionSetFieldCol
           
 class AttributeCol
          This is a rule attribute - eg salience, no-loop etc.
 class ConditionCol
          This is the config for a condition column.
 class DescriptionCol
          This is a rule description
 class MetadataCol
          This is a rule metadata - eg @foo(bar) etc.
 class RowNumberCol
          This is a rule index column (i.e. just displays row's number)
 

Methods in org.drools.ide.common.client.modeldriven.dt that return types with arguments of type DTColumnConfig
 List<DTColumnConfig> TypeSafeGuidedDecisionTable.getAllColumns()
           
 

Methods in org.drools.ide.common.client.modeldriven.dt with parameters of type DTColumnConfig
 String TypeSafeGuidedDecisionTable.getType(DTColumnConfig col, SuggestionCompletionEngine sce)
           
 String GuidedDecisionTable.getType(DTColumnConfig col, SuggestionCompletionEngine sce)
          Deprecated.  
 String[] TypeSafeGuidedDecisionTable.getValueList(DTColumnConfig col, SuggestionCompletionEngine sce)
          This will return a list of valid values. if there is no such "enumeration" of values, then it will return an empty array.
 String[] GuidedDecisionTable.getValueList(DTColumnConfig col, SuggestionCompletionEngine sce)
          Deprecated. This will return a list of valid values. if there is no such "enumeration" of values, then it will return an empty array.
 boolean GuidedDecisionTable.isBoolean(DTColumnConfig col, SuggestionCompletionEngine sce)
          Deprecated.  
 boolean TypeSafeGuidedDecisionTable.isConstraintValid(DTColumnConfig col, SuggestionCompletionEngine sce)
           
 boolean GuidedDecisionTable.isConstraintValid(DTColumnConfig col, SuggestionCompletionEngine sce)
          Deprecated.  
 boolean GuidedDecisionTable.isDate(DTColumnConfig col, SuggestionCompletionEngine sce)
          Deprecated.  
 boolean GuidedDecisionTable.isNumeric(DTColumnConfig col, SuggestionCompletionEngine sce)
          Deprecated.  
 

Uses of DTColumnConfig in org.drools.ide.common.server.util
 

Method parameters in org.drools.ide.common.server.util with type arguments of type DTColumnConfig
 FieldConstraint GuidedDTDRLOtherwiseHelper.OtherwiseBuilder.makeFieldConstraint(ConditionCol c, List<DTColumnConfig> allColumns, List<List<DTCellValue>> data)
          Build a Field Constraint
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.