UIMenuElement class

UIMenuElement

Implementers
Available extensions

Constructors

UIMenuElement.new()
Returns a new instance of UIMenuElement constructed with the default new method.
factory
UIMenuElement.castFrom(ObjCObjectBase other)
Constructs a UIMenuElement that points to the same underlying object as other.
UIMenuElement.castFromPointer(Pointer<ObjCObject> other, {bool retain = false, bool release = false})
Constructs a UIMenuElement that wraps the given raw object pointer.

Properties

hashCode int
The hash code for this object.
no setterinherited
image UIImage?

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

Image to be displayed alongside the element's title.
no setter
ref → ObjCObjectRef
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle ↔ NSString?

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

The element's subtitle.
getter/setter pair
title → NSString

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

The element's title.
no setter

Methods

encodeWithCoder(NSCoder coder) → void

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

encodeWithCoder:
init() UIMenuElement

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

init
initWithCoder(NSCoder coder) UIMenuElement?

Available on UIMenuElement, provided by the UIMenuElement$Methods extension

initWithCoder:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

alloc() UIMenuElement
alloc
allocWithZone(Pointer<NSZone> zone) UIMenuElement
allocWithZone:
getSupportsSecureCoding() bool
supportsSecureCoding
isInstance(ObjCObjectBase obj) bool
Returns whether obj is an instance of UIMenuElement.
new$() UIMenuElement
new