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 |
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
- Constant Field Values
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)