TableUpdated

case class TableUpdated(source: Table, range: Range, column: Int) extends TableChange

The size of the table stays the same, but the given range of rows might have changed but only in the given column. A value of -1 for the column denotes all columns.

The size of the table stays the same, but the given range of rows might have changed but only in the given column. A value of -1 for the column denotes all columns.

trait Serializable
trait Product
trait Equals
trait UIEvent
trait Event
class Object
trait Matchable
class Any

Value members

Inherited methods

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