HtmlForgeX

API Reference

Class

TablerWorkloadList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Capacity and workload list for people, services, queues, or teams that need progress rows with overload state.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

public TablerWorkloadList Accent(TablerColor color) #
Returns: TablerWorkloadList

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
AddItem 2 overloads
public TablerWorkloadList AddItem(String title, String subtitle, TablerIconType icon, Double current, Double maximum, TablerColor color = Blue, String note = null, String status = null, Nullable<TablerBadgeColor> statusColor = null) #
Returns: TablerWorkloadList

Adds one workload row with current and maximum capacity.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
initials System.String requiredposition: 2
current System.Double requiredposition: 3
maximum System.Double requiredposition: 4
color HtmlForgeX.TablerColor = Blue optionalposition: 5
note System.String = null optionalposition: 6
status System.String = null optionalposition: 7
statusColor System.Nullable{HtmlForgeX.TablerBadgeColor} = null optionalposition: 8
AddItem(System.String title, System.String subtitle, HtmlForgeX.TablerIconType icon, System.Double current, System.Double maximum, HtmlForgeX.TablerColor color, System.String note, System.String status, System.Nullable{HtmlForgeX.TablerBadgeColor} statusColor) #

Adds one workload row with a typed icon instead of initials.

Parameters

title System.String required
subtitle System.String required
icon HtmlForgeX.TablerIconType required
current System.Double required
maximum System.Double required
color HtmlForgeX.TablerColor required
note System.String required
status System.String required
statusColor System.Nullable{HtmlForgeX.TablerBadgeColor} required
public TablerWorkloadList AddMetric(String label, String value, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerWorkloadList

Adds a compact metric above the workload rows.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
note System.String = null optionalposition: 2
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 3
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 4
RegisterLibraries() #
public TablerWorkloadList Settings(Action<TablerWorkloadListSettings> configure) #
Returns: TablerWorkloadList

Groups less-common display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerWorkloadListSettings} requiredposition: 0
public TablerWorkloadList Subtitle(String subtitle) #
Returns: TablerWorkloadList

Sets supporting copy under the title.

Parameters

subtitle System.String requiredposition: 0
public TablerWorkloadList Title(String title) #
Returns: TablerWorkloadList

Sets the list title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String