Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.YetaWFView Class

The base class for all views implemented using the YetaWF.ComponentsHTML package.

Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Inheritance

Syntax

public abstract class YetaWFView : YetaWF.Core.Components.YetaWFViewBase;

Constructors

This class cannot be instantiated.

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

ProtectedBeginDocumentReadyAdds 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()).
ProtectedEndDocumentReadyEnds 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.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseGetPackageReturns the package implementing the view.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicInherited from YetaWF.Core.Components.YetaWFViewBaseGetViewNameReturns 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.
PublicStaticInherited 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.
ProtectedRenderBeginFormAsyncRenders the beginning <form> tag with the specified attributes.
ProtectedRenderEndFormAsyncRenders the ending </form> tag.
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