Package ch.tocco.nice2.widget.impl.rest
Class FormNameWidgetConfigContributor
java.lang.Object
ch.tocco.nice2.widget.impl.rest.FormNameWidgetConfigContributor
- All Implemented Interfaces:
WidgetConfigContributor
@Component
public class FormNameWidgetConfigContributor
extends Object
implements WidgetConfigContributor
Set/Override the form_name in the configObject with the form_name of the related form entity.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FormNameWidgetConfigContributor
public FormNameWidgetConfigContributor()
-
-
Method Details
-
supports
- Specified by:
supports
in interfaceWidgetConfigContributor
- Returns:
- true if this contributor supports the given widget
-
apply
Description copied from interface:WidgetConfigContributor
execute custom logic to modify the configObject- Specified by:
apply
in interfaceWidgetConfigContributor
-
setContributions
@Autowired(required=false) public void setContributions(List<FormNameWidgetConfigContribution> contributions)
-