API Reference
Class
TablerCollectionApprovalRowPreset
Preset builder for approval/review queue rows inside TablerCollectionTable.
Inheritance
- Object
- TablerCollectionApprovalRowPreset
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 TablerCollectionApprovalRowPreset.Actions
- Method TablerCollectionApprovalRowPreset.ApprovalProgress
- Method TablerCollectionApprovalRowPreset.ApprovalState
- Method TablerCollectionApprovalRowPreset.Columns
- Method TablerCollectionApprovalRowPreset.Impact
- Method TablerCollectionApprovalRowPreset.ImpactBadge
- Method TablerCollectionApprovalRowPreset.PriorityBadge
- Method TablerCollectionApprovalRowPreset.Request
- Method TablerCollectionApprovalRowPreset.Reviewer
- Method TablerCollectionApprovalRowPreset.Selectable
- Method TablerCollectionApprovalRowPreset.Tone
Accepted by parameters
Methods
public TablerCollectionApprovalRowPreset Actions(Action<TablerCollectionTableActions> configure) #Returns:
TablerCollectionApprovalRowPresetConfigures trailing row actions.
Parameters
- configure System.Action{HtmlForgeX.TablerCollectionTableActions}
public TablerCollectionApprovalRowPreset ApprovalProgress(String label, Int32 progress, TablerColor color, String note = null) #Returns:
TablerCollectionApprovalRowPresetAdds a progress-style approval state cell.
Parameters
- label System.String
- progress System.Int32
- color HtmlForgeX.TablerColor
- note System.String = null
public TablerCollectionApprovalRowPreset ApprovalState(String text, TablerColor color) #Returns:
TablerCollectionApprovalRowPresetAdds a status-dot approval state cell.
Parameters
- text System.String
- color HtmlForgeX.TablerColor
public TablerCollectionApprovalRowPreset Columns(String reviewer = "owner", String request = "summary", String approvalState = "delivery", String impact = "impact", String actions = "actions") #Returns:
TablerCollectionApprovalRowPresetOverrides the target column keys used by the preset.
Parameters
- reviewer System.String = "owner"
- request System.String = "summary"
- approvalState System.String = "delivery"
- impact System.String = "impact"
- actions System.String = "actions"
public TablerCollectionTableRow End() #Returns:
TablerCollectionTableRowReturns the underlying row for additional direct customization.
public TablerCollectionApprovalRowPreset Impact(String value, String note = null, String changeText = null, TablerChangeType changeType = None) #Returns:
TablerCollectionApprovalRowPresetAdds a compact impact/KPI cell.
Parameters
- value System.String
- note System.String = null
- changeText System.String = null
- changeType HtmlForgeX.TablerChangeType = None
public TablerCollectionApprovalRowPreset ImpactBadge(String text, Nullable<TablerColor> color = null) #Returns:
TablerCollectionApprovalRowPresetAdds a badge-style impact cell.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerCollectionApprovalRowPreset PriorityBadge(String text, Nullable<TablerColor> color = null) #Returns:
TablerCollectionApprovalRowPresetAdds a compact badge beneath the request summary for queue state or urgency.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerCollectionApprovalRowPreset Request(String title, String subtitle = null, String href = null) #Returns:
TablerCollectionApprovalRowPresetAdds the approval/request summary cell.
Parameters
- title System.String
- subtitle System.String = null
- href System.String = null
public TablerCollectionApprovalRowPreset Reviewer(String name, String subtitle = null, String initials = null, String avatarUrl = null, String href = null) #Returns:
TablerCollectionApprovalRowPresetAdds the reviewer/person identity cell.
Parameters
- name System.String
- subtitle System.String = null
- initials System.String = null
- avatarUrl System.String = null
- href System.String = null
public TablerCollectionApprovalRowPreset Selectable(Boolean selected = false) #Returns:
TablerCollectionApprovalRowPresetMarks the row as selectable and optionally checked.
Parameters
- selected System.Boolean = false
public TablerCollectionApprovalRowPreset Tone(TablerCollectionTableRowTone tone) #Returns:
TablerCollectionApprovalRowPresetApplies a semantic visual emphasis tone to the row.
Parameters
- tone HtmlForgeX.TablerCollectionTableRowTone