DropLocation

case
class DropLocation[+A](peer: DropLocation)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def column: Int
def index: Int

Returns the child index within the last branch of the path.

Returns the child index within the last branch of the path.

Returns

the index at which a drop occurs within the children of the branch denoted by getPath. For example, 0 means the drop happens before the first child, 1 means it happens after the first child. For ON drop mode, -1 indicates that the drop occurs above the parent node.

def isInsertColumn: Boolean
def isInsertRow: Boolean
def path: IndexedSeq[A]
def row: Int

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product