dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

BasemapLayerListWidgetVisibleElements Class

The visible elements that are displayed within the widget.
ArcGIS Maps SDK for JavaScript

public class BasemapLayerListWidgetVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 BasemapLayerListWidgetVisibleElements

Constructors

BasemapLayerListWidgetVisibleElements() Constructor

Parameterless constructor for use as a Razor Component.

public BasemapLayerListWidgetVisibleElements();

BasemapLayerListWidgetVisibleElements(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public BasemapLayerListWidgetVisibleElements(System.Nullable<bool> baseLayers=null, System.Nullable<bool> closeButton=null, System.Nullable<bool> collapseButton=null, System.Nullable<bool> editTitleButton=null, System.Nullable<bool> errors=null, System.Nullable<bool> filter=null, System.Nullable<bool> flow=null, System.Nullable<bool> heading=null, System.Nullable<bool> referenceLayers=null, System.Nullable<bool> statusIndicators=null, System.Nullable<bool> temporaryLayerIndicators=null);

Parameters

baseLayers System.Nullable<System.Boolean>

Indicates whether to the base layers will be displayed.
ArcGIS Maps SDK for JavaScript

closeButton System.Nullable<System.Boolean>

Since 4.29 Indicates whether to display a close button in the header.
ArcGIS Maps SDK for JavaScript

collapseButton System.Nullable<System.Boolean>

Since 4.29 Indicates whether to display a collapse button in the header.
ArcGIS Maps SDK for JavaScript

editTitleButton System.Nullable<System.Boolean>

Since 4.29 Indicates whether to display a button in the header to edit the basemap title.
ArcGIS Maps SDK for JavaScript

errors System.Nullable<System.Boolean>

Since 4.25 Indicates whether layer load errors will be displayed.
ArcGIS Maps SDK for JavaScript

filter System.Nullable<System.Boolean>

Since 4.29 Indicates whether to display a filter input box when then number of list items is equal to or greater than the value set in minFilterItems, allowing users to filter layers by their title.
ArcGIS Maps SDK for JavaScript

flow System.Nullable<System.Boolean>

Since 4.29 Determines whether the widget should be shown within its built-in flow component or if the flow component should be excluded.
ArcGIS Maps SDK for JavaScript

heading System.Nullable<System.Boolean>

Since 4.29 Indicates whether the widget displays a heading.
ArcGIS Maps SDK for JavaScript

referenceLayers System.Nullable<System.Boolean>

Indicates whether to the reference layers will be displayed.
ArcGIS Maps SDK for JavaScript

statusIndicators System.Nullable<System.Boolean>

Indicates whether the status indicators will be displayed.
ArcGIS Maps SDK for JavaScript

temporaryLayerIndicators System.Nullable<System.Boolean>

Since 4.29 Indicates whether temporary layer indicators will be displayed for layers with layer.persistenceEnabled set to false.
ArcGIS Maps SDK for JavaScript

Properties

BasemapLayerListWidgetVisibleElements.BaseLayers Property

Indicates whether to the base layers will be displayed. Default is true.

public System.Nullable<bool> BaseLayers { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.CloseButton Property

Since 4.29 Indicates whether to display a close button in the header.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CloseButton { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.CollapseButton Property

Since 4.29 Indicates whether to display a collapse button in the header.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CollapseButton { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.EditTitleButton Property

Since 4.29 Indicates whether to display a button in the header to edit the basemap title.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> EditTitleButton { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.Errors Property

Indicates whether layer load errors will be displayed. Default is false.

public System.Nullable<bool> Errors { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.Filter Property

Since 4.29 Indicates whether to display a filter input box when then number of list items is equal to or greater than the value set in minFilterItems, allowing users to filter layers by their title.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Filter { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.Flow Property

Since 4.29 Determines whether the widget should be shown within its built-in flow component or if the flow component should be excluded.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Flow { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.Heading Property

Since 4.29 Indicates whether the widget displays a heading.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Heading { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.ReferenceLayers Property

Indicates whether the reference layers will be displayed. Default is true.

public System.Nullable<bool> ReferenceLayers { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.StatusIndicators Property

Indicates whether to the status indicators will be displayed. Default is true.

public System.Nullable<bool> StatusIndicators { get; set; }

Property Value

System.Nullable<System.Boolean>

BasemapLayerListWidgetVisibleElements.TemporaryLayerIndicators Property

Since 4.29 Indicates whether temporary layer indicators will be displayed for layers with layer.persistenceEnabled set to false.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> TemporaryLayerIndicators { get; set; }

Property Value

System.Nullable<System.Boolean>

Methods

BasemapLayerListWidgetVisibleElements.GetBaseLayers() Method

Asynchronously retrieve the current value of the BaseLayers property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetBaseLayers();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetCloseButton() Method

Asynchronously retrieve the current value of the CloseButton property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCloseButton();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetCollapseButton() Method

Asynchronously retrieve the current value of the CollapseButton property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCollapseButton();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetEditTitleButton() Method

Asynchronously retrieve the current value of the EditTitleButton property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetEditTitleButton();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetErrors() Method

Asynchronously retrieve the current value of the Errors property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetErrors();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetFilter() Method

Asynchronously retrieve the current value of the Filter property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetFilter();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetFlow() Method

Asynchronously retrieve the current value of the Flow property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetFlow();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetHeading() Method

Asynchronously retrieve the current value of the Heading property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHeading();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetReferenceLayers() Method

Asynchronously retrieve the current value of the ReferenceLayers property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetReferenceLayers();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetStatusIndicators() Method

Asynchronously retrieve the current value of the StatusIndicators property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetStatusIndicators();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.GetTemporaryLayerIndicators() Method

Asynchronously retrieve the current value of the TemporaryLayerIndicators property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetTemporaryLayerIndicators();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BasemapLayerListWidgetVisibleElements.SetBaseLayers(Nullable) Method

Asynchronously set the value of the BaseLayers property after render.

public System.Threading.Tasks.Task SetBaseLayers(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetCloseButton(Nullable) Method

Asynchronously set the value of the CloseButton property after render.

public System.Threading.Tasks.Task SetCloseButton(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetCollapseButton(Nullable) Method

Asynchronously set the value of the CollapseButton property after render.

public System.Threading.Tasks.Task SetCollapseButton(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetEditTitleButton(Nullable) Method

Asynchronously set the value of the EditTitleButton property after render.

public System.Threading.Tasks.Task SetEditTitleButton(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetErrors(Nullable) Method

Asynchronously set the value of the Errors property after render.

public System.Threading.Tasks.Task SetErrors(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetFilter(Nullable) Method

Asynchronously set the value of the Filter property after render.

public System.Threading.Tasks.Task SetFilter(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetFlow(Nullable) Method

Asynchronously set the value of the Flow property after render.

public System.Threading.Tasks.Task SetFlow(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetHeading(Nullable) Method

Asynchronously set the value of the Heading property after render.

public System.Threading.Tasks.Task SetHeading(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetReferenceLayers(Nullable) Method

Asynchronously set the value of the ReferenceLayers property after render.

public System.Threading.Tasks.Task SetReferenceLayers(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetStatusIndicators(Nullable) Method

Asynchronously set the value of the StatusIndicators property after render.

public System.Threading.Tasks.Task SetStatusIndicators(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BasemapLayerListWidgetVisibleElements.SetTemporaryLayerIndicators(Nullable) Method

Asynchronously set the value of the TemporaryLayerIndicators property after render.

public System.Threading.Tasks.Task SetTemporaryLayerIndicators(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task