Uses of Class
org.robovm.apple.uikit.UITableViewCellStateMask
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITableViewCellStateMask in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as UITableViewCellStateMask Modifier and Type Field Description static UITableViewCellStateMaskUITableViewCellStateMask. DefaultMaskstatic UITableViewCellStateMaskUITableViewCellStateMask. Nonestatic UITableViewCellStateMaskUITableViewCellStateMask. ShowingDeleteConfirmationMaskstatic UITableViewCellStateMaskUITableViewCellStateMask. ShowingEditControlMaskMethods in org.robovm.apple.uikit that return UITableViewCellStateMask Modifier and Type Method Description protected UITableViewCellStateMask[]UITableViewCellStateMask. _values()static UITableViewCellStateMask[]UITableViewCellStateMask. values()protected UITableViewCellStateMaskUITableViewCellStateMask. wrap(long value, long mask)Methods in org.robovm.apple.uikit with parameters of type UITableViewCellStateMask Modifier and Type Method Description voidUITableViewCell. didTransitionToState(UITableViewCellStateMask state)voidUITableViewCell. willTransitionToState(UITableViewCellStateMask state)