Package com.im.df.api.support
Interface PropertiesEditingConfigurable.Extra
-
- All Superinterfaces:
PropertiesEditingConfigurable
- Enclosing interface:
- PropertiesEditingConfigurable
public static interface PropertiesEditingConfigurable.Extra extends PropertiesEditingConfigurable
Some elements can also provide ability to lock editing of a property for some time. Of course it's not safe as other code can unlock the property.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.im.df.api.support.PropertiesEditingConfigurable
PropertiesEditingConfigurable.Extra
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPropertyEditable(java.lang.String propertyName, boolean editable, com.im.commons.progress.DFEnvironmentRW env)
Set a new value of editable flag to the given property.-
Methods inherited from interface com.im.df.api.support.PropertiesEditingConfigurable
isPropertyEditable
-
-