com.im.df.api 5.9

com.im.df.api.ddl
Interface DFUserItem

All Superinterfaces:
DFItem, PropertiesEditingConfigurable
All Known Subinterfaces:
DFList, DFQuery, DFScript, DFView

public interface DFUserItem
extends DFItem

The root item and super-interface of all user-specific DDL items in DIF. This is just empty interface to distinguish DFItems which are specific for user. Current subinterfaces are DFList, DFQuery and DFView.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.im.df.api.ddl.DFItem
DFItem.Handle<T extends DFItem>
 
Nested classes/interfaces inherited from interface com.im.df.api.support.PropertiesEditingConfigurable
PropertiesEditingConfigurable.Extra
 
Field Summary
 
Fields inherited from interface com.im.df.api.ddl.DFItem
PROP_CAPABILITIES, PROP_DESCRIPTION, PROP_ID, PROP_NAME, PROP_TYPE, PROP_VALID
 
Method Summary
 
Methods inherited from interface com.im.df.api.ddl.DFItem
addPropertyChangeListener, getCapabilities, getDescription, getHandle, getId, getName, getType, isValid, removePropertyChangeListener, setDescription, setName
 
Methods inherited from interface com.im.df.api.support.PropertiesEditingConfigurable
isPropertyEditable
 


com.im.df.api 5.9