Show / Hide Table of Contents

Class SubmitButton

Inheritance
object
ComponentBase
SubmitButton
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
ComponentBase.OnInitialized()
ComponentBase.OnInitializedAsync()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlazoriseUI.Components
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
public class SubmitButton : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

SubmitButton()

Declaration
public SubmitButton()

Properties

Block

Declaration
[Parameter]
public bool Block { get; set; }
Property Value
Type Description
bool

ChildContent

Declaration
[Parameter]
public RenderFragment? ChildContent { get; set; }
Property Value
Type Description
RenderFragment

Clicked

Declaration
[Parameter]
public EventCallback Clicked { get; set; }
Property Value
Type Description
EventCallback

Color

Declaration
[Parameter]
public Color Color { get; set; }
Property Value
Type Description
Color

Disabled

Declaration
[Parameter]
public bool? Disabled { get; set; }
Property Value
Type Description
bool?

Form

Declaration
[Parameter]
public string Form { get; set; }
Property Value
Type Description
string

IsDisabled

Declaration
protected bool IsDisabled { get; }
Property Value
Type Description
bool

IsLoading

Declaration
protected bool IsLoading { get; }
Property Value
Type Description
bool

PreventDefaultOnSubmit

Declaration
[Parameter]
public bool PreventDefaultOnSubmit { get; set; }
Property Value
Type Description
bool

SaveResourceKey

Declaration
[Parameter]
public string SaveResourceKey { get; set; }
Property Value
Type Description
string

SaveString

Declaration
protected string SaveString { get; }
Property Value
Type Description
string

StringLocalizer

Declaration
[Inject]
protected IStringLocalizer<AbpUiResource> StringLocalizer { get; set; }
Property Value
Type Description
IStringLocalizer<AbpUiResource>

Submiting

Declaration
protected bool Submiting { get; set; }
Property Value
Type Description
bool

Type

Declaration
[Parameter]
public ButtonType Type { get; set; }
Property Value
Type Description
ButtonType

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnClickedHandler()

Declaration
protected virtual Task OnClickedHandler()
Returns
Type Description
Task

Implements

IComponent
IHandleEvent
IHandleAfterRender

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform