search

goog.fx.DragListGroup

Provided By
Extends
All Implemented Interfaces

A class representing a group of one or more "drag lists" with items that can be dragged within them and between them.

Example usage: var dragListGroup = new goog.fx.DragListGroup(); dragListGroup.setDragItemHandleHoverClass(className1, className2); dragListGroup.setDraggerElClass(className3); dragListGroup.addDragList(vertList, goog.fx.DragListDirection.DOWN); dragListGroup.addDragList(horizList, goog.fx.DragListDirection.RIGHT); dragListGroup.init();

new DragListGroup()

Parameters

None.

Instance Methods

Instance Properties

Compiler Constants

Enumerations