Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Views.GridRecordView Class

Implements a standard grid record view (one record).

Namespace: YetaWF.Modules.ComponentsHTML.Views
Assembly: YetaWF.ComponentsHTML

Inheritance

Syntax

public class GridRecordView : YetaWF.Modules.ComponentsHTML.Components.YetaWFView,
    YetaWF.Core.Components.IYetaWFView<YetaWF.Core.Modules.ModuleDefinition,YetaWF.Core.Models.GridRecordData>;

Constructors

PublicGridRecordViewConstructor.

Properties

PublicInherited from YetaWF.Core.Components.YetaWFViewBaseControlIdThe HTML id of this view.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseDivIdThe HTML id used for a <div> tag.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseHtmlHelperThe HtmlHelper instance.
ProtectedStaticInherited from YetaWF.Core.Components.YetaWFViewBaseManagerThe YetaWF.Core.Support.Manager instance of current HTTP request.
ProtectedInherited from YetaWF.Core.Components.YetaWFViewBaseModuleBaseThe module on behalf of which this view is rendered.

Fields

PublicInherited from YetaWF.Core.Components.YetaWFViewBasePackageDefines the package implementing this view.

Methods

ProtectedInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFViewBeginDocumentReadyAdds JavaScript code to execute code between BeginDocumentReady and EndDocumentReady which is executed once the page is fully loaded (see $YetaWF.addWhenReadyOnce, similar to $(document).ready()).
ProtectedInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFViewEndDocumentReadyEnds a JavaScript code section started by BeginDocumentReady, which contains JavaScript code to execute once the page is fully loaded (see $YetaWF.addWhenReadyOnce, similar to $(document).ready()).
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseFormButtonsAsyncRenders form buttons.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicGetPackageReturns the package implementing the view.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicGetViewNameReturns the name of the view.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseHAEEncodes the provided text suitable for use as an HTML attribute data value.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseHEEncodes the provided text suitable for use as HTML.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseJEEncodes the provided text suitable for use as a JavaScript string.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicInherited from YetaWF.Core.Components.YetaWFViewBasePartialFormRenders a partial form view (the portion between <form> and </form>).
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
ProtectedInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFViewRenderBeginFormAsyncRenders the beginning <form> tag with the specified attributes.
ProtectedInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFViewRenderEndFormAsyncRenders the ending </form> tag.
PublicRenderViewAsyncRenders the view.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseSetRenderInfoSets rendering information for the view.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseUniqueIdReturns a unique HTML id.

See Also YetaWF.ComponentsHTML PackageYetaWF.Core