HtmlForgeX

API Reference

Class

TablerFileTransferDetailsPanel

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Selected-transfer detail panel for user portals, delegated owners, and SecOps rails.

Inheritance

  • Element
  • TablerFileTransferDetailsPanel

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 TablerFileTransferDetailsPanel() #

Methods

public TablerFileTransferDetailsPanel AddAction(String text, TablerIconType icon, TablerButtonVariant variant = Secondary, String url = "#") #
Returns: TablerFileTransferDetailsPanel

Adds an action button.

Parameters

text System.String requiredposition: 0
icon HtmlForgeX.TablerIconType requiredposition: 1
variant HtmlForgeX.TablerButtonVariant = Secondary optionalposition: 2
url System.String = "#" optionalposition: 3
public TablerFileTransferDetailsPanel AddDetail(String label, String value) #
Returns: TablerFileTransferDetailsPanel

Adds a label/value detail row.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
public TablerFileTransferDetailsPanel AddStep(String title, TablerStepState state = Pending, String description = null) #
Returns: TablerFileTransferDetailsPanel

Adds a lifecycle step.

Parameters

title System.String requiredposition: 0
state HtmlForgeX.TablerStepState = Pending optionalposition: 1
description System.String = null optionalposition: 2
public TablerFileTransferDetailsPanel File(String name, String meta = null, TablerIconType icon = File, TablerColor color = Blue) #
Returns: TablerFileTransferDetailsPanel

Sets the selected file/package identity.

Parameters

name System.String requiredposition: 0
meta System.String = null optionalposition: 1
icon HtmlForgeX.TablerIconType = File optionalposition: 2
color HtmlForgeX.TablerColor = Blue optionalposition: 3
RegisterLibraries() #
public TablerFileTransferDetailsPanel Settings(Action<TablerFileTransferDetailsPanelSettings> configure) #
Returns: TablerFileTransferDetailsPanel

Groups less-common display options under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerFileTransferDetailsPanelSettings} requiredposition: 0
public TablerFileTransferDetailsPanel Status(String text, TablerBadgeColor color = Success) #
Returns: TablerFileTransferDetailsPanel

Sets the selected transfer status badge.

Parameters

text System.String requiredposition: 0
color HtmlForgeX.TablerBadgeColor = Success optionalposition: 1
public TablerFileTransferDetailsPanel Title(String title) #
Returns: TablerFileTransferDetailsPanel

Sets the panel title.

Parameters

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