atg.svc.ui.treetable
Interface Deletable


public interface Deletable

The Deletable interface allows implementations to support tree table item deletion.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 void delete(java.util.Collection pKeys)
           
 void deleteItem(java.lang.Object pItemKey)
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

delete

void delete(java.util.Collection pKeys)

deleteItem

void deleteItem(java.lang.Object pItemKey)