GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components
CatalogLayerListVisibleElements Class
The visible elements that are displayed within the widget.
ArcGIS Maps SDK for JavaScript
public class CatalogLayerListVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 CatalogLayerListVisibleElements
Constructors
CatalogLayerListVisibleElements() Constructor
Parameterless constructor for use as a Razor Component.
public CatalogLayerListVisibleElements();
CatalogLayerListVisibleElements(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 CatalogLayerListVisibleElements(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
closeButton
System.Nullable<System.Boolean>
Indicates whether to display a close button in the header.
ArcGIS Maps SDK for JavaScript
collapseButton
System.Nullable<System.Boolean>
Indicates whether to display a collapse button in the header.
ArcGIS Maps SDK for JavaScript
errors
System.Nullable<System.Boolean>
Indicates whether layer load errors will be displayed.
ArcGIS Maps SDK for JavaScript
filter
System.Nullable<System.Boolean>
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>
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>
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>
Indicates whether temporary layer indicators will be displayed.
ArcGIS Maps SDK for JavaScript
Properties
CatalogLayerListVisibleElements.CloseButton Property
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>
CatalogLayerListVisibleElements.CollapseButton Property
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>
CatalogLayerListVisibleElements.Errors Property
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>
CatalogLayerListVisibleElements.Filter Property
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>
CatalogLayerListVisibleElements.Flow Property
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>
CatalogLayerListVisibleElements.Heading Property
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>
CatalogLayerListVisibleElements.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>
CatalogLayerListVisibleElements.TemporaryLayerIndicators Property
Indicates whether temporary layer indicators will be displayed.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> TemporaryLayerIndicators { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
CatalogLayerListVisibleElements.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>>
CatalogLayerListVisibleElements.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>>
CatalogLayerListVisibleElements.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>>
CatalogLayerListVisibleElements.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>>
CatalogLayerListVisibleElements.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>>
CatalogLayerListVisibleElements.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>>
CatalogLayerListVisibleElements.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>>
CatalogLayerListVisibleElements.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>>
CatalogLayerListVisibleElements.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
CatalogLayerListVisibleElements.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
CatalogLayerListVisibleElements.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
CatalogLayerListVisibleElements.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
CatalogLayerListVisibleElements.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
CatalogLayerListVisibleElements.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
CatalogLayerListVisibleElements.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
CatalogLayerListVisibleElements.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.