Daff - Data Diff

daff.CombinedTable

Take a table that may include meta-data and spit it into a regular table and a meta-data table.

Type: class

Implements:

Constructor:

new(t : Table)

Parameters: t the table to wrap

Variables:

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

Methods:

all () : Table
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