Class UITableViewCell

    • Constructor Detail

      • UITableViewCell

        public UITableViewCell()
      • UITableViewCell

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

        public UITableViewCell​(UITableViewCellStyle style,
                               java.lang.String reuseIdentifier)
        Since:
        Available in iOS 3.0 and later.
      • UITableViewCell

        public UITableViewCell​(NSCoder decoder)
      • UITableViewCell

        public UITableViewCell​(CGRect frame)
    • Method Detail

      • getImageView

        public UIImageView getImageView()
        Since:
        Available in iOS 3.0 and later.
      • getTextLabel

        public UILabel getTextLabel()
        Since:
        Available in iOS 3.0 and later.
      • getDetailTextLabel

        public UILabel getDetailTextLabel()
        Since:
        Available in iOS 3.0 and later.
      • getContentView

        public UIView getContentView()
      • getBackgroundView

        public UIView getBackgroundView()
      • setBackgroundView

        public void setBackgroundView​(UIView v)
      • getSelectedBackgroundView

        public UIView getSelectedBackgroundView()
      • setSelectedBackgroundView

        public void setSelectedBackgroundView​(UIView v)
      • getMultipleSelectionBackgroundView

        public UIView getMultipleSelectionBackgroundView()
        Since:
        Available in iOS 5.0 and later.
      • setMultipleSelectionBackgroundView

        public void setMultipleSelectionBackgroundView​(UIView v)
        Since:
        Available in iOS 5.0 and later.
      • getReuseIdentifier

        public java.lang.String getReuseIdentifier()
      • isSelected

        public boolean isSelected()
      • setSelected

        public void setSelected​(boolean v)
      • isHighlighted

        public boolean isHighlighted()
      • setHighlighted

        public void setHighlighted​(boolean v)
      • showsReorderControl

        public boolean showsReorderControl()
      • setShowsReorderControl

        public void setShowsReorderControl​(boolean v)
      • shouldIndentWhileEditing

        public boolean shouldIndentWhileEditing()
      • setShouldIndentWhileEditing

        public void setShouldIndentWhileEditing​(boolean v)
      • getAccessoryView

        public UIView getAccessoryView()
      • setAccessoryView

        public void setAccessoryView​(UIView v)
      • getEditingAccessoryView

        public UIView getEditingAccessoryView()
      • setEditingAccessoryView

        public void setEditingAccessoryView​(UIView v)
      • getIndentationLevel

        public long getIndentationLevel()
      • setIndentationLevel

        public void setIndentationLevel​(long v)
      • getIndentationWidth

        public double getIndentationWidth()
      • setIndentationWidth

        public void setIndentationWidth​(double v)
      • getSeparatorInset

        public UIEdgeInsets getSeparatorInset()
        Since:
        Available in iOS 7.0 and later.
      • setSeparatorInset

        public void setSeparatorInset​(UIEdgeInsets v)
        Since:
        Available in iOS 7.0 and later.
      • isEditing

        public boolean isEditing()
      • setEditing

        public void setEditing​(boolean v)
      • isShowingDeleteConfirmation

        public boolean isShowingDeleteConfirmation()
      • isUserInteractionEnabledWhileDragging

        public boolean isUserInteractionEnabledWhileDragging()
        Since:
        Available in iOS 11.0 and later.
      • setUserInteractionEnabledWhileDragging

        public void setUserInteractionEnabledWhileDragging​(boolean v)
        Since:
        Available in iOS 11.0 and later.
      • init

        protected long init​(UITableViewCellStyle style,
                            java.lang.String reuseIdentifier)
        Since:
        Available in iOS 3.0 and later.
      • prepareForReuse

        public void prepareForReuse()
      • setSelected

        public void setSelected​(boolean selected,
                                boolean animated)
      • setHighlighted

        public void setHighlighted​(boolean highlighted,
                                   boolean animated)
      • setEditing

        public void setEditing​(boolean editing,
                               boolean animated)
      • willTransitionToState

        public void willTransitionToState​(UITableViewCellStateMask state)
        Since:
        Available in iOS 3.0 and later.
      • didTransitionToState

        public void didTransitionToState​(UITableViewCellStateMask state)
        Since:
        Available in iOS 3.0 and later.
      • dragStateDidChange

        public void dragStateDidChange​(UITableViewCellDragState dragState)
        Since:
        Available in iOS 11.0 and later.