Method | Description | |
---|---|---|
GetNextTypeSelectMatch ( NSTableView tableView, nint startRow, nint endRow, string searchString ) : nint | ||
GetViewForItem ( NSTableView tableView, NSTableColumn tableColumn, nint row ) : NSView | ||
ProductTableDelegate ( ViewController controller, ProductTableDataSource datasource ) : System | ||
ShouldReorder ( NSTableView tableView, nint columnIndex, nint newColumnIndex ) : bool | ||
ShouldSelectRow ( NSTableView tableView, nint row ) : bool |
Method | Description | |
---|---|---|
ConfigureTextField ( NSTableCellView view, nint row ) : void |
public GetNextTypeSelectMatch ( NSTableView tableView, nint startRow, nint endRow, string searchString ) : nint | ||
tableView | NSTableView | |
startRow | nint | |
endRow | nint | |
searchString | string | |
return | nint |
public GetViewForItem ( NSTableView tableView, NSTableColumn tableColumn, nint row ) : NSView | ||
tableView | NSTableView | |
tableColumn | NSTableColumn | |
row | nint | |
return | NSView |
public ProductTableDelegate ( ViewController controller, ProductTableDataSource datasource ) : System | ||
controller | ViewController | |
datasource | ProductTableDataSource | |
return | System |
public ShouldReorder ( NSTableView tableView, nint columnIndex, nint newColumnIndex ) : bool | ||
tableView | NSTableView | |
columnIndex | nint | |
newColumnIndex | nint | |
return | bool |
public ShouldSelectRow ( NSTableView tableView, nint row ) : bool | ||
tableView | NSTableView | |
row | nint | |
return | bool |