logo

class

fwt::Table

sys::Obj
  fwt::Widget
    fwt::Table

Table displays grid of rows and columns.

Slots

headerVisible

Bool headerVisible := true

Is the header visible.. Defaults to true.

Source

model

TableModel model

Backing data model of table.

Source

onAction

|Event| onAction

Callback when row is double clicked or Return/Enter key is pressed. The index fields indicates the row index.

Source

updateAll

Void updateAll()

Update the entire table's contents from the model.

Source