Gets the action bar that contains the action item.
Gets or sets the custom action view of the action item.
Gets the Android specific options of the action item.
Gets or sets the icon of the action item.
Gets the iOS specific options of the action item.
Gets or sets the text of the action item.
Gets or sets the visibility of the action item.
Method is intended to be overridden by inheritors and used as "protected".
Core logic for removing a child view from this instance. Used by the framework to handle lifecycle events more centralized. Do not use outside the UI Stack implementation.
Method is intended to be overridden by inheritors and used as "protected"
Method is intended to be overridden by inheritors and used as "protected"
A basic method signature to hook an event listener (shortcut alias to the addEventListener method).
String corresponding to events (e.g. "propertyChange"). Optionally could be used more events separated by ,
(e.g. "propertyChange", "change").
Callback function which will be executed when event is raised.
Raised when a tap event occurs.
Represents the navigation (a.k.a. "back") button.