com.im.df.api 5.9

com.im.df.api.ddl
Interface DFContainer.Extra<E extends DFItem>

All Superinterfaces:
DFContainer<E>
Enclosing interface:
DFContainer<E extends DFItem>

public static interface DFContainer.Extra<E extends DFItem>
extends DFContainer<E>

Extension of standard DFContainer interface. Some containers can allow user code to set which its items are read-only and disable their removal from the container.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.im.df.api.ddl.DFContainer
DFContainer.Extra<E extends DFItem>
 
Method Summary
 void setDeleteAllowed(E item, boolean canDelete, DFEnvironmentRW env)
           
 
Methods inherited from interface com.im.df.api.ddl.DFContainer
findItemById, getAllItemIds, getItems, getNewTypes, isDeleteAllowed, remove
 

Method Detail

setDeleteAllowed

void setDeleteAllowed(E item,
                      boolean canDelete,
                      DFEnvironmentRW env)

com.im.df.api 5.9