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.
setPropertyEditable
void setPropertyEditable(String propertyName,
boolean editable,
DFEnvironmentRW env)
- Set a new value of editable flag to the given property.