Table of Contents

Class BOBTreeSelectorItem

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll
[GenerateComponentInfo]
public class BOBTreeSelectorItem : BOBTreeNodeBase<TreeSelectionNodeRegistration>
Inheritance
object
ComponentBase
BOBTreeSelectorItem
Inherited Members

Constructors

BOBTreeSelectorItem()

public BOBTreeSelectorItem()

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

CreateRegistration()

Builds the registration record handed to the enclosing tree container.

protected override TreeSelectionNodeRegistration CreateRegistration()

Returns

TreeSelectionNodeRegistration

GenerateDefaultKey()

Generates the fallback key used when Key is not supplied.

protected override string GenerateDefaultKey()

Returns

string