API Reference
Class
TablerCollectionWorkItemRowPreset
Preset builder for common dashboard work-item rows inside TablerCollectionTable.
Inheritance
- Object
- TablerCollectionWorkItemRowPreset
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
- Method TablerCollectionWorkItemRowPreset.Actions
- Method TablerCollectionWorkItemRowPreset.Columns
- Method TablerCollectionWorkItemRowPreset.Delivery
- Method TablerCollectionWorkItemRowPreset.Impact
- Method TablerCollectionWorkItemRowPreset.ImpactBadge
- Method TablerCollectionWorkItemRowPreset.Owner
- Method TablerCollectionWorkItemRowPreset.PriorityBadge
- Method TablerCollectionWorkItemRowPreset.Selectable
- Method TablerCollectionWorkItemRowPreset.State
- Method TablerCollectionWorkItemRowPreset.Summary
- Method TablerCollectionWorkItemRowPreset.Tone
Accepted by parameters
Methods
public TablerCollectionWorkItemRowPreset Actions(Action<TablerCollectionTableActions> configure) #Returns:
TablerCollectionWorkItemRowPresetConfigures trailing row actions.
Parameters
- configure System.Action{HtmlForgeX.TablerCollectionTableActions}
public TablerCollectionWorkItemRowPreset Columns(String owner = "owner", String summary = "summary", String state = "delivery", String impact = "impact", String actions = "actions") #Returns:
TablerCollectionWorkItemRowPresetOverrides the target column keys used by the preset.
Parameters
- owner System.String = "owner"
- summary System.String = "summary"
- state System.String = "delivery"
- impact System.String = "impact"
- actions System.String = "actions"
public TablerCollectionWorkItemRowPreset Delivery(String label, Int32 progress, TablerColor color, String note = null) #Returns:
TablerCollectionWorkItemRowPresetAdds a progress-style delivery/state cell.
Parameters
- label System.String
- progress System.Int32
- color HtmlForgeX.TablerColor
- note System.String = null
public TablerCollectionTableRow End() #Returns:
TablerCollectionTableRowReturns the underlying row for additional direct customization.
public TablerCollectionWorkItemRowPreset Impact(String value, String note = null, String changeText = null, TablerChangeType changeType = None) #Returns:
TablerCollectionWorkItemRowPresetAdds a compact KPI/impact cell.
Parameters
- value System.String
- note System.String = null
- changeText System.String = null
- changeType HtmlForgeX.TablerChangeType = None
public TablerCollectionWorkItemRowPreset ImpactBadge(String text, Nullable<TablerColor> color = null) #Returns:
TablerCollectionWorkItemRowPresetAdds a badge-style impact cell.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerCollectionWorkItemRowPreset Owner(String name, String subtitle = null, String initials = null, String avatarUrl = null, String href = null) #Returns:
TablerCollectionWorkItemRowPresetAdds the owner/person identity cell.
Parameters
- name System.String
- subtitle System.String = null
- initials System.String = null
- avatarUrl System.String = null
- href System.String = null
public TablerCollectionWorkItemRowPreset PriorityBadge(String text, Nullable<TablerColor> color = null) #Returns:
TablerCollectionWorkItemRowPresetAdds a small badge beneath the summary copy for queue priority or state.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerCollectionWorkItemRowPreset Selectable(Boolean selected = false) #Returns:
TablerCollectionWorkItemRowPresetMarks the row as selectable and optionally checked.
Parameters
- selected System.Boolean = false
public TablerCollectionWorkItemRowPreset State(String text, TablerColor color) #Returns:
TablerCollectionWorkItemRowPresetAdds a status-dot state cell.
Parameters
- text System.String
- color HtmlForgeX.TablerColor
public TablerCollectionWorkItemRowPreset Summary(String title, String subtitle = null, String href = null) #Returns:
TablerCollectionWorkItemRowPresetAdds the main work summary cell.
Parameters
- title System.String
- subtitle System.String = null
- href System.String = null
public TablerCollectionWorkItemRowPreset Tone(TablerCollectionTableRowTone tone) #Returns:
TablerCollectionWorkItemRowPresetApplies a semantic visual emphasis tone to the row.
Parameters
- tone HtmlForgeX.TablerCollectionTableRowTone