Creates a new UI.Texture instance with specified style applied. See UI.Texture.constructor for parameters description.
Gets any value from the element.
binding name, you can access the value from the
element by this name; some binding names are reserved for additional
element information, e.g. "element_obj"
contains pointer to the
current object and "element_rect"
contains android.graphics.Rect
object containing drawing rectangle
Value that was get from the element or null
if the element
doesn't exist.
Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.
This is the base Java abstract class, which are all Inner Core element types inherited from. In Java, to create custom element types, you can inherit your element class from this one as well. Whereas in JavaScript, you should use "custom" element type in description object, where you can specify custom behavior for different events. For more information about custom element types in JavaScript, see UI.UICustomElement.