public class PropertyWidgetCollection
extends java.lang.Object
PropertyWidgets of a particular component| Constructor and Description |
|---|
PropertyWidgetCollection(org.datacleaner.job.builder.ComponentBuilder componentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
PropertyWidget<?> |
getMappedPropertyWidget(ConfiguredPropertyDescriptor propertyDescriptor) |
PropertyWidget<?> |
getWidget(ConfiguredPropertyDescriptor propertyDescriptor) |
java.util.Collection<PropertyWidget<?>> |
getWidgets() |
void |
onConfigurationChanged()
Invoked whenever a configured property within this widget factory is
changed.
|
void |
putMappedPropertyWidget(ConfiguredPropertyDescriptor mappedProperty,
org.datacleaner.widgets.properties.PropertyWidgetMapping propertyWidgetMapping) |
void |
registerWidget(ConfiguredPropertyDescriptor propertyDescriptor,
PropertyWidget<?> widget)
Registers a widget in this factory in rare cases when the factory is not
used to actually instantiate the widget, but it is still needed to
register the widget for compliancy with eg.
|
public PropertyWidgetCollection(org.datacleaner.job.builder.ComponentBuilder componentBuilder)
public java.util.Collection<PropertyWidget<?>> getWidgets()
public PropertyWidget<?> getWidget(ConfiguredPropertyDescriptor propertyDescriptor)
public void putMappedPropertyWidget(ConfiguredPropertyDescriptor mappedProperty, org.datacleaner.widgets.properties.PropertyWidgetMapping propertyWidgetMapping)
public PropertyWidget<?> getMappedPropertyWidget(ConfiguredPropertyDescriptor propertyDescriptor)
public void registerWidget(ConfiguredPropertyDescriptor propertyDescriptor, PropertyWidget<?> widget)
propertyDescriptor - widget - public void onConfigurationChanged()
Copyright © 2015. All Rights Reserved.