Click or drag to resize

ColumnDef Fields

The MasterSwingColumnDef type exposes the following members.

Fields
  NameDescription
Public fieldGetCellBackColor
The delegated method to be called to get the BackColor of cell data, or Transparent for default
Public fieldGetCellData
The delegated method to be called to get back a string to display in ACT
Public fieldGetCellForeColor
The delegated method to be called to get the ForeColor of cell data, or Transparent for default
Public fieldGetSqlData
The delegated method to be called to get back a string to be used as a data value in SQL. Obviously this value must conform to the SqlDataType.
Public fieldSortComparer
The comparison method to call to compare two MasterSwing objects for sorting
Top
See Also