Package apple.uikit.protocol
Interface UIDataSourceModelAssociation
-
public interface UIDataSourceModelAssociation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NSIndexPathindexPathForElementWithModelIdentifierInView(java.lang.String identifier, UIView view)java.lang.StringmodelIdentifierForElementAtIndexPathInView(NSIndexPath idx, UIView view)
-
-
-
Method Detail
-
indexPathForElementWithModelIdentifierInView
NSIndexPath indexPathForElementWithModelIdentifierInView(java.lang.String identifier, UIView view)
-
modelIdentifierForElementAtIndexPathInView
java.lang.String modelIdentifierForElementAtIndexPathInView(NSIndexPath idx, UIView view)
-
-