dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
LayerListVisibleElements Class
The visible elements that are displayed within the widget.
ArcGIS Maps SDK for JavaScript
public class LayerListVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LayerListVisibleElements
Constructors
LayerListVisibleElements() Constructor
Parameterless constructor for use as a Razor Component.
public LayerListVisibleElements();
LayerListVisibleElements(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 LayerListVisibleElements(System.Nullable<bool> catalogLayerList=null, System.Nullable<bool> closeButton=null, System.Nullable<bool> collapseButton=null, System.Nullable<bool> errors=null, System.Nullable<bool> filter=null, System.Nullable<bool> flow=null, System.Nullable<bool> heading=null, System.Nullable<bool> statusIndicators=null, System.Nullable<bool> temporaryLayerIndicators=null);
Parameters
catalogLayerList
System.Nullable<System.Boolean>
Since 4.30 Indicates whether to display the catalogLayerList.
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
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 to display the widget heading.
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
LayerListVisibleElements.CatalogLayerList Property
Since 4.30 Indicates whether to display the catalogLayerList.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> CatalogLayerList { get; set; }
Property Value
System.Nullable<System.Boolean>
LayerListVisibleElements.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>
LayerListVisibleElements.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>
LayerListVisibleElements.Errors Property
Since 4.25 Indicates whether layer load errors will be displayed.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Errors { get; set; }
Property Value
System.Nullable<System.Boolean>
LayerListVisibleElements.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>
LayerListVisibleElements.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>
LayerListVisibleElements.Heading Property
Since 4.29 Indicates whether to display the widget heading.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Heading { get; set; }
Property Value
System.Nullable<System.Boolean>
LayerListVisibleElements.StatusIndicators Property
Indicates whether the status indicators will be displayed.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> StatusIndicators { get; set; }
Property Value
System.Nullable<System.Boolean>
LayerListVisibleElements.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
LayerListVisibleElements.GetCatalogLayerList() Method
Asynchronously retrieve the current value of the CatalogLayerList property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetCatalogLayerList();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
LayerListVisibleElements.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>>
LayerListVisibleElements.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>>
LayerListVisibleElements.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>>
LayerListVisibleElements.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>>
LayerListVisibleElements.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>>
LayerListVisibleElements.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>>
LayerListVisibleElements.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>>
LayerListVisibleElements.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>>
LayerListVisibleElements.SetCatalogLayerList(Nullable) Method
Asynchronously set the value of the CatalogLayerList property after render.
public System.Threading.Tasks.Task SetCatalogLayerList(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
LayerListVisibleElements.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
LayerListVisibleElements.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
LayerListVisibleElements.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
LayerListVisibleElements.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
LayerListVisibleElements.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
LayerListVisibleElements.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
LayerListVisibleElements.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
LayerListVisibleElements.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.