Uses of Interface
org.drools.ide.common.client.factconstraints.customform.CustomFormConfiguration

Packages that use CustomFormConfiguration
org.drools.ide.common.client.factconstraints.customform.predefined   
org.drools.ide.common.client.factconstraints.helper   
 

Uses of CustomFormConfiguration in org.drools.ide.common.client.factconstraints.customform.predefined
 

Classes in org.drools.ide.common.client.factconstraints.customform.predefined that implement CustomFormConfiguration
 class DefaultCustomFormImplementation
           
 

Uses of CustomFormConfiguration in org.drools.ide.common.client.factconstraints.helper
 

Methods in org.drools.ide.common.client.factconstraints.helper that return CustomFormConfiguration
 CustomFormConfiguration CustomFormsContainer.getCustomForm(String factType, String fieldName)
           
static CustomFormConfiguration CustomFormsContainer.getEmptyCustomFormConfiguration()
           
 

Methods in org.drools.ide.common.client.factconstraints.helper that return types with arguments of type CustomFormConfiguration
 List<CustomFormConfiguration> CustomFormsContainer.getCustomForms()
           
 

Methods in org.drools.ide.common.client.factconstraints.helper with parameters of type CustomFormConfiguration
 void CustomFormsContainer.putCustomForm(CustomFormConfiguration cfc)
          If cfc.getCustomFormURL() is empty, the CustomFormConfiguration is removed.
 void CustomFormsContainer.removeCustomForm(CustomFormConfiguration cfc)
           
 

Constructors in org.drools.ide.common.client.factconstraints.helper with parameters of type CustomFormConfiguration
CustomFormsContainer(CustomFormConfiguration[] customFormsConfigs)
           
 

Constructor parameters in org.drools.ide.common.client.factconstraints.helper with type arguments of type CustomFormConfiguration
CustomFormsContainer(Collection<CustomFormConfiguration> customFormsConfigs)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.