com.im.df.api 5.9

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
 void setPropertyEditable(String propertyName, boolean editable, DFEnvironmentRW env)
          Set a new value of editable flag to the given property.
 
Methods inherited from interface com.im.df.api.support.PropertiesEditingConfigurable
isPropertyEditable
 

Method Detail

setPropertyEditable

void setPropertyEditable(String propertyName,
                         boolean editable,
                         DFEnvironmentRW env)
Set a new value of editable flag to the given property.


com.im.df.api 5.9