org.drools.ide.common.client.factconstraints.helper
Class CustomFormsContainer
java.lang.Object
org.drools.ide.common.client.factconstraints.helper.CustomFormsContainer
public class CustomFormsContainer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomFormsContainer
public CustomFormsContainer(CustomFormConfiguration[] customFormsConfigs)
CustomFormsContainer
public CustomFormsContainer(Collection<CustomFormConfiguration> customFormsConfigs)
removeCustomForm
public void removeCustomForm(CustomFormConfiguration cfc)
putCustomForm
public final void putCustomForm(CustomFormConfiguration cfc)
- If cfc.getCustomFormURL() is empty, the CustomFormConfiguration is removed.
- Parameters:
cfc
-
getCustomForm
public CustomFormConfiguration getCustomForm(String factType,
String fieldName)
getCustomForms
public List<CustomFormConfiguration> getCustomForms()
containsCustomFormFor
public boolean containsCustomFormFor(String factType,
String fieldName)
getEmptyCustomFormConfiguration
public static CustomFormConfiguration getEmptyCustomFormConfiguration()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.