wire.ui.Component

Although it is not required that a component extend the wire.ui.Component class in order to work inside a WireBootstrap application, the wire.ui.Component class contains all the core functionality needed by a component to take advantage of the data binding, messaging, configuration, events, and other functionality provided the WireBootstrap framework.

Uses

Individuals working with WireBootstrap components to build applications are referred to as component consumers. For this audience, a subset of the methods in wire.ui.Component will be applicable. For an overview, read Working with Components.

Component authors are those who are building new components for WireBootstrap that will eventually be used by component consumers. For component authors, many more of the features of this base class will be applicable. For details, read Building a WireBootstrap Component.

Methods

Last updated