Uses of Interface
org.guvnor.common.services.workingset.client.factconstraints.customform.CustomFormConfiguration
-
-
Uses of CustomFormConfiguration in org.guvnor.common.services.workingset.client.factconstraints.customform.predefined
Classes in org.guvnor.common.services.workingset.client.factconstraints.customform.predefined that implement CustomFormConfiguration Modifier and Type Class Description classDefaultCustomFormImplementation -
Uses of CustomFormConfiguration in org.guvnor.common.services.workingset.client.factconstraints.helper
Methods in org.guvnor.common.services.workingset.client.factconstraints.helper that return CustomFormConfiguration Modifier and Type Method Description CustomFormConfigurationCustomFormsContainer. getCustomForm(String factType, String fieldName)static CustomFormConfigurationCustomFormsContainer. getEmptyCustomFormConfiguration()Methods in org.guvnor.common.services.workingset.client.factconstraints.helper that return types with arguments of type CustomFormConfiguration Modifier and Type Method Description List<CustomFormConfiguration>CustomFormsContainer. getCustomForms()Methods in org.guvnor.common.services.workingset.client.factconstraints.helper with parameters of type CustomFormConfiguration Modifier and Type Method Description voidCustomFormsContainer. putCustomForm(CustomFormConfiguration cfc)If cfc.getCustomFormURL() is empty, the CustomFormConfiguration is removed.voidCustomFormsContainer. removeCustomForm(CustomFormConfiguration cfc)Constructors in org.guvnor.common.services.workingset.client.factconstraints.helper with parameters of type CustomFormConfiguration Constructor Description CustomFormsContainer(CustomFormConfiguration[] customFormsConfigs)Constructor parameters in org.guvnor.common.services.workingset.client.factconstraints.helper with type arguments of type CustomFormConfiguration Constructor Description CustomFormsContainer(Collection<CustomFormConfiguration> customFormsConfigs) -
Uses of CustomFormConfiguration in org.guvnor.common.services.workingset.client.model
Methods in org.guvnor.common.services.workingset.client.model that return types with arguments of type CustomFormConfiguration Modifier and Type Method Description List<CustomFormConfiguration>WorkingSetConfigData. getCustomForms()
-