dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Popups

PopupVisibleElements Class

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

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

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

Constructors

PopupVisibleElements() Constructor

Parameterless constructor for use as a Razor Component.

public PopupVisibleElements();

PopupVisibleElements(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 PopupVisibleElements(System.Nullable<bool> closeButton=null, System.Nullable<bool> featureNavigation=null, System.Nullable<bool> actionBar=null, System.Nullable<bool> collapseButton=null, System.Nullable<bool> featureListLayerTitle=null, System.Nullable<bool> featureMenuHeading=null, System.Nullable<bool> heading=null, System.Nullable<bool> spinner=null);

Parameters

closeButton System.Nullable<System.Boolean>

Indicates whether to display a close button on the widget dialog.
ArcGIS Maps SDK for JavaScript

featureNavigation System.Nullable<System.Boolean>

Indicates whether pagination for feature navigation will be displayed.
ArcGIS Maps SDK for JavaScript

actionBar System.Nullable<System.Boolean>

Since 4.29. Indicates whether to display the action bar that holds the feature’s actions.
ArcGIS Maps SDK for JavaScript

collapseButton System.Nullable<System.Boolean>

Since 4.29. Indicates whether to display the collapse button on the widget dialog.
ArcGIS Maps SDK for JavaScript

featureListLayerTitle System.Nullable<System.Boolean>

Since 4.30. Indicates whether to display the group heading for a list of multiple features.
ArcGIS Maps SDK for JavaScript

featureMenuHeading System.Nullable<System.Boolean>

heading System.Nullable<System.Boolean>

Since 4.29. Indicates whether to display the widget heading.
ArcGIS Maps SDK for JavaScript

spinner System.Nullable<System.Boolean>

Since 4.29. Indicates whether to display the widget’s loading spinner.
ArcGIS Maps SDK for JavaScript

Properties

PopupVisibleElements.ActionBar Property

Since 4.29. Indicates whether to display the action bar that holds the feature’s actions.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

PopupVisibleElements.CloseButton Property

Indicates whether to display a close button on the widget dialog.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

PopupVisibleElements.CollapseButton Property

Since 4.29. Indicates whether to display the collapse button on the widget dialog.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

PopupVisibleElements.FeatureListLayerTitle Property

Since 4.30. Indicates whether to display the group heading for a list of multiple features.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

PopupVisibleElements.FeatureMenuHeading Property

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

Property Value

System.Nullable<System.Boolean>

PopupVisibleElements.FeatureNavigation Property

Indicates whether pagination for feature navigation will be displayed.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

PopupVisibleElements.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>

PopupVisibleElements.Spinner Property

Since 4.29. Indicates whether to display the widget’s loading spinner.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Methods

PopupVisibleElements.GetActionBar() Method

Asynchronously retrieve the current value of the ActionBar property.

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

Returns

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

PopupVisibleElements.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>>

PopupVisibleElements.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>>

PopupVisibleElements.GetFeatureListLayerTitle() Method

Asynchronously retrieve the current value of the FeatureListLayerTitle property.

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

Returns

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

PopupVisibleElements.GetFeatureMenuHeading() Method

Asynchronously retrieve the current value of the FeatureMenuHeading property.

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

Returns

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

PopupVisibleElements.GetFeatureNavigation() Method

Asynchronously retrieve the current value of the FeatureNavigation property.

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

Returns

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

PopupVisibleElements.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>>

PopupVisibleElements.GetSpinner() Method

Asynchronously retrieve the current value of the Spinner property.

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

Returns

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

PopupVisibleElements.SetActionBar(Nullable) Method

Asynchronously set the value of the ActionBar property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

PopupVisibleElements.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

PopupVisibleElements.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

PopupVisibleElements.SetFeatureListLayerTitle(Nullable) Method

Asynchronously set the value of the FeatureListLayerTitle property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

PopupVisibleElements.SetFeatureMenuHeading(Nullable) Method

Asynchronously set the value of the FeatureMenuHeading property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

PopupVisibleElements.SetFeatureNavigation(Nullable) Method

Asynchronously set the value of the FeatureNavigation property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

PopupVisibleElements.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

PopupVisibleElements.SetSpinner(Nullable) Method

Asynchronously set the value of the Spinner property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task