Class AutoMappingConfig
java.lang.Object
com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
Konfiguracja
AutoMapping
- Author:
- Cezary Kozar 8 mar 2016
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isActive()
boolean
boolean
boolean
boolean
boolean
void
setActive
(boolean active) void
setAutocomplete
(boolean autocomplete) void
setClearMapped
(boolean clearMapped) void
setFilterValue
(boolean filterValue) void
setOnlyUnique
(boolean onlyUnique) void
setSuspendChildrenPropagation
(boolean suspendChildrenPropagation)
-
Constructor Details
-
AutoMappingConfig
public AutoMappingConfig()
-
-
Method Details
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
isClearMapped
public boolean isClearMapped() -
setClearMapped
public void setClearMapped(boolean clearMapped) -
isAutocomplete
public boolean isAutocomplete() -
setAutocomplete
public void setAutocomplete(boolean autocomplete) -
isOnlyUnique
public boolean isOnlyUnique() -
setOnlyUnique
public void setOnlyUnique(boolean onlyUnique) -
isFilterValue
public boolean isFilterValue() -
setFilterValue
public void setFilterValue(boolean filterValue) -
isSuspendChildrenPropagation
public boolean isSuspendChildrenPropagation() -
setSuspendChildrenPropagation
public void setSuspendChildrenPropagation(boolean suspendChildrenPropagation)
-