HtmlForgeX

API Reference

Class

TablerFileTransferList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable transfer/package table that can hide or expose operational details by mode.

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 TablerFileTransferList AddTab(String text, Nullable<Int32> count = null, Boolean active = false, String href = "#") #
Returns: TablerFileTransferList

Adds a status/filter tab above the transfer table.

Parameters

text System.String requiredposition: 0
count System.Nullable{System.Int32} = null optionalposition: 1
active System.Boolean = false optionalposition: 2
href System.String = "#" optionalposition: 3
public TablerFileTransferList AddTransfer(String fileName, Action<TablerFileTransferItemBuilder> configure = null) #
Returns: TablerFileTransferList

Adds a transfer/package row.

Parameters

fileName System.String requiredposition: 0
configure System.Action{HtmlForgeX.TablerFileTransferList.TablerFileTransferItemBuilder} = null optionalposition: 1
public TablerFileTransferList Empty(String text) #
Returns: TablerFileTransferList
EditorBrowsable(2)

Sets empty placeholder text.

Parameters

text System.String requiredposition: 0
public TablerFileTransferList Mode(TablerFileServiceMode mode) #
Returns: TablerFileTransferList

Sets detail mode.

Parameters

mode HtmlForgeX.TablerFileServiceMode requiredposition: 0
RegisterLibraries() #
public TablerFileTransferList Settings(Action<TablerFileTransferListSettings> configure) #
Returns: TablerFileTransferList

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

Parameters

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

Sets list subtitle.

Parameters

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

Sets list title.

Parameters

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