Daff - Data Diff

daff.CombinedTableHead

Head of a table that has embedded meta-data.

Type: class

Implements:

Constructor:

new(parent : CombinedTable, dx : Int, dy : Int)

Parameters: parent the composite table

Variables:

height (accessor,null) : Int
width (accessor,null) : Int

Methods:

clear () : Void
clone () : Table
create () : Table
getCell (x : Int, y : Int) : Dynamic
getCellView () : View
getData () : Dynamic
getMeta () : Meta
getTable () : Table
get_height () : Int
get_width () : Int
insertOrDeleteColumns (fate : Array<Int>, wfate : Int) : Bool
insertOrDeleteRows (fate : Array<Int>, hfate : Int) : Bool
isResizable () : Bool
resize (w : Int, h : Int) : Bool
setCell (x : Int, y : Int, c : Dynamic) : Void
toString () : String
trimBlank () : Bool