Uses of Class
org.robovm.apple.uikit.UITableViewHeaderFooterView
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITableViewHeaderFooterView in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITableViewHeaderFooterView Modifier and Type Method Description UITableViewHeaderFooterViewUITableView. dequeueReusableHeaderFooterView(String identifier)UITableViewHeaderFooterViewUITableView. getFooterViewForSection(long section)UITableViewHeaderFooterViewUITableView. getHeaderViewForSection(long section)Methods in org.robovm.apple.uikit that return types with arguments of type UITableViewHeaderFooterView Modifier and Type Method Description VoidBlock2<UITableViewHeaderFooterView,UIViewConfigurationState>UITableViewHeaderFooterView. getConfigurationUpdateHandler()Method parameters in org.robovm.apple.uikit with type arguments of type UITableViewHeaderFooterView Modifier and Type Method Description voidUITableView. registerReusableHeaderFooterViewClass(Class<? extends UITableViewHeaderFooterView> aClass, String identifier)voidUITableViewHeaderFooterView. setConfigurationUpdateHandler(VoidBlock2<UITableViewHeaderFooterView,UIViewConfigurationState> v)