HtmlForgeX

API Reference

Class

TablerServiceConfigWorkflowWorkbench

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

No-scroll service workflow workbench for restore, backup, migration, and other operator-guided tasks.

Inheritance

  • Element
  • TablerServiceConfigWorkflowWorkbench

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

public TablerServiceConfigWorkflowWorkbench() #

Methods

public TablerServiceConfigWorkflowWorkbench ActiveStep(String key) #
Returns: TablerServiceConfigWorkflowWorkbench

Sets the initially active workflow step by key.

Parameters

key System.String requiredposition: 0
public TablerServiceConfigWorkflowWorkbench AddAction(String label, String action, TablerIconType icon, TablerButtonVariant variant = Secondary, Boolean disabled = false) #
Returns: TablerServiceConfigWorkflowWorkbench

Adds a footer action button.

Parameters

label System.String requiredposition: 0
action System.String requiredposition: 1
icon HtmlForgeX.TablerIconType requiredposition: 2
variant HtmlForgeX.TablerButtonVariant = Secondary optionalposition: 3
disabled System.Boolean = false optionalposition: 4
public TablerServiceConfigWorkflowWorkbench AddStep(String key, String label, TablerIconType icon, TablerServiceConfigStepState state = Pending, String hint = null, TablerColor color = Blue) #
Returns: TablerServiceConfigWorkflowWorkbench

Adds a workflow step to the horizontal stepper.

Parameters

key System.String requiredposition: 0
label System.String requiredposition: 1
icon HtmlForgeX.TablerIconType requiredposition: 2
state HtmlForgeX.TablerServiceConfigStepState = Pending optionalposition: 3
hint System.String = null optionalposition: 4
color HtmlForgeX.TablerColor = Blue optionalposition: 5
public TablerServiceConfigWorkflowWorkbench AddStepContent(String stepKey, Action<ElementContainer> content) #
Returns: TablerServiceConfigWorkflowWorkbench

Adds main workflow content that is visible only while the matching step is active.

Parameters

stepKey System.String requiredposition: 0
content System.Action{HtmlForgeX.ElementContainer} requiredposition: 1
public TablerServiceConfigWorkflowWorkbench Binding(String attributeName, String attributeValue = "1") #
Returns: TablerServiceConfigWorkflowWorkbench

Marks the workbench with a custom data attribute for application-specific binding.

Parameters

attributeName System.String requiredposition: 0
attributeValue System.String = "1" optionalposition: 1
public TablerServiceConfigWorkflowWorkbench Context(Action<ElementContainer> content) #
Returns: TablerServiceConfigWorkflowWorkbench

Adds persistent selected-context content shown beside the main workflow surface.

Parameters

content System.Action{HtmlForgeX.ElementContainer} requiredposition: 0
GetAuxiliaryChildren() #
public TablerServiceConfigWorkflowWorkbench Primary(Action<ElementContainer> content) #
Returns: TablerServiceConfigWorkflowWorkbench

Adds the main workflow content, such as search controls, tables, or forms.

Parameters

content System.Action{HtmlForgeX.ElementContainer} requiredposition: 0
RegisterLibraries() #
public TablerServiceConfigWorkflowWorkbench Settings(Action<TablerServiceConfigWorkflowWorkbenchSettings> configure) #
Returns: TablerServiceConfigWorkflowWorkbench

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigWorkflowWorkbenchSettings} requiredposition: 0
public TablerServiceConfigWorkflowWorkbench Title(String title, String subtitle = null) #
Returns: TablerServiceConfigWorkflowWorkbench

Sets the workbench title and optional supporting text.

Parameters

title System.String requiredposition: 0
subtitle System.String = null optionalposition: 1
public override String ToString() #
Returns: String