Docs (4.0.0)
class RenderContext class

class RendererEvent

A class that represents a render-related event.

static

class RendererEvent
extends ManagedEvent

Notes

  • Events of this type are considered internal to the rendered component. They are ignored when coming from attached view objects of Activity and ViewComposite instances, and UIContainer doesn’t propagate renderer events from attached views at all.

Constructor

Instance Members

  • isRendererEvent()Always returns true, can be used for duck-typing this type of events.
  • renderRender callback, only used for Render events to capture output.

Inherited Members

  • name readonlyThe name of the event, should start with a capital letter.
  • source readonlyThe object that’s emitted (or will emit) the event.
  • data readonlyObject that contains arbitrary event data (if any).
  • delegate readonlyAn object that delegated the event, if any, e.g. UIForm or UIListView.ItemControllerView.
  • inner readonlyThe original event, if the event was intercepted or propagated.

Related

  • class RenderContext abstractAn abstract class that supports global view rendering, part of the global application context.