UIMenuElement extension type
UIMenuElement
- on
-
- ObjCObject
- Implementers
- Available extensions
Constructors
- UIMenuElement()
-
Returns a new instance of UIMenuElement constructed with the default
newmethod. - UIMenuElement.as(ObjCObject other)
-
Constructs a UIMenuElement that points to the same underlying object as
other. -
UIMenuElement.fromPointer(Pointer<
ObjCObjectImpl> 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 - object$ → ObjCObject
-
final
- 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
-
isA(
ObjCObject obj) → bool -
Returns whether
objis an instance of UIMenuElement. -
new$(
) → UIMenuElement - new