StatusStrip

Adds supports for [System.Windows.Forms.statusstrip](https://msdn.microsoft.com/en-us/library/system.windows.forms.statusstrip(v=vs.110).aspx)

Implementation Details:

Component Selector: 'wm-statusstrip'

Class inheritance

StatusStrip extends ControlComponent.

PME Support

StatusStrip fetch a list of components wich have an UniqueId and a Type in order to build a dynamic component. Currently just label component is suported.

Properties

Property

Get/Set

Notify Changes

Details

refresh: boolean

Yes

Yes

Notifies whenever refresh is true and calls fetchItems method.

Methods

Method

Return type

Details

fetchItems

void

Calls fetch webmapMethod.

buildComponent

void

Receives component id and its type in order to build a dynamic component.

getComponentType

void

Receives the type and return the requested type of component.

Events

Event

Supported

Parameter

Details

Last updated