Class BOBTreeSelectorItem
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
[GenerateComponentInfo]
public class BOBTreeSelectorItem : BOBTreeNodeBase<TreeSelectionNodeRegistration>
- Inheritance
-
objectComponentBaseBOBTreeSelectorItem
- 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
__builderRenderTreeBuilder
CreateRegistration()
Builds the registration record handed to the enclosing tree container.
protected override TreeSelectionNodeRegistration CreateRegistration()
Returns
GenerateDefaultKey()
Generates the fallback key used when Key is not supplied.
protected override string GenerateDefaultKey()
Returns
- string