Creates a new UI.Texture instance with specified style applied. See UI.Texture.constructor for parameters description
Passes any value to the element
binding name, you can access the value from the element by this name
value to be passed to the element
Sets element's position in the window's unit coordinates
x position
y position
Sets element's size in the window's unit coordinates
element's width
element's height
Generated using TypeDoc
This is the base Java abstract class, which are all InnerCore 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