Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

WebAppSearchForm<(Of <(<'TFormModel>)>)> Methods

The WebAppSearchForm<(Of <(<'TFormModel>)>)> type exposes the following members.

Methods


  Name Description
Protected method AddButton (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method AddContextMenu (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method AddCustomButton(String, String, String, String) (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method AddCustomButton(String, String, String, WidgetSize, ButtonStyle) (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method AddFieldDependency (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method AddResetButton (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method AddSaveDraftButton (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method AddSubmitButton (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method Dispose (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetLabelHtml``2 (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method GetType (Inherited from Object.)
Public method LabelFor<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TFormModel, TProperty>)>>)>)>>))
Public method LabelFor<(Of <<'(TModel, TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TModel, TProperty>)>>)>)>>)) (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method LoadingElementId
Sets id of the element that is made visible while the results are loading.
(Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnSuccess (Inherited from WebAppFormBase<(Of <(<'TFormModel, TForm>)>)>.)
Public method ResultContainerId
Sets id of the element that should be made visible when the results are available.
Public method ToString (Inherited from Object.)
Public method UpdateTargetId
Sets id of the element into which the results are updated. ResultContainerId(String) should be an ancestor of this element.