Package org.robovm.apple.uikit
Class NSIndexPathExtensions
java.lang.Object
org.robovm.objc.ObjCExtensions
org.robovm.apple.foundation.NSExtensions
org.robovm.apple.uikit.NSIndexPathExtensions
public final class NSIndexPathExtensions extends NSExtensions
-
Method Summary
Modifier and Type Method Description static NSIndexPathcreateIndexPathForItemInSection(long item, long section)protected static NSIndexPathcreateIndexPathForItemInSection(ObjCClass clazz, long item, long section)static NSIndexPathcreateIndexPathForRowInSection(long row, long section)protected static NSIndexPathcreateIndexPathForRowInSection(ObjCClass clazz, long row, long section)static longgetItem(NSIndexPath thiz)static longgetRow(NSIndexPath thiz)static longgetSection(NSIndexPath thiz)Methods inherited from class org.robovm.apple.foundation.NSExtensions
allocMethods inherited from class org.robovm.objc.ObjCExtensions
initObject, updateStrongRef
-
Method Details
-
getSection
-
getRow
-
getItem
-
createIndexPathForRowInSection
protected static NSIndexPath createIndexPathForRowInSection(ObjCClass clazz, long row, long section) -
createIndexPathForRowInSection
-
createIndexPathForItemInSection
protected static NSIndexPath createIndexPathForItemInSection(ObjCClass clazz, long item, long section) -
createIndexPathForItemInSection
-