Class WKInterfaceTable

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class WKInterfaceTable
extends WKInterfaceObject
Since:
Available in iOS 8.2 and later.
  • Constructor Details

    • WKInterfaceTable

      protected WKInterfaceTable()
    • WKInterfaceTable

      protected WKInterfaceTable​(NSObject.Handle h, long handle)
    • WKInterfaceTable

      protected WKInterfaceTable​(NSObject.SkipInit skipInit)
  • Method Details

    • getNumberOfRows

      public long getNumberOfRows()
    • setRowTypes

      public void setRowTypes​(List<String> rowTypes)
    • setNumberOfRows

      public void setNumberOfRows​(long numberOfRows, String rowType)
    • getRowController

      public NSObject getRowController​(long index)
    • insertRows

      public void insertRows​(NSIndexSet rows, String rowType)
    • removeRows

      public void removeRows​(NSIndexSet rows)
    • scrollToRow

      public void scrollToRow​(long index)