AbstractNativeElement

AbstractNativeElement ⇐ RenderedView

Kind: global abstract class
Extends: RenderedView
Mixes: MViewStates, MFocus, MRenderedStyleProperties
Properties

NameTypeDescription
isNativeElementboolean

Flag indicating that it is a native element

isShownboolean

Inherited flag from View

AbstractNativeElement()

Native elements are kind of views that are using native components on different engines. They are focusable and can have some rendering capability (from Positionable and RenderedStyleProperties)