UIAction class
WARNING: UIAction is a stub. To generate bindings for this class, include UIAction in your config's objc-interfaces list.
UIAction
- Inheritance
-
- Object
- UIMenuElement
- UIAction
- Available extensions
Constructors
- UIAction.castFrom(ObjCObjectBase other)
-
Constructs a UIAction that points to the same underlying object as
other
. -
UIAction.castFromPointer(Pointer<
ObjCObject> other, {bool retain = false, bool release = false}) - Constructs a UIAction 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