Uses of Class
org.robovm.apple.uikit.UITableViewCell
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITableViewCell in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITableViewCell Modifier and Type Method Description UITableViewCellUITableView. dequeueReusableCell(String identifier)UITableViewCellUITableView. dequeueReusableCell(String identifier, NSIndexPath indexPath)UITableViewCellUITableView. getCellForRow(NSIndexPath indexPath)UITableViewCellUITableViewController. getCellForRow(UITableView tableView, NSIndexPath indexPath)UITableViewCellUITableViewDataSource. getCellForRow(UITableView tableView, NSIndexPath indexPath)UITableViewCellUITableViewDataSourceAdapter. getCellForRow(UITableView tableView, NSIndexPath indexPath)UITableViewCellUITableViewDiffableDataSource. getCellForRow(UITableView tableView, NSIndexPath indexPath)UITableViewCellUITableViewModel. getCellForRow(UITableView tableView, NSIndexPath indexPath)Methods in org.robovm.apple.uikit that return types with arguments of type UITableViewCell Modifier and Type Method Description VoidBlock1<UITableViewCell>UITableViewPlaceholder. getCellUpdateHandler()VoidBlock2<UITableViewCell,UICellConfigurationState>UITableViewCell. getConfigurationUpdateHandler()Block1<UITableViewCell,UIDragPreviewParameters>UITableViewDropPlaceholder. getPreviewParametersProvider()NSArray<UITableViewCell>UITableView. getVisibleCells()Methods in org.robovm.apple.uikit with parameters of type UITableViewCell Modifier and Type Method Description voidUITableViewController. didEndDisplayingCell(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)voidUITableViewDelegate. didEndDisplayingCell(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)voidUITableViewDelegateAdapter. didEndDisplayingCell(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)voidUITableViewModel. didEndDisplayingCell(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)NSIndexPathUITableView. getIndexPathForCell(UITableViewCell cell)voidUITableViewController. willDisplayCell(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)voidUITableViewDelegate. willDisplayCell(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)voidUITableViewDelegateAdapter. willDisplayCell(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)voidUITableViewModel. willDisplayCell(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)Method parameters in org.robovm.apple.uikit with type arguments of type UITableViewCell Modifier and Type Method Description protected longUITableViewDiffableDataSource. init(UITableView tableView, Block3<UITableView,NSIndexPath,NSObject,UITableViewCell> cellProvider)voidUITableView. registerReusableCellClass(Class<? extends UITableViewCell> cellClass, String identifier)voidUITableViewPlaceholder. setCellUpdateHandler(VoidBlock1<UITableViewCell> v)voidUITableViewCell. setConfigurationUpdateHandler(VoidBlock2<UITableViewCell,UICellConfigurationState> v)voidUITableViewDropPlaceholder. setPreviewParametersProvider(Block1<UITableViewCell,UIDragPreviewParameters> v)Constructor parameters in org.robovm.apple.uikit with type arguments of type UITableViewCell Constructor Description UITableViewDiffableDataSource(UITableView tableView, Block3<UITableView,NSIndexPath,NSObject,UITableViewCell> cellProvider)