Class RefreshUtil
- java.lang.Object
-
- org.drools.workbench.screens.guided.rule.client.util.RefreshUtil
-
public class RefreshUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description RefreshUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrefreshActionValueEditorsDropDownData(Map<org.drools.workbench.models.datamodel.rule.ActionFieldValue,ActionValueEditor> actionValueEditors, org.drools.workbench.models.datamodel.rule.ActionFieldValue modifiedField)static voidrefreshConstraintValueEditorsDropDownData(Map<org.drools.workbench.models.datamodel.rule.SingleFieldConstraint,ConstraintValueEditor> constraintValueEditors, org.drools.workbench.models.datamodel.rule.SingleFieldConstraint modifiedConstraint)
-
-
-
Method Detail
-
refreshActionValueEditorsDropDownData
public static void refreshActionValueEditorsDropDownData(Map<org.drools.workbench.models.datamodel.rule.ActionFieldValue,ActionValueEditor> actionValueEditors, org.drools.workbench.models.datamodel.rule.ActionFieldValue modifiedField)
-
refreshConstraintValueEditorsDropDownData
public static void refreshConstraintValueEditorsDropDownData(Map<org.drools.workbench.models.datamodel.rule.SingleFieldConstraint,ConstraintValueEditor> constraintValueEditors, org.drools.workbench.models.datamodel.rule.SingleFieldConstraint modifiedConstraint)
-
-