Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.DropDownListIntNullComponent Class

Allows selection of a value from a list of nullable int values using a dropdown list. The dropdown list supports optional tooltips.

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

Inheritance

Syntax

public class DropDownListIntNullComponent : YetaWF.Modules.ComponentsHTML.Components.DropDownListEditComponentBase<int?>;

Constructors

PublicDropDownListIntNullComponentConstructor.

Properties

PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseContainerThe container model for which this component is used/rendered.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseControlIdThe HTML id of this component.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseDivIdThe HTML id used for a <div> tag.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseFieldNameThe HTML field name of the components.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseFieldNamePrefixDefines the prefix used when generating an HTML field name for the component. A prefix is typically present with nested components.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseHtmlAttributesHTML attributes that were provided to render the component.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseHtmlHelperReturns the HtmlHelper instance.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseIsContainerComponentReturns whether the component is a container component, i.e., can contain other components.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBasePropDataDefines the YetaWF.Core.Models.PropertyData instance of the property in the container that this components represents.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBasePropertyNameDefines the name of the property in the container that this components represents.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseValidationDefines whether the component requires client-side validation.
ProtectedStaticInherited from YetaWF.Core.Components.YetaWFComponentBaseManagerThe YetaWF.Core.Support.Manager instance of current HTTP request.

Fields

PublicInherited from YetaWF.Core.Components.YetaWFComponentBasePackageDefines the package implementing this component.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentFieldSetupReturns HTML attributes and name= attribute for the component, used on the HTML tag.
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.Modules.ComponentsHTML.Components.YetaWFComponentGetClassAttributeReturns a complete class= CSS attribute including all classes defined in the HtmlAttributes property.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentGetClassesReturns the CSS classes defined for this component.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.DropDownListEditComponentBase<Int32?>GetComponentTypeReturns the component type (edit/display).
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicStaticInherited from YetaWF.Modules.ComponentsHTML.Components.DropDownListEditComponentBase<Int32?>GetOptionsHTMLReturns HTML for a dropdownlist with the available <option>s.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.DropDownListEditComponentBase<Int32?>GetPackageReturns the package implementing the component.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseGetSiblingPropertyRetrieves a sibling property. Used to extract related properties from a container, which typically are used for additional component customization.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.DropDownListEditComponentBase<Int32?>GetTemplateNameReturns the component name.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicStaticInherited from YetaWF.Core.Components.YetaWFComponentBaseHAEEncodes the provided text suitable for use as an HTML attribute data value.
PublicStaticInherited from YetaWF.Core.Components.YetaWFComponentBaseHEEncodes the provided text suitable for use as HTML.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentIncludeAsyncIncludes required JavaScript, CSS files for this component.
PublicStaticInherited from YetaWF.Modules.ComponentsHTML.Components.DropDownListEditComponentBase<Int32?>IncludeExplicitAsyncAdds all addons for the DropDownList component to the current page.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentIncludeStandardDisplayAsyncIncludes required JavaScript, CSS files when using a display component, for all components in this package.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentIncludeStandardEditAsyncIncludes required JavaScript, CSS files when using an edit component, for all components in this package.
PublicStaticInherited from YetaWF.Core.Components.YetaWFComponentBaseJEEncodes the provided text suitable for use as a JavaScript string.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.DropDownListEditComponentBase<Int32?>RenderAsync(not specified)
PublicStaticInherited from YetaWF.Modules.ComponentsHTML.Components.DropDownListEditComponentBase<Int32?>RenderDataSourceRender a JSON object with data and tooltips for a DropDownList component.
PublicStaticInherited from YetaWF.Modules.ComponentsHTML.Components.DropDownListEditComponentBase<Int32?>RenderDropDownListAsyncRenders a DropDownList component as HTML.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseTryGetSiblingPropertyRetrieves a sibling property. Used to extract related properties from container, which typically are used for additional component customization.
PublicInherited from YetaWF.Core.Components.YetaWFComponentBaseUniqueIdReturns a unique HTML id.
PublicInherited from YetaWF.Modules.ComponentsHTML.Components.YetaWFComponentValidationMessageReturns the client-side validation message for a component with the specified field name.

See Also YetaWF.ComponentsHTML PackageYetaWF.Core