Package ch.tocco.nice2.widget.impl.rest
Class FormBaseWidgetConfigContributor
java.lang.Object
ch.tocco.nice2.widget.impl.rest.FormBaseWidgetConfigContributor
- All Implemented Interfaces:
WidgetConfigContributor
@Component
public class FormBaseWidgetConfigContributor
extends Object
implements WidgetConfigContributor
Set/Override the form_base in the configObject with the form_base of the related form entity.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FormBaseWidgetConfigContributor
public FormBaseWidgetConfigContributor()
-
-
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<FormBaseWidgetConfigContribution> contributions)
-