public class CustomFormsContainer extends Object
Constructor and Description |
---|
CustomFormsContainer(Collection<CustomFormConfiguration> customFormsConfigs) |
CustomFormsContainer(CustomFormConfiguration[] customFormsConfigs) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsCustomFormFor(String factType,
String fieldName) |
CustomFormConfiguration |
getCustomForm(String factType,
String fieldName) |
List<CustomFormConfiguration> |
getCustomForms() |
static CustomFormConfiguration |
getEmptyCustomFormConfiguration() |
void |
putCustomForm(CustomFormConfiguration cfc)
If cfc.getCustomFormURL() is empty, the CustomFormConfiguration is removed.
|
void |
removeCustomForm(CustomFormConfiguration cfc) |
public CustomFormsContainer(CustomFormConfiguration[] customFormsConfigs)
public CustomFormsContainer(Collection<CustomFormConfiguration> customFormsConfigs)
public void removeCustomForm(CustomFormConfiguration cfc)
public final void putCustomForm(CustomFormConfiguration cfc)
cfc
- public CustomFormConfiguration getCustomForm(String factType, String fieldName)
public List<CustomFormConfiguration> getCustomForms()
public static CustomFormConfiguration getEmptyCustomFormConfiguration()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.