Definition
Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials.Navigation Inheritance: CloudNimble.BlazorEssentials.InterfaceElementSyntax
Summary
Defines a button that can be used to trigger an action in a User Interface. Useful for binding aq group of actions programmatically.Constructors
.ctor
Syntax
.ctor
Creates a new ActionButton instance specifically for icon-only buttons, usually in the header or footer.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
iconClass | string | - |
tooltip | string | - |
isDisabledFunc | System.Func<bool> | - |
.ctor
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
buttonText | string | - |
buttonClass | string | - |
iconClass | string | - |
popoverName | string | - |
popoverHeader | string | - |
popoverPlacement | string | - |
isDisabledFunc | System.Func<bool> | - |
children | System.Collections.Generic.List<CloudNimble.BlazorEssentials.Navigation.ActionButton> | - |
.ctor
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
buttonText | string | - |
buttonClass | string | - |
iconClass | string | - |
isDisabledFunc | System.Func<bool> | - |
tooltip | string | - |
tooltipContainer | string | - |
.ctor Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
.ctor Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
Parameters
| Name | Type | Description |
|---|---|---|
displayText | string | - |
iconClass | string | - |
cssClass | string | - |
.ctor Inherited
Inherited from
objectSyntax
Properties
AccessibilityText
Test to be used for screen readers when this item is rendered.Syntax
Property Value
Type:string
Children
Syntax
Property Value
Type:System.Collections.Generic.List<CloudNimble.BlazorEssentials.Navigation.ActionButton>
CssClass Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
Property Value
Type:string
DisplayText Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
Property Value
Type:string
IconClass Inherited
Inherited from
CloudNimble.BlazorEssentials.InterfaceElementSyntax
Property Value
Type:string
IsDisabledFunc
Syntax
Property Value
Type:System.Func<bool>
ModalTarget
Syntax
Property Value
Type:string
PopoverHeader
Syntax
Property Value
Type:string
PopoverName
Syntax
Property Value
Type:string
PopoverPlacement
Syntax
Property Value
Type:string
Tooltip
The text that will be displayed to the end user when the cursor is hovered over the button.Syntax
Property Value
Type:string
TooltipContainer
Syntax
Property Value
Type:string
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?