Web Components

We are creating a new set of WebMAP client-side libraries to use web components platform that also integrates with the changes that are introduced by the new WebMap5 server-side libraries. Basically, there is the need to support Angular Web Components specifically in the first stage of this effort, the Kendo UI for Angular, in order to modernize our web platform and have a new set of encapsulated and easy to use set of components.

Base Components

Control Component

The WebMAP base components are used to manage general things that all the WebMAP's components must implement. The ControlComponent class for instance is the base class for all the others components and implements the basic properties like:

  • ID: is the WebMap's unique id for this control.

  • Text: Every control that inherits from the System.Windows.Forms.Control has this property.

  • Model: This property contains the control's client-side model that is based in the corresponding WebMap5 projection.

  • Visible: it controls the display value for the current component.

  • Enabled: it controls the enabled value for the current component.

Controls Components

WebForms Components using Kendo UI for Angular

This is the set of components that supports the System.Web.UI set of controls using the components that are implemented in the Kendo UI framework. You can find a simple description for each control implementation and it's PME (Properties, Methods, Events) in the following links:

Last updated