atg.svc.ui.treetable
Interface Movable

All Superinterfaces:
Keyable

public interface Movable
extends Keyable

The Movable interface allows implementations to support tree table item moving.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 boolean getItemIsFirst(java.lang.Object pItem)
           
 boolean getItemIsLast(java.lang.Object pItem)
           
 void moveDown(java.util.Collection pKeys)
           
 void moveUp(java.util.Collection pKeys)
           
 
Methods inherited from interface atg.svc.ui.treetable.Keyable
getItemByKey, getKeyForItem
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getItemIsFirst

boolean getItemIsFirst(java.lang.Object pItem)

getItemIsLast

boolean getItemIsLast(java.lang.Object pItem)

moveDown

void moveDown(java.util.Collection pKeys)

moveUp

void moveUp(java.util.Collection pKeys)