GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components
TableListVisibleElements Class
The visible elements that are displayed within the widget.
ArcGIS Maps SDK for JavaScript
public class TableListVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 TableListVisibleElements
Constructors
TableListVisibleElements() Constructor
Parameterless constructor for use as a Razor Component.
public TableListVisibleElements();
TableListVisibleElements(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 TableListVisibleElements(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> temporaryTableIndicators=null);
Parameters
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 tables 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
temporaryTableIndicators
System.Nullable<System.Boolean>
Since 4.29 Indicates whether temporary table indicators will be displayed for tables with layer.persistenceEnabled set to false
.
ArcGIS Maps SDK for JavaScript
Properties
TableListVisibleElements.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>
TableListVisibleElements.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>
TableListVisibleElements.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>
TableListVisibleElements.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 tables by their title.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Filter { get; set; }
Property Value
System.Nullable<System.Boolean>
TableListVisibleElements.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>
TableListVisibleElements.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>
TableListVisibleElements.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>
TableListVisibleElements.TemporaryTableIndicators Property
Since 4.29 Indicates whether temporary table indicators will be displayed for tables with layer.persistenceEnabled set to false
.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> TemporaryTableIndicators { get; set; }
Property Value
System.Nullable<System.Boolean>
Methods
TableListVisibleElements.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>>
TableListVisibleElements.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>>
TableListVisibleElements.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>>
TableListVisibleElements.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>>
TableListVisibleElements.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>>
TableListVisibleElements.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>>
TableListVisibleElements.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>>
TableListVisibleElements.GetTemporaryTableIndicators() Method
Asynchronously retrieve the current value of the TemporaryTableIndicators property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetTemporaryTableIndicators();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
TableListVisibleElements.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
TableListVisibleElements.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
TableListVisibleElements.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
TableListVisibleElements.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
TableListVisibleElements.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
TableListVisibleElements.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
TableListVisibleElements.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
TableListVisibleElements.SetTemporaryTableIndicators(Nullable) Method
Asynchronously set the value of the TemporaryTableIndicators property after render.
public System.Threading.Tasks.Task SetTemporaryTableIndicators(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.