HtmlForgeX

API Reference

Class

TablerOperationalListItem

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

A single generic card in TablerOperationalList.

Inheritance

Usage

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

Accepted by parameters

Constructors

public TablerOperationalListItem() #

Methods

public TablerOperationalListItem AddAction(String label, TablerIconType icon, String action = null) #
Returns: TablerOperationalListItem

Adds a button-like item action that dispatches a client-side event without selecting the card.

Parameters

label System.String requiredposition: 0
icon HtmlForgeX.TablerIconType requiredposition: 1
action System.String = null optionalposition: 2
public TablerOperationalListItem AddDetailLine(String text) #
Returns: TablerOperationalListItem

Adds a detail line, milestone, fact, or supporting row.

Parameters

text System.String requiredposition: 0
public TablerOperationalListItem AddMetric(String label, String value) #
Returns: TablerOperationalListItem

Adds a compact metric to the left side of the card.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
public TablerOperationalListItem Detail(String title, String meta = null) #
Returns: TablerOperationalListItem

Sets the main detail title and optional trailing/meta text.

Parameters

title System.String requiredposition: 0
meta System.String = null optionalposition: 1
public TablerOperationalListItem Identifier(String identifier) #
Returns: TablerOperationalListItem

Sets the primary identifier or headline for the work item.

Parameters

identifier System.String requiredposition: 0
public TablerOperationalListItem Inspection(Action<TablerOperationalInspection> configure) #
Returns: TablerOperationalListItem

Adds an optional expandable inspection panel rendered by the built-in client script.

Parameters

configure System.Action{HtmlForgeX.TablerOperationalInspection} requiredposition: 0
public TablerOperationalListItem Key(String key) #
Returns: TablerOperationalListItem

Sets a stable machine key used by client-side selection and action events.

Parameters

key System.String requiredposition: 0
RegisterLibraries() #
Render(HtmlForgeX.TablerOperationalListSelectionMode arg1, HtmlForgeX.TablerOperationalListInspectionTrigger arg2) #

Parameters

arg1 HtmlForgeX.TablerOperationalListSelectionMode required
arg2 HtmlForgeX.TablerOperationalListInspectionTrigger required
public TablerOperationalListItem Selected(Boolean selected = true) #
Returns: TablerOperationalListItem

Marks the card as initially selected.

Parameters

selected System.Boolean = true optionalposition: 0
public TablerOperationalListItem SortKey(String sortKey) #
Returns: TablerOperationalListItem

Sets an optional client-side sort value used by toolbar sort filters such as "Updated".

Parameters

sortKey System.String requiredposition: 0
public TablerOperationalListItem Status(String status, TablerColor color = Green) #
Returns: TablerOperationalListItem

Sets the status label and color.

Parameters

status System.String requiredposition: 0
color HtmlForgeX.TablerColor = Green optionalposition: 1
public override String ToString() #
Returns: String
public TablerOperationalListItem VisualIcon(TablerIconType icon) #
Returns: TablerOperationalListItem

Sets the icon used in the visual slot.

Parameters

icon HtmlForgeX.TablerIconType requiredposition: 0