Class WKInterfaceTable

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

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

      • WKInterfaceTable

        protected WKInterfaceTable()
      • WKInterfaceTable

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

      • getNumberOfRows

        public long getNumberOfRows()
      • setRowTypes

        public void setRowTypes​(java.util.List<java.lang.String> rowTypes)
      • setNumberOfRows

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

        public NSObject getRowController​(long index)
      • insertRows

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

        public void removeRows​(NSIndexSet rows)
      • scrollToRow

        public void scrollToRow​(long index)