HtmlForgeX

API Reference

Class

TablerRosterListItem

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

A richer roster row for TablerRosterList.

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

Methods

public TablerRosterListItem Action(String text, String href, Action<TablerButton> configure = null) #
Returns: TablerRosterListItem

Adds a trailing action button.

Parameters

text System.String requiredposition: 0
href System.String requiredposition: 1
configure System.Action{HtmlForgeX.TablerButton} = null optionalposition: 2
public TablerRosterListItem Checkbox(Boolean isChecked = false) #
Returns: TablerRosterListItem

Shows a leading checkbox.

Parameters

isChecked System.Boolean = false optionalposition: 0
public TablerRosterListItem Class(String className) #
Returns: TablerRosterListItem
EditorBrowsable(2)

Adds classes to the rendered item.

Parameters

className System.String requiredposition: 0
GetAuxiliaryChildren() #
public TablerRosterListItem Initials(String initials) #
Returns: TablerRosterListItem

Uses initials when no avatar image is available.

Parameters

initials System.String requiredposition: 0
public TablerRosterListItem Name(String name) #
Returns: TablerRosterListItem

Sets the primary roster name/title.

Parameters

name System.String requiredposition: 0
RegisterLibraries() #
public TablerRosterListItem Selected(Boolean selected = true) #
Returns: TablerRosterListItem

Marks the row as selected/active.

Parameters

selected System.Boolean = true optionalposition: 0
public TablerRosterListItem StatusDot(TablerColor color, Boolean animated = false) #
Returns: TablerRosterListItem

Shows a leading status dot.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
animated System.Boolean = false optionalposition: 1
public TablerRosterListItem Subtitle(String subtitle) #
Returns: TablerRosterListItem

Sets muted supporting copy.

Parameters

subtitle System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerRosterListItem Trailing(Action<ElementContainer> configure) #
Returns: TablerRosterListItem

Provides an escape hatch for custom trailing content.

Parameters

configure System.Action{HtmlForgeX.ElementContainer} requiredposition: 0
public TablerRosterListItem TrailingStar(Boolean highlighted = false) #
Returns: TablerRosterListItem

Adds a trailing star marker.

Parameters

highlighted System.Boolean = false optionalposition: 0